.general {
    display: grid;
    grid-template-columns: 1fr 356px;
    min-height: 426px;
}

.general__data {
    padding: 30px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 14px;
    background-color: #FFFFFF;
}

.general__img {
    height: 100%;
    width: auto;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}


.general__quote {
    padding: 60px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    min-width: 672px;
    width: 100%;
    min-height: 168px;

    background: #F3F5F8;
    border-radius: 10px;

    font-family: 'Intro Bold', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
    color: #2A2626;
}

.general__quote p {
    font-family: 'Intro Bold', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
    color: #2A2626;
}
.general__quote--adaptive {
    display: none;
}
@media (max-width: 1360px) {
    .general__quote {
        min-width: fit-content;
    }
}

.general__title {
    font-family: 'Intro Bold', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
    text-transform: uppercase;
    color: #2A2626;
}
@media (max-width: 992px) {
    .general {
        grid-template-columns: 1fr 280px;
    }
    .general__quote {
        padding: 40px 30px;
    }
}
@media (max-width: 768px) {
    .general__data {
        padding: 20px;
    }
    .general__quote,
    .general__quote p {
        font-family: 'Intro Bold', sans-serif;
        font-size: 14px;
        line-height: 120%;
        text-align: center;
    }
}

@media (max-width: 576px) {
    .general__data {
        padding: 20px !important;
        gap: 8px !important;
        order: 2;
        max-height: 85px;
    }
    .general {
        grid-template-columns: 1fr;
    }
    .general__quote--desktop {
        display: none;
    }
    .general__quote--adaptive {
        display: flex;
        margin-bottom: 20px;
    }
    .general__quote {
        max-height: 148px;
        min-height: unset;
        background-color: #fff;
        border-radius: 14px;
    }
    .general__position {
        margin-top: 0 !important;
    }
    .general__img {
        height: 412px;
        border-top-right-radius: 16px;
        border-top-left-radius: 16px;
    }
}

.general-wrapper {
    border-radius: 18px;
    overflow: hidden;
}

.general__position {
    font-family: 'Intro Book', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    color: rgba(51, 51, 51, 0.7);
    text-transform: none;
    margin-top: 46px;
}

.general__title {
    font-family: 'Intro Bold', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
    text-transform: uppercase;
    color: #2A2626;
}

.general-slider .swiper {
    overflow: visible;
    min-height: 216px;
}

@media (max-width: 576px) {
    .general__position {
        font-size: 14px;
        line-height: 145%;
    }

    .general__title {
        font-size: 14px;
        line-height: 120%;
    }
}