@media (min-width: 1281px){
    #section_1{
        width: 100%;
        margin: auto;
        height: 740px;
        background-color: #F3F3F3;
        display: flex;
        flex-direction: column;
    }
    
    .section_1_text-container{
        width: 50%;
        height: 100%;
    }
    
    .text-container{
        width: 90%;
        height: 298px;
        position: relative;
        top: 137px;
        left: 60px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    
    .text-container>button{
        font-family: Nunito;
        width: 232px;
        height: 50px;
        border-radius: 8px;
        border: 0px;
        background-color: #2C2C2C;
        color: #FFFFFF;
        font-size: 16px;
        font-weight: 700;
        line-height: 20px;
    }

    .text-container>button:hover{
        background-color: #FFFFFF;
        border: solid 2px black;
        color: #2C2C2C;
        transition: 0.5s;
    }
    
    .text{
        height: 200px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    
    .text>span:first-child{ 
        font-family: Nunito-Bold; 
        color: #2C2C2C;
        font-size: 48px;
        line-height: 52px;
    }
    
    .text>span:last-child{
        font-family: Nunito;
        color: #898989;
        font-size: 20px;
        line-height: 24px;
    }

    .photo-container-tablet{
        display: none;
    }

    .photo-container-mobile{
        display: none;
    }

    .photo-container{
        position: absolute;
        width: 70%;
        height: 90%;
        right: 0;
        overflow: hidden;
    }

    #photo1{
        position: absolute;
        top: -6%;
        right: 20vw;
    }

    #photo2{
        position: absolute;
        top: 380px;
        right: 5vw;
    }

    #photo3{
        position: absolute;
        top: 12%;
        right: 0;
    }

    #photo4{
        position: absolute;
        top: -10%;
        right: 6vw;
    }

    .section_2_card_container{
        position: relative;
        margin: auto;
        width: 94%;
        height: 520px;
        bottom: -30%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    
    .section_2_card{
        border-radius: 15px;
        width: 32%;
        height: 100%;
        background-color: #2C2C2C;
        color: #FFFFFF;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .section_2_card_info_container{
        width: 90%;
        height: 70%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    
    .section_2_card_quantity{
        font-family: Poppins-Bold;
        font-size: 40px;
        line-height: 44px;
    }
    
    .section_2_card_quantity_info{
        font-family: Nunito;
        font-size: 24px;
    }
    
    .section_2_card_text{
        width: 100%;
        font-family: Nunito;
        font-size: 17px;
        color: #F3F3F3;
    } 
}

@media (min-width: 601px) and (max-width: 1280px){
     #section_1{
        width: 100%;
        margin: auto;
        height: 740px;
        background-color: #F3F3F3;
        display: flex;
        flex-direction: column;
    }
    
    .section_1_text-container{
        position: relative;
        width: 70%;
        height: 100%;
        z-index: 3;
    }
    
    .text-container{
        width: 90%;
        height: 298px;
        position: relative;
        top: 137px;
        left: 60px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    
    .text-container>button{
        font-family: Nunito;
        width: 232px;
        height: 50px;
        border-radius: 8px;
        border: 0px;
        background-color: #2C2C2C;
        color: #FFFFFF;
        font-size: 16px;
        font-weight: 700;
        line-height: 20px;
    }

    .text-container>button:hover{
        background-color: #FFFFFF;
        border: solid 2px black;
        color: #2C2C2C;
        transition: 0.5s;
    }
    
    .text{
        width: 100%;
        height: 200px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    
    .text>span:first-child{ 
        font-family: Nunito-Bold; 
        color: #2C2C2C;
        font-size: clamp(30px, 4vw, 48px);
        line-height: 52px;
    }
    
    .text>span:last-child{
        width: 95%;
        font-family: Nunito;
        color: #898989;
        font-size: clamp(13px, 2vw, 20px);
        line-height: 24px;
    }

    .photo-container{
        display: none;
    }

    .photo-container-mobile{
        display: none;
    }


    #photo1-tablet{
        position: absolute;
        top: 0px;
        right: 12vw;
        padding: 20px;
    }

    #photo2-tablet{
        position: absolute;
        top: 400px;
        right: 0vw;
    }

    #photo3-tablet{
        position: absolute;
        top: 120px;
        right: 0vw;
    }

    #photo4-tablet{
        position: absolute;
        top: -80px;
        right: 0vw;
    }

    .section_2_card_container{
        position: relative;
        margin: auto;
        width: 94%;
        height: 400px;
        bottom: -20%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        z-index: 3;
    }
    
    .section_2_card{
        border-radius: 15px;
        width: 32%;
        height: 100%;
        background-color: #2C2C2C;
        color: #FFFFFF;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .section_2_card_info_container{
        width: 90%;
        height: 70%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    
    .section_2_card_quantity{
        font-family: Poppins-Bold;
        font-size: 3vw;
        line-height: 44px;
    }
    
    .section_2_card_quantity_info{
        font-family: Nunito;
        font-size: clamp(13px, 2vw, 24px);
    }
    
    .section_2_card_text{
        width: 100%;
        font-family: Nunito;
        font-size: clamp(10px, 1.4vw, 17px);
        color: #F3F3F3;
    } 
}

@media (max-width: 600px){
    #section_1{
        width: 100%;
        margin: auto;
        min-height: 1380px;
        background-color: #F3F3F3;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
    }
    
    .section_1_text-container{
        margin-top: 30px;
        width: 90%;
        height: 38%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        position: relative;
        z-index: 3;
    }
    
    .text-container{
        width: 90%;
        min-height: 298px;
        top: 137px;
        left: 60px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    
    .text-container>button{
        font-family: Nunito;
        width: 80%;
        height: 50px;
        border-radius: 8px;
        border: 0px;
        background-color: #2C2C2C;
        color: #FFFFFF;
        font-size: clamp(12px, 4vw, 18px);
        font-weight: 700;
        line-height: 20px;
    }

    .text-container>button:hover{
        background-color: #FFFFFF;
        border: solid 2px black;
        color: #2C2C2C;
        transition: 0.5s;
    }
    
    .text{
        width: 85%;
        min-height: 200px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        margin-bottom: 20px;
    }
    
    .text>span:first-child{ 
        font-family: Nunito-Bold; 
        color: #2C2C2C;
        font-size: clamp(18px, 9vw, 34px);
        line-height: 40px;
        margin-bottom: 10px;
    }
    
    .text>span:last-child{
        width: 100%;
        font-family: Nunito;
        color: #898989;
        font-size: clamp(12px, 4vw, 18px);
        line-height: 24px;
    }

    .section_2_card_container{
        margin: auto;
        width: 90%;
        height: 800px;
        bottom: -20%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        position: relative;
        z-index: 3;
    }
    
    .section_2_card{
        border-radius: 15px;
        width: 100%;
        min-height: 220px;
        background-color: #2C2C2C;
        color: #FFFFFF;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .section_2_card_info_container{
        width: 90%;
        height: 80%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    
    .section_2_card_quantity{
        font-family: Poppins-Bold;
        font-size: clamp(18px, 11vw, 34px);
        line-height: 44px;
    }
    
    .section_2_card_quantity_info{
        font-family: Nunito;
        font-size: clamp(16px, 5vw, 26px);
    }
    
    .section_2_card_text{
        width: 100%;
        font-family: Nunito;
        font-size: clamp(12px, 4vw, 20px);
        color: #F3F3F3;
    }

    .photo-container{
        display: none;
    }

    .photo-container-tablet{
        display: none;
    }

    .photo-container-mobile{
        position: absolute;
        width: 100%;
        height: 90%;
        margin-top: -110%;
        right: 0;
        overflow: hidden;
        z-index: 1;
    }

    #photo1-mobile{
        position: absolute;
        top: -4%;
        right: 0vw;
    }

    /* #photo2-mobile{
        position: absolute;
        top: 35%;
        right: 0vw;
    }

    #photo3-mobile{
        position: absolute;
        top: -50px;
        right: 0vw;
    } */
}

.photo-container-tablet{
    position: absolute;
    width: 100%;
    height: 90%;
    right: 0;
    overflow: hidden;
    z-index: 1;
}
