.subway__utp {
    line-height: 140%;
}

.hero__advantages_list {
    flex-wrap: wrap;
    gap: 16px;
}

.hero__advantages-list-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    width: 47%;
}

.hero__advantages-list-item-icon {
    width: 24px;
    height: 24px;
    background-color: rgba(84, 180, 81, 0.2);
    border-radius: 30px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero__advantages-list-item-text {
    width: 68%;
    line-height: 130%;
}

.subway-menu__branch-name_district {
    font-weight: 700;
    font-size: 20px;
    line-height: 130%;
}

.subway-menu__branch-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    color: #3FAB3C;
}

.subway-menu__branch-link-text {
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
}

@media screen and (max-width: 650px) {
    .subway-menu__branch_district.subway-menu__branch_district {
        display: flex;
        row-gap: 8px;
    }
    
    .subway-menu__branch-name_district {
        font-size: 16px;
    }

    .subway-menu__branch-link-text {
        font-size: 12px;
    }
}

.district-advantages__text {
    width: 95%;
}

@media screen and (max-width: 650px) {
    .district-advantages__text {
        width: 92%;
    }
}

.subway-services_disctrict__text {
    width: 62%;
}

@media screen and (max-width: 960px) {
    .subway-services_disctrict__text {
        width: 80%;
    }
}

@media screen and (max-width: 650px) {
    .subway-services_disctrict__text {
        width: 92%;
    }
    .subway-services_district__title {
        width: 95%;
    }
}

.district-tutorial__section.subway-menu {
    background-color: #FFFFFF;
    padding: 0;
}

.district-tutorial__container {
    max-width: 1230px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 40px;
}

.subway-services_district__title-text {
    width: 100%;
}

.district-tutorial__text {
    line-height: 150%;
}

.district-tutorial__title {
    width: 68%;
}

.district-tutorial__cards {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.district-tutorial__card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 16px;
    background-color: #F4F7FD;
    border-radius: 24px;
    padding: 24px;
    width: calc(100% / 2 - 20px * 1 / 2);
}

.district-tutorial__card-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 120%;
    color: #54B451;
}

.district-tutorial__card-text {
    line-height: 140%;
}


@media screen and (max-width: 1260px) {
    .district-tutorial__title {
        width: 100%;
    }
    
    .district-tutorial__text {
        width: 100%;
    }
}

@media screen and (max-width: 1040px) {
    .subway-services_district__title-text {
        width: 80%;
    }
}

@media screen and (max-width: 900px) {
    .subway-services_district__title-text {
        width: 60%;
    }
}

@media screen and (max-width: 800px) {
    .subway-services_district__title-text {
        width: 80%;
    }

    .district-tutorial__container {
        flex-direction: column;
        gap: 0;
    }
}

@media screen and (max-width: 550px) {
    .subway-services_district__title-text {
        width: 100%;
    }
    .district-tutorial__card {
        width: 100%;
        gap: 12px;
        padding: 20px;
    }
    .district-tutorial__card-title {
        font-size: 18px;
    }
}