.trainers {
    margin-top: 40px
}
@media(max-width: 768px) {
    .trainers {
        margin-top: 30px
    }
}
.trainers__trainers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 80px
}
@media(max-width: 768px) {
    .trainers__trainers {
        row-gap: 40px
    }
}
.trainers__trainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 80px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-family: "TT Norms Pro", sans-serif;
    letter-spacing: .05em;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px
}
.trainers__trainer:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}
@media(max-width: 768px) {
    .trainers__trainer:nth-child(even) {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}
@media(max-width: 1024px) {
    .trainers__trainer {
        gap: 40px
    }
}
@media(max-width: 768px) {
    .trainers__trainer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 20px;
        font-family: "TT Norms Pro", sans-serif;
        letter-spacing: .05em;
        font-weight: 400;
        font-size: 16px;
        line-height: 30px
    }
}
.trainers__shell {
    padding: 10px 20px;
    border-radius: 8px;
    background-color: color-mix(in srgb, var(--black) 6%, transparent 100%)
}
.trainers__name {
    font-size: 32px;
    font-weight: 700;
    line-height: 38px;
    margin-bottom: 20px
}
.trainers__name b {
    display: block;
    text-transform: uppercase;
    color: var(--yellow)
}
@media(max-width: 768px) {
    .trainers__name {
        line-height: unset;
        margin-bottom: 10px;
        font-family: "TT Norms Pro", sans-serif;
        letter-spacing: .05em;
        font-weight: 700;
        font-size: 24px;
        line-height: 30px
    }
}
.trainers__img {
    max-height: 400px;
    height: auto;
    width: auto;
}
@media(max-width: 1024px) {
    .trainers__img {
        max-height: 300px
    }
}
@media(max-width: 768px) {
    .trainers__img {
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
        width: auto;
    }
}
@media(max-width: 576px) {
    .trainers__img {
        width: calc(100% - 78px);
        max-height: unset
    }
}
.trainers__role,
.trainers__info,
.trainers__quote,
.trainers__subtitle {
    margin-bottom: 20px
}
@media(max-width: 768px) {
    .trainers__role,
    .trainers__info,
    .trainers__quote,
    .trainers__subtitle {
        margin-bottom: 10px
    }
}
.trainers__role {
    font-weight: 700
}
.trainers__subtitle {
    font-family: "TT Norms Pro", sans-serif;
    letter-spacing: .05em;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px
}
@media(max-width: 768px) {
    .trainers__subtitle {
        font-family: "TT Norms Pro", sans-serif;
        letter-spacing: .05em;
        font-weight: 700;
        font-size: 18px;
        line-height: 30px
    }
}
.trainers__info b {
    font-weight: 700
}
.trainers__quote {
    position: relative;
    font-style: italic
}
.trainers__quote::before,
.trainers__quote::after {
    content: "“";
    font-weight: 700;
    font-size: 32px
}
@media(max-width: 768px) {
    .trainers__quote::before,
    .trainers__quote::after {
        font-family: "TT Norms Pro", sans-serif;
        letter-spacing: .05em;
        font-weight: 700;
        font-size: 24px;
        line-height: 30px
    }
}