.services-page .page_title {
    margin-bottom: 64px;
    font-weight: 500;
    font-size: 36px;
    line-height: 45px;
    color: #C49A6C;
    text-align: center;
}

main {
    margin-top: 48px;
}

.services-page .our-services .text-block .title {
    margin-bottom: 32px;
    font-weight: 500;
    font-size: 24px;
    color: #C49A6C;
}

.services-page .our-services .row {
    display: flex;
    gap: 32px;
    padding-bottom: 64px;
}
.services-page .our-services .row:nth-child(even) {
    flex-direction: row-reverse;
}
.services-page .our-services .row:last-child {
    padding-bottom: 0;
}

.services-page .our-services .row .text-block {
    width: 60%;
}
.services-page .our-services .row .image-block {
    width: 40%;
}

.services-page .our-services .row .text-block .text ul {
    padding-left: 18px;
    margin-bottom: 20px;
    list-style: unset;
}

.services-page .our-services .row .text-block .text li:not(:last-child) {
    padding-bottom: 16px;
}

.services-page .our-services .row .text-block .text p:not(:last-child) {
    padding-bottom: 20px;
}

.services-page .our-services .row .image-block img {
    display: inline-block;
}

@media(max-width: 768px) {
    .services-page .our-services .row {
        flex-direction: column;
        gap: 20px;
        padding-bottom: 32px;
    }
    .services-page .our-services .row .text-block,
    .services-page .our-services .row .image-block {
        width: 100%;
    }
}

@media(max-width: 480px) {
    .services-page .page_title {
        margin-bottom: 16px;
    }
    .services-page .our-services .text-block .title {
        margin-bottom: 16px;
    }
    .services-page .our-services .row .text-block .text ul {
        margin-bottom: 15px;
    }
    .services-page .our-services .row .text-block .text li:not(:last-child) {
        padding-bottom: 12px;
    }
    .services-page .our-services .row .text-block .text p:not(:last-child) {
        padding-bottom: 15px;
    }
}
