



@media screen and (max-width: 1069px) {
    .section-three .section-three-container .left-image img{
        width:500px;
        height:400px;
    }
    
    .section-three .section-three-container .special_left img{
        width:400px;
        height:400px;
    }
}


@media screen and (max-width: 959px) {
    .section-three .section-three-container .left-image img{
        width:400px;
        height:300px;
    }
    
    .section-three .section-three-container .special_left img{
        width:350px;
        height:400px;
    }
}


@media screen and (max-width:775px) {
    .section-three .section-three-container{
        padding:25px;
        /* padding-left:50px; */
    }
    .section-three .section-three-container .left-image img{
        width:100%;
        height:270px;
    }
    
    .section-three .section-three-container .special_left img{
        width:100%;
        height:270px;
    }





    .section-three .section-three-container .left-image .contets{
        width:100%;
    }
    .section-three .section-three-container .left-image{
        display:flex;
        justify-content: center;
        gap:20px;
        align-items:center;
        flex-direction: column;
    }   
    .section-three .section-three-container .contets .download-our-app{
        width:230px;
        font-size:12px;
    }
    .section-three .section-three-container .contets .download-our-app svg{
        width:20px;
    }
    
    .section-three .section-three-container .left-image .contets #h1{
        font-size:25px;
        font-weight:700;
    }
    .section-three .section-three-container .left-image .contets .break span{
        font-size:13px;
    }
}