﻿.header-slogan {
    /*position: relative;*/
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.breadcrumb-title {
    margin-bottom: 10px;
    color: #086AD8;
}

.slide {
    position: absolute;
    opacity: 0;
    padding-bottom: 20px;
    text-align: center;
    transition: opacity 0.7s ease-in-out;
}

.slide.active {
    opacity: 1;
}

.slide h2 {
    font-size: 2em;
}
/* Responsive adjustments */
@media (max-width: 768px) {
    .header-slogan {
        height: 30vh;
    }
    .breadcrumb-title {
        margin-bottom: 95px;
    }
    .slide h2 {
        font-size: 1.6em;
    }

}

@media (max-width: 480px) {
    .header-slogan {
        height: 25vh;
        min-height: 200px;
    }
    .breadcrumb-title {
        margin-bottom: 95px;
    }
    .slide h2 {
        font-size: 1.3em;
    }
}

.testimonials {
    width: 70px;
    height: 70px;
}