.wrapper { display: flex; align-items: center; flex-direction: column; }
.banner-wrapper { width: 100%; }
.banner-wrapper img { width: 100%; }
.desc-wrapper { width: 80%; padding: 0; }
.desc-wrapper p { color: #4e4e4e; font-size: 16px; letter-spacing: .4px; }
.desc-wrapper h3 { font-size: 42px; letter-spacing: 1.05px; }
.link-wrapper { display: flex; flex-direction: row; margin: 1.25em 0; }
.link { margin-right: 1em; display: flex !important; align-items: center; font-size: 16px; letter-spacing: .4px; }
a { cursor: pointer; }
.more-wrapper { margin: 40px 0; }
.blue-button {
	background: #00b3e4;
	color: white;
	font-weight: bold;
	letter-spacing: 0.05em;
}
.desc-item { display: none; }
.more { font-size: 16px; width: 216px; height: 54px; display: flex; align-items: center; justify-content: center; }
.publisher { padding: .5em 1em; font-size: 16px; letter-spacing: .4px; }

span { color: #4e4e4e; }

.wrapper h4 {
	font-family: 'Lato', sans-serif;
    font-weight: 400;
    color: #00b3e4;
    text-transform: uppercase;
    letter-spacing: 10px;
	font-size: 1.7em !important; 
    letter-spacing: 6px;
}

.carousel-wrapper { text-align: center; width: 83%; margin: 2.5em 0; }
.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-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: 16px; letter-spacing: 0.4px; line-height: 26px; }
.news-paragraph { margin-bottom: 1.4em; }
.news-text a {
	font-size: 16px;
    letter-spacing: .4px;
    color: white;
    font-weight: bold;
}

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

@media only screen and (max-width: 1250px) {
.link-wrapper { margin: 1em 0; }
}

@media only screen and (max-width: 960px) {
.link-wrapper { margin: 2em 0; }
.news-text p { line-height: 18px; }
.news-paragraph { margin-bottom: 7px; }
}
