/* Template: stomve */

:root{
    --blue: #052241;
    --white: #fff;
}

.screen .title{
    background-color: var(--blue);
    color: var(--white);
    height: 6rem;
    text-align: center;
    font-size: 3rem;
    font-weight: 800;
    padding: 1rem;
}
.screen li{
    text-align: center;
    line-height: 2;
}
.screen li a{
    font-size: 2.5rem;
}

.owl-carousel.owl-theme.owl-loaded.owl-drag .owl-item .item img {
    height: 19rem !important;
    width: auto !important;
}
.owl-carousel.owl-theme.owl-loaded.owl-drag .owl-item{
    background-color: #ffffff;
}
/* .owl-carousel{
    width: 50% !important;
} */
.owl-dots{
    display: none;
}