.swiper {
    width: 100%;
    height: 100vh;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    display: flex;
    justify-content: left;
    align-items: center;
    background: url("../img/slider/231219_EDUCATION_CMYK.jpg") no-repeat center;
    background-size: cover;
    overflow: hidden;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.eb-slider-overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.424);
    overflow: hidden;
    z-index: 0;
}

.eb-slider-content {
    padding: 20%;
    justify-content: left;
    z-index: 1;
}

.eb-slider-content div.eb-col{
    display: flex;
    justify-content: left;
    flex-direction: column;
    margin-bottom: 20px;
}

.eb-slider-content h2 {
    width: 100%;
    text-align: left;
    color: #c6d42d;
}


.eb-slider-content p{
    color: white;
    text-align: justify;
}


.eb-slider-cta-btn {
    padding: 16px 22px;
    background-color: white;
    color: black;
    transition: all .3s ease-in-out;
    text-decoration: none;
    max-width: max-content;
    margin: 5px 0;
}
.eb-slider-cta-btn h6 {
    line-height: 1;
    margin: 0;
    padding: 0;
}

.eb-slider-cta-btn:hover {
    background-color: #c6d42d;
    color: white;
}