.about__main-title {
    max-width: 1108px;
    margin-right: auto;
    margin-left: auto;
}

.page-template-page-geo .advantage-section__item-text:before {
    content: '';
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='16' fill='none' viewBox='0 0 18 16'%3E%3Cpath fill='%23D9D9D9' d='m9 .5 8.66 15H.34L9 .5Z'/%3E%3C/svg%3E");
}

.services-section {
    color: #fff;
    text-align: center;
    font-family: 'Biryani', sans-serif;
    font-weight: 300;
    line-height: 1.6;
}

.services-section .container {
    max-width: 1460px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
}

.services-section__title {
    margin-bottom: 12px;
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 120%;
    text-transform: uppercase;
}

.services-section__description {
    max-width: 794px;
    margin-right: auto;
    margin-left: auto;
}

.services-section__list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 22px;
    column-gap: 16px;
    list-style-type: none;
    justify-content: space-between;
    row-gap: 16px;
}

.services-section__list img {
    height: 45px;
    width: auto;
}

@media (min-width: 1280px) {
    .page-template-page-geo .advantage-section__item-text {
        display: flex;
        align-items: center;
        column-gap: 10px;
        font-size: 23px;
    }

    .services-section__title {
        font-size: 22px;
    }

    .services-section__list {
        margin-top: 52px;
    }

    .services-section__list img {
        height: 80px;
    }
}
