#container3{
    border: 0px solid red;
    margin-top: 5px; 
}
#container3>div{
    margin-top:0px;
}
#container3>:nth-child(1) img{
  width: 100%;height: 130px;
    margin-top: 6%;
}
#container3>:nth-child(2){
    display: flex;width: 100%;
    
}
#container3>:nth-child(2) img{
    width: 100%;height: 500px;
    transition: 0.5s;
}

#img1:hover{
    transform:scale(1.1);
    z-index: 2; 
}
#img2:hover{
    transform:scale(1.1);
    z-index: 2; 
}

#container3>:nth-child(3) img{
    width: 100%; height: 130px;
}
.bot{

    width: 20px;height: 20px;
    background-color: white;
}
.img45{
    
    border: 0px solid red;
    width: 100%;height: auto;
    overflow: hidden;
}
@media all and (min-width:350px) and (max-width:750px){
    #container3>:nth-child(2){
        width: 100%;
        display: grid;
        grid-template-columns: repeat(2,1fr);
        grid-template-rows: repeat(1,auto);
    }
    .img45{
        border: 0px solid red;
        overflow: hidden; width: 100%;
    }
    #container3{
        width: 120%; 
       
        border: 0px solid red;
    }
    #footer{
        width: 100%;
       
    }
    #last{
        width: 100%;
      
    }
    


}
    

h4{
    line-height: 50px;
}
#ab+h1{
    font-weight: 50;
    color: rgb(67, 67, 67);
}
#loin{
    text-decoration: none;
    color:  rgb(67, 67, 67);
}
