img{
    object-fit: cover;
}
body{
    overflow-x: hidden;
}
.banner-ins{
    display: flex;
    flex-direction: column;
    align-items: center;
}
h2{
    text-align: center;
}
@media screen and (max-width:1280px) {
    header .container{
        flex-direction: column ;
        gap: 20px;
    }
}
@media screen and (max-width:770px) {
    header .container{
        flex-direction: row ;
        gap: 20px;
    }
}
