.swiper {
    width: 100%;
 	height: 100%;
}

.swiper-wrapper {
    display: flex;
    justify-content: space-between;
}
  
.swiper-slide {
	overflow: visible;
    height: 100%;
    min-height: 100%;
    box-sizing : border-box;
    padding: 6px;
}

.carousel-wrapper { text-align: center; width: 100%; margin: 2.5em 0; background: #fff; }
.carousel-wrapper h4 { font-size: 35px; letter-spacing: 7px; }
.carousel-wrapper h3 { font-size: 42px; letter-spacing: 1.05px; } 
.swiper { width: 100%; }
.swiper-slide { text-align: center; }

.news-box {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
}

.news-img {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    min-height: 40%;
    width: 100%;
}
.news-img img {
    flex-shrink: 0;
    min-width: 100%;
    min-height: 100%;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.news-text-wrapper {
    max-width: 100%;
    width: 100%;
    flex: 1;
    display: flex;
}

.news-text {
	text-align: left;
    color: white;
    font-size: 18px;
    padding: 6%;
    background-image: linear-gradient(to right, white, white 8px, #00b3e4 8px);
}
.news-text h6 {
	margin-bottom: 14px;
    margin-top: 4px;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: .45px;
}
.news-text p { font-size: 15px; letter-spacing: 0.4px; line-height: 20px; }
.news-paragraph { margin-bottom: 1.4em; }
.news-text a {
	font-size: 16px;
    letter-spacing: .4px;
    color: white;
    font-weight: bold;
}

.slide-inner-wrapper { padding: 5%; }
