*,
:after,
:before {
    box-sizing: border-box;
}
.owl-carousel .owl-item {
    height: 88dvh;
}
.logo-img {
    width: 200px;
}
@media screen and (max-width: 576px) {
    .logo-img {
        width: 145px;
    }
}
