@media (min-width: 1280px){
    #section_6{
        width: 100%;
        height: 550px;
        background-color: #FFFFFF;
    }
    
    .section_6_text_container{
        margin: auto;
        margin-top: 100px;
        width: 94%;
        height: 80px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    
    .section_6_text_container>span:first-child{
        color: #2C2C2C;
        font-family: Nunito;
        font-size: 40px;
        font-weight: 500;
        line-height: 44px;
        text-align: center;
    }
    
    .section_6_text_container>span:last-child{
        color: #898989;
        font-family: Nunito;
        font-size: 20px;
        font-weight: 400;
        line-height: 24px;
        text-align: center;
    }

    .slider-3 {
        width: 90%;
        margin: auto;
        margin-top: 60px;
    }
    
    .slider-3 .slick-slide {
        margin: 0 30px; /* Расстояние между слайдами */
        height: 220px;
    }    
    
    .card-3 {
        background-color: #2C2C2C;
        border-radius: 10px;
        color: #FFFFFF;
    }
    
    .card-3-container{
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    
    .card-3-container span{
        font-family: Ubuntu;
        font-size: 20px;
        font-weight: 400;
        line-height: 22.98px;
        margin-left: 30px;
        margin-top: 30px;
    }
    
    .commentator-info{
        margin-left: 30px;
        height: 50%;
        display: flex;
        flex-direction: row;
        align-items: center;
    }
    
    .commentator-name{
        width: 80%;
        height: 70%;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        margin-left: 10px;
    }
    
    .commentator-name span{
        font-family: Ubuntu;
        font-size: 17.5px;
        font-weight: 400;
        line-height: 18.38px;
        color: #FFFFFF;
        margin-top: 15px;
        margin-left: 0px;
    }
    
    .commentator-name p{
        font-family: Ubuntu;
        font-size: 14px;
        font-weight: 400;
        line-height: 16.09px;
        color: #898989;
    }
    
    .slider-btn-3 {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background-color: #B8B8B8;
        border: none;
        color: white;
        font-size: 2rem;
        width: 50px;
        height: 50px;
        padding: 0;
        border-radius: 50%;
        cursor: pointer;
        z-index: 100;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .left-btn-3 {
        left: 0px;
    }
    
    .right-btn-3 {
        right: 0px;
    }
    
    .slider-btn-3:hover {
        background-color: rgba(0, 0, 0, 0.8);
    }   
}

@media (min-width: 601px) and (max-width: 1280px) {
    #section_6{
        width: 100%;
        min-height: 500px;
        background-color: #FFFFFF;
    }
    
    .section_6_text_container{
        margin: auto;
        /* margin-top: 100px; */
        width: 94%;
        height: 80px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    
    .section_6_text_container>span:first-child{
        color: #2C2C2C;
        font-family: Nunito;
        font-size: 40px;
        font-weight: 500;
        line-height: 44px;
        text-align: center;
    }
    
    .section_6_text_container>span:last-child{
        color: #898989;
        font-family: Nunito;
        font-size: 20px;
        font-weight: 400;
        line-height: 24px;
        text-align: center;
        margin-top: 10px;
    }
    
    .slider-3 {
        width: 90%;
        margin: auto;
        margin-top: 60px;
    }
    
    .slider-3 .slick-slide {
        margin: 0 30px; /* Расстояние между слайдами */
        height: 220px;
    }    
    
    .card-3 {
        background-color: #2C2C2C;
        border-radius: 10px;
        color: #FFFFFF;
    }
    
    .card-3-container{
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    
    .card-3-container span{
        font-family: Ubuntu;
        font-size: 2vw;
        font-weight: 400;
        line-height: 22.98px;
        margin-left: 30px;
        margin-top: 30px;
        margin-right: 10px;
    }
    
    .commentator-info{
        margin-left: 30px;
        height: 50%;
        display: flex;
        flex-direction: row;
        align-items: center;
    }
    
    .commentator-name{
        width: 80%;
        height: 70%;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        margin-left: 10px;
    }
    
    .commentator-name span{
        font-family: Ubuntu;
        font-size: clamp(14px, 1.6vw, 24px);
        font-weight: 400;
        line-height: 18.38px;
        color: #FFFFFF;
        margin-top: 15px;
        margin-left: 0px;
    }
    
    .commentator-name p{
        font-family: Ubuntu;
        font-size: 14px;
        font-weight: 400;
        line-height: 16.09px;
        color: #898989;
    }
    
    .slider-btn-3 {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background-color: #B8B8B8;
        border: none;
        color: white;
        font-size: 2rem;
        width: 50px;
        height: 50px;
        padding: 0;
        border-radius: 50%;
        cursor: pointer;
        z-index: 100;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .left-btn-3 {
        left: 0px;
    }
    
    .right-btn-3 {
        right: 0px;
    }
    
    .slider-btn-3:hover {
        background-color: rgba(0, 0, 0, 0.8);
    }   
}

@media (max-width: 600px) {
    #section_6{
        width: 100%;
        min-height: 450px;
        background-color: #FFFFFF;
    }
    
    .section_6_text_container{
        margin: auto;
        width: 90%;
        min-height: 80px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
    }
    
    .section_6_text_container>span:first-child{
        color: #2C2C2C;
        font-family: Nunito;
        font-size: clamp(18px, 9vw, 34px);
        font-weight: 500;
        line-height: 44px;
        text-align: center;
    }
    
    .section_6_text_container>span:last-child{
        color: #898989;
        font-family: Nunito;
        font-size: clamp(12px, 4vw, 18px);
        font-weight: 400;
        line-height: 24px;
        text-align: center;
        margin-top: 10px;
    }
    
    .slider-3 {
        width: 90%;
        margin: auto;
        margin-top: 60px;
    }
    
    .slider-3 .slick-slide {
        margin: 0 20px; /* Расстояние между слайдами */
        height: 220px;
    }    
    
    .card-3 {
        background-color: #2C2C2C;
        border-radius: 10px;
        color: #FFFFFF;
    }
    
    .card-3-container{
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    
    .card-3-container span{
        font-family: Ubuntu;
        font-size: clamp(12px, 4vw, 18px);
        font-weight: 400;
        line-height: 22.98px;
        margin-left: 30px;
        margin-top: 30px;
    }
    
    .commentator-info{
        margin-left: 30px;
        height: 50%;
        display: flex;
        flex-direction: row;
        align-items: center;
    }
    
    .commentator-name{
        width: 80%;
        height: 70%;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        margin-left: 10px;
    }
    
    .commentator-name span{
        font-family: Ubuntu;
        font-size: 3vw;
        font-weight: 400;
        line-height: 18.38px;
        color: #FFFFFF;
        margin-top: 15px;
        margin-left: 0px;
    }
    
    .commentator-name p{
        font-family: Ubuntu;
        font-size: 3vw;
        font-weight: 400;
        line-height: 16.09px;
        color: #898989;
    }
    
    .slider-btn-3 {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background-color: #B8B8B8;
        border: none;
        color: white;
        font-size: 2rem;
        width: 50px;
        height: 50px;
        padding: 0;
        border-radius: 50%;
        cursor: pointer;
        z-index: 100;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .left-btn-3 {
        left: 0px;
    }
    
    .right-btn-3 {
        right: 0px;
    }
    
    .slider-btn-3:hover {
        background-color: rgba(0, 0, 0, 0.8);
    }   
}