.page-coach {
    padding-top: 240px;
    padding-bottom: 140px;
    background-image: linear-gradient(40deg, #001529 50%, #153E82 100%);
}

.coach {
    margin-bottom: 140px;
}

.coach__link-home {
    font-size: 18px;
    color: #fff;
    padding-left: 20px;
    margin-bottom: 60px;
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='15' viewBox='0 0 9 15' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.07111 15L8.48532 13.5858L2.65692 7.75738L8.48535 1.92896L7.07114 0.514742L7.12201e-05 7.58581L0.171618 7.75736L4.25798e-05 7.92893L7.07111 15Z' fill='%23fff'/%3E%3Cscript xmlns=''/%3E%3C/svg%3E");
}

.coach__card {
    background-color: #fff;
    border-radius: 10px;
}

.coach__card-header {
    display: flex;
}

.coach__info {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 60px 60px 20px;
}

.coach__title {
    font-size: 46px;
    line-height: 1.2;
    margin: 0;
}

.coach__info .coach-practice {
    margin-top: 0;
}

.coach__about {
    border-top: 1px solid #e8e8e8;
    margin: 0;
    padding-top: 20px;
}

.coach__photo img {
    max-width: 550px;
    height: 600px;
    object-fit: cover;
    border-radius: 10px 0 10px 0;
}

.coach__card-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 60px 80px;
}

.coach__card-content-section:not(:first-child) {
    border-top: 1px solid #e8e8e8;
    padding-top: 20px;
}

.coach__card-content-title {
    font-size: 34px;
    line-height: 1.2;
}

.coach__card-content-section .coach-custom-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.coach__card-content-section .coach-custom-list__item {
    font-size: 18px;
}

.coach__card-content-section .coach-custom-list__item::before {
    top: 7px;
}


@media (max-width: 1024px) {
    .page-coach {
        padding-top: 120px;
        padding-bottom: 70px;
    }

    .coach__card-header {
        display: flex;
        flex-direction: column;
    }

    .coach__title {
        font-size: 36px;
    }

    .coach__photo img {
        max-width: 100%;
        height: 500px;
        border-radius: 10px 10px 0 0;
    }

    .coach__info {
        padding: 30px 30px 20px;
    }

    .coach__card-content {
        padding: 0 30px 30px;
    }

    .coach__card-content-title {
        font-size: 26px;
    }

    .coach__card-content-section {
        border-top: 1px solid #e8e8e8;
        padding-top: 20px;
    }
}
