@media screen and (max-width:768px) {
    body {
        width: 768px;

        .container {
            width: 100%;
        }

    }
}

@media screen and (max-width:480px) {
    body {
        width: 480px;
        
    }

    

    .row {

        flex-direction: column;
        align-items: center;
       

    }

    .img {
        width: 300px;
        height: 300px;
    }

    .why-us {
        background-color: black;
        padding-top: 3rem;
        
      
        margin-bottom: 0;
    }

    .steps{
        margin-top: 3rem;
        margin-bottom: 0;
    }

    .why-us .col-left {
    width: 80%;
    margin-bottom: 40px;}
    
    .why-us .col-right {
      width: 90%;
    margin-bottom: 40px;  
    }


.card{
    width: 300px;
    margin-bottom: 40px;
}
}