/* CSS Document */
.latest-section.top .grid {
	flex-wrap: wrap;
}
.latest-section.top .grid .item {
	width: 33.3333%;
}
@media (max-width: 1200px) {
	.latest-section.top .grid .item {
		width: 50%;
	}
}
@media (max-width: 991px) {}
@media (max-width: 768px) {
	.latest-section.top .grid .item {
		width: 100%;
	}
}

.exclusive-banner {
    height: 42vw;
}
.exclusive-banner h1 span {
    display: block;
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 50px; /* 250% */
    letter-spacing: 5px;
    text-transform: uppercase;
    margin: 10px 0 0;
}