.page-title__services-img {
    width: 133.6rem;
    height: 91.3rem;
    right: -8rem;
    top: -18rem;
}
.page-title__description {
    width: 65rem;
}
@media (max-width: 48em) {
    .page-title__services-img {
        width: 41.5rem;
        height: 28.8rem;
        top: -4.5rem;
        right: -1.5rem;
    }
    .page-title__description {
        width: auto;
    }
    .page-title__body {
        margin-top: 25.3rem;
    }
}

.services-content {
    margin-top: 24.3rem;
    display: flex;
    flex-direction: column;
    gap: 14.4rem;
}
.services-content__card  {
    display: flex;
    gap: 12rem;
    align-items: center;
    justify-content: space-between;
}
.services-content__img-presentations {
    width: 74rem;
    height: 58.4rem;
}
.services-content__img-tables-and-analytics {
    width: 67rem;
    height: 58.4rem;
}
.services-content__img-document-and-contracts {
    width: 70.4rem;
    height: 50rem;
    margin-right: 3.6rem;
}
.services-content__img-additional-services {
    width: 57.3rem;
    height: 58.4rem;
}
.services-content__img-personal-services {
    width: 61.6rem;
    height: 58.4rem;
}
.services-content__card-img--right {
    margin-right: 10.8rem;
}
.services-content__card-body {
    width: 67.7rem;
    flex-shrink: 0;
}
.services-content__card-body--right {
    margin-right: 14.3rem;
}
.services-content__card-body__description,
.services-content__card-body__list-title,
.services-content__card-body__actions {
    margin-top: 4rem;
}
.services-content__card-body .list,
.services-content__card-body__price {
    margin-top: 2rem;
}
.services-content__card-body__actions {
    display: flex;
    justify-content: space-between;
}
.services-content__card-body__order-service {
    width: 28.8rem;
}
@media (max-width: 48em) {
    .services-content {
        margin-top: 8rem;
        gap: 8rem;
    }
    .services-content__card  {
        flex-direction: column;
        gap: 4rem;
    }
    .services-content__img-presentations {
        width: 34.3rem;
        height: 27.1rem;
    }
    .services-content__img-tables-and-analytics {
        width: 34.3rem;
        height: 29.9rem;
        order: 0;
    }
    .services-content__img-document-and-contracts {
        width: 34.3rem;
        height: 24.4rem;
        margin-right: 0;
    }
    .services-content__img-additional-services {
        width: 34.3rem;
        height: 34.9rem;
        order: 0;
    }
    .services-content__img-personal-services {
        width: 34.3rem;
        height: 32.5rem;
    }
    .services-content__card-img--right,
    .services-content__card-body--right {
        margin-right: 0;
    }
    .services-content__card-body {
        width: auto;
        order: 1;
    }
    .services-content__card-body__description,
    .services-content__card-body__list-title,
    .services-content__card-body__actions {
        margin-top: 2.4rem;
    }
    .services-content__card-body__order-service {
        width: 17.8rem;
    }
}

.services-membership {
    background: #F5F6F7;
    margin-top: 13.7rem;
    padding: 8rem 0;
}
.services-membership__cards {
    display: flex;
    gap: 8rem;
    justify-content: center;
    align-items: center;
    margin-top: 4.8rem;
}
.services-membership__card {
    width: 39rem;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    justify-content: center;
    align-items: center;
}
.services-membership__card__img {
    width: 33.2rem;
    height: 22.2rem;
}
.services-membership__card__select {
    width: 100%;
}
.services-membership__advantages {
    display: flex;
    justify-content: space-between;
    margin: 4.8rem auto 0;
    width: 133rem;
}
@media (max-width: 48em) {
    .services-membership {
        margin-top: 4rem;
        padding: 4rem 0;
    }
    .services-membership__cards {
        flex-direction: column;
        gap: 4rem;
        margin-top: 4rem;
    }
    .services-membership__card {
        width: auto;
        max-width: 34.3rem;
    }
    .services-membership__card__select {
        width: 100%;
        max-width: 34.3rem;
    }
    .services-membership__advantages {
        flex-direction: column;
        align-items: center;
        gap: 0.4rem;
        margin-top: 2rem;
        width: auto;
    }
}

.footer {
    margin-top: 5.6rem;
}
@media (max-width: 48em) {
    .footer {
        margin-top: 0;
    }
}
