

#Goimage img{
   width: 100%;
   height: 400px;
}
#modelload>p{
    font-size: 33px;
    text-align: center;
    padding:33px;
    color: blue;
}

@media screen and  (max-width: 768px){
#Goimage img{
   height: 200px;
}   

}