.artist-description {
    padding: 7rem 0; }
    .artist-description .img-wrap {
      position: relative; }
      .artist-description .img-wrap:before {
        position: absolute;
        content: "";
        width: 255px;
        height: 217px;
        background-image: url("../images/dots-yellow.svg");
        background-repeat: no-repeat;
        background-size: contain;
        -webkit-transform: translate(-40%, -40%);
        -ms-transform: translate(-40%, -40%);
        transform: translate(-40%, -40%);
        z-index: -1; }
      .artist-description .img-wrap img {
        border-radius: 20px; }

.model-description {
    padding: 7rem 0; }
    .model-description .img-wrap {
        position: relative; }
        .model-description .img-wrap:before {
        position: absolute;
        content: "";
        width: 255px;
        height: 217px;
        background-image: url("../images/dots-yellow.svg");
        background-repeat: no-repeat;
        background-size: contain;
        -webkit-transform: translate(-40%, -40%);
        -ms-transform: translate(-40%, -40%);
        transform: translate(140%,-40%);
        z-index: -1; }
        .model-description .img-wrap img {
        border-radius: 20px; }