*{
    box-sizing: border-box;
}
.top-img{
    height: 450px;
}

.head{
    padding: 20px;
}

.main{
    max-width:600px;
}

.class1{
    position: relative;
}

.content{
    padding:20px;
    font-size: 0;
  
}

.box{
    display: inline-block;
    width: 100%;
    font-size: 16px;
    vertical-align: top;
    
}

.box1{
    width: 50%;
    background-color: white;
    padding:10px;
   
}

.container img{
    height: 100%;
    width: 100%;
}

.footer{
    background-color: white;
    padding: 5px;
}

.inner{
    background-color: tomato;
    font-size: 0;
}

.box2{
    display: inline-block;
    width: 100%;
    font-size: 16px;
}

.box22{
    width: 50%;
    padding:20px;
    color: white;
   
}



.box24{
    width:20%;
    padding: 10px;
    float: right;
    text-align: center;
}

.box3{
    display: inline-block;
    width: 100%;
    font-size: 16px;
}

.container1{
    width:50%;
}

/* .container1 img{
    height: 40%;
    width: 40%;
} */

.container1 img {
    max-height: 40px ;
   max-width: 40px;
}


.side{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0;
}
  
@media screen and (max-width : 600px){
    .box{
        display: block;
    }
    .box1{
        width: 100%;
    }
    .container1 img{
        max-width: 20px;
        min-width: 20px;
    }
    
}