@media (min-width: 1281px){
    #section_4{
        width: 100%;
        min-height: 1030px;
        background-color: #FFFFFF;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    .section_4_text_container{
        margin-top: 100px;
        width: 94%;
        height: 110px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    
    .section_4_text_container>span:first-child{
        color: #2C2C2C;
        font-family: Ubuntu;
        font-size: 40px;
        font-weight: 500;
        line-height: 45.96px;
        text-align: center;
    }
    
    .section_4_text_container>span:last-child{
        color: #898989;
        font-family: Nunito;
        font-size: 20px;
        font-weight: 300;
        line-height: 24px;
        text-align: center;
    }
    
    .slider-2 {
        width: 90%;
        margin: auto;
    }
    
    .slider-2 .slick-slide {
        margin: 0 30px; /* Расстояние между слайдами */
        height: 620px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    .card-2 {
        border-radius: 16px;
        background-color: #2C2C2C;
        color: #FFFFFF;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    
    .card_text_container2{
        width: 90%;
        height: 400px;
        margin-top: 30px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    
    .packages2{
        font-family: Nunito;
        font-size: 16px;
        font-weight: 300;
        line-height: 20px;
        text-align: left;
        color: #F3F3F3; 
    }
    
    .сourse_name2{
        width: 100%;
        font-family: Nunito;
        font-size: clamp(30px, 2vw, 40px);
        font-weight: 300;
        line-height: 44px;
        color: white;
        text-align: left;
    }
    
    .card-achivements-container{
        font-family: Nunito;
        height: 200px;
        margin-top: 36px;
        color: #FFFFFF;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    
    .achivements{
        display: flex;
        flex-direction: row;
        align-items: center;
    }
    
    .achivements img{
        width: 30px;
        height: 30px;
        background-color: #FFFFFF;
        border-radius: 20px;
    }
    
    .achivements span{
        font-family: Nunito;
        font-size: 1vw;
        font-weight: 400;
        line-height: 24px;
        margin-left: 15px;
    }
    
    .slider2-btn{
        border: none;
        border-radius: 8px;
        width: 230px;
        height: 50px;
        background-color: #FFFFFF;
        color: #2C2C2C;
        font-family: Nunito;
        font-size: 20px;
        font-weight: 700;
        line-height: 20px;
        margin-top: 100px;
    }
    
    .slider2-btn:hover{
        border: solid 2px #FFFFFF;
        background-color: #2C2C2C;
        color: #FFFFFF;
        transition: 0.5s;
    }
    
    .slider-btn-2 {
        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-2 {
        left: 0px;
    }
    
    .right-btn-2 {
        right: 0px;
    }
    
    .slider-btn-2:hover {
        background-color: rgba(0, 0, 0, 0.8);
    }   
}

@media (min-width: 601px) and (max-width: 1280px){
    #section_4{
        width: 100%;
        min-height: 960px;
        background-color: #FFFFFF;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    .section_4_text_container{
        /* margin-top: 100px; */
        width: 94%;
        min-height: 110px;
        display: flex;
        flex-direction: column;
    }
    
    .section_4_text_container>span:first-child{
        color: #2C2C2C;
        font-family: Ubuntu;
        font-size: 38px;
        font-weight: 500;
        line-height: 45.96px;
        text-align: center;
    }
    
    .section_4_text_container>span:last-child{
        color: #898989;
        font-family: Nunito;
        font-size: clamp(16px, 1.6vw, 20px);
        font-weight: 300;
        line-height: 24px;
        text-align: center;
        margin-top: 20px;
    }
    
    .slider-2 {
        width: 90%;
        margin: auto;
    }
    
    .slider-2 .slick-slide {
        margin: 0 30px; /* Расстояние между слайдами */
        height: 550px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    .card-2 {
        border-radius: 16px;
        background-color: #2C2C2C;
        color: #FFFFFF;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    
    .card_text_container2{
        width: 85%;
        height: 380px;
        margin-top: 30px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    
    .packages2{
        font-family: Nunito;
        font-size: clamp(10px, 2vw, 16px);
        font-weight: 300;
        line-height: 20px;
        text-align: left;
        color: #F3F3F3; 
    }
    
    .сourse_name2{
        width: 100%;
        font-family: Nunito;
        font-size: 3vw;
        font-weight: 300;
        line-height: 44px;
        color: white;
        text-align: left;
    }
    
    .card-achivements-container{
        font-family: Nunito;
        height: 200px;
        margin-top: 36px;
        color: #FFFFFF;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    
    .achivements{
        display: flex;
        flex-direction: row;
        align-items: center;
    }
    
    .achivements img{
        width: 30px;
        height: 30px;
        background-color: #FFFFFF;
        border-radius: 20px;
    }
    
    .achivements span{
        font-family: Nunito;
        font-size: 1.7vw;
        font-weight: 400;
        line-height: 16px;
        margin-left: 15px;
        text-align: left;
    }
    
    .slider2-btn{
        border: none;
        border-radius: 8px;
        width: 45%;
        height: 50px;
        background-color: #FFFFFF;
        color: #2C2C2C;
        font-family: Nunito;
        font-size: clamp(14px, 1.5vw, 20px);
        font-weight: 700;
        line-height: 20px;
        margin-top: 40px;
    }
    
    .slider2-btn:hover{
        border: solid 2px #FFFFFF;
        background-color: #2C2C2C;
        color: #FFFFFF;
        transition: 0.5s;
    }
    
    .slider-btn-2 {
        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-2 {
        left: 0px;
    }
    
    .right-btn-2 {
        right: 0px;
    }
    
    .slider-btn-2:hover {
        background-color: rgba(0, 0, 0, 0.8);
    }   
}
        
@media (max-width: 600px){
    #section_4{
        width: 100%;
        /* height: 960px; */
        background-color: #FFFFFF;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    .section_4_text_container{
        /* margin-top: 100px; */
        width: 94%;
        min-height: 110px;
        display: flex;
        flex-direction: column;
    }
    
    .section_4_text_container>span:first-child{
        color: #2C2C2C;
        font-family: Ubuntu;
        font-size: clamp(18px, 9vw, 34px);
        font-weight: 500;
        line-height: 45.96px;
        text-align: center;
    }
    
    .section_4_text_container>span:last-child{
        color: #898989;
        font-family: Nunito;
        font-size: clamp(12px, 4vw, 18px);
        font-weight: 300;
        line-height: 24px;
        text-align: center;
        margin-top: 20px;
        margin-bottom: 40px;
    }
    
    .slider-2 {
        width: 90%;
        margin: auto;
    }
    
    .slider-2 .slick-slide {
        margin: 0 20px; /* Расстояние между слайдами */
        height: 550px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    .card-2 {
        border-radius: 16px;
        background-color: #2C2C2C;
        color: #FFFFFF;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    
    .card_text_container2{
        width: 90%;
        height: 380px;
        margin-top: 30px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    
    .packages2{
        font-family: Nunito;
        font-size: clamp(12px, 4vw, 18px);
        font-weight: 300;
        line-height: 20px;
        text-align: left;
        color: #F3F3F3; 
    }
    
    .сourse_name2{
        width: 100%;
        font-family: Nunito;
        font-size: clamp(18px, 8vw, 34px);
        font-weight: 300;
        line-height: 44px;
        color: white;
        text-align: left;
    }
    
    .card-achivements-container{
        font-family: Nunito;
        height: 180px;
        margin-top: 36px;
        color: #FFFFFF;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    
    .achivements{
        display: flex;
        flex-direction: row;
        align-items: center;
    }
    
    .achivements img{
        width: 30px;
        height: 30px;
        background-color: #FFFFFF;
        border-radius: 20px;
    }
    
    .achivements span{
        font-family: Nunito;
        font-size: clamp(12px, 4vw, 18px);
        font-weight: 400;
        line-height: 16px;
        margin-left: 15px;
        text-align: left;
    }
    
    .slider2-btn{
        border: none;
        border-radius: 8px;
        width: 45%;
        height: 50px;
        background-color: #FFFFFF;
        color: #2C2C2C;
        font-family: Nunito;
        font-size: clamp(12px, 4vw, 18px);
        font-weight: 700;
        line-height: 20px;
        margin-top: 40px;
    }
    
    .slider2-btn:hover{
        border: solid 2px #FFFFFF;
        background-color: #2C2C2C;
        color: #FFFFFF;
        transition: 0.5s;
    }
    
    .slider-btn-2 {
        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-2 {
        display: none;
        left: 0px;
    }
    
    .right-btn-2 {
        right: 0px;
    }
    
    .slider-btn-2:hover {
        background-color: rgba(0, 0, 0, 0.8);
    }   
}