.slideshow {
    /*height: calc(100vh - 119px);*/
    height: 500px;
    object-fit: cover;
}
.image{
    width: 100%;
    height: 100%;
}
.text-theme{
    color: #274aa9;
}
.bg-theme{
    background-color:#274aa9;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #274aa9 !important;
}



@media (max-width: 991.99px) {
    .slideshow {
        height: 50%;
        object-fit: cover;
    }
}
