.slider-container {
    background-color: #e7e9ea;
}

.slider-image img {
    width: 100%;
}

.home-slider-text-container {
    background-color: rgba(11, 92, 131, 0.7);
    position: relative;
    z-index: 3;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.home-slider-text {
}

.home-slider-text h1 {
    font-size: 3.5rem;
    font-weight: bold;
    text-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

/* Navigation */
.swiper-button-next,
.swiper-button-prev {
    color: white;
}

@media (min-width: 1200px) {
    .swiper-button-next {
        left: 70px !important;
    }

    .swiper-button-prev {
        right: 70px !important;
    }
}

/* smaller than lg */
@media (max-width: 992px) {
    .swiper-image {
        justify-content: center;
    }

    .home-slider-text {
        margin-top: 5rem;
    }

    .home-slider-text h1 {
        font-size: 2.5rem;
    }
}

@media (max-width: 767px) {
    .home-slider-text h1 {
        font-size: 1.5rem;
    }
}
