/* banner start */
.banner{
    height: 350px;
    background-image: url(../../images/banners/secondary.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    display: flex;
    align-items: center;
}
@media only screen and (max-width: 767px){
    .banner{
        height: 230px;
    }
}
/* banner end */