.banner.vt3 .banner__text {
	font-size: 3.6em;
	font-weight: 600;
	text-transform: none
}

.banner__text>* {
	font-family: inherit;
}

.strategy__text span {
	font-weight: inherit;
}

.banner__name {
	font-family: var(--font-Oswald);
	font-size: 11.5em;
	font-weight: 500;
	text-transform: uppercase;
	color: var(--main-title-color);
}

.partners {
	background-color: transparent;
}

.partners__logo {
	background-color: white;
}


.vt3 .banner__main-title {
	margin-top: 0;
	margin-bottom: 0;
}

/* .banner__cerps, 
.schedule__item-title,
.banner__text {
	display: none !important;
} */

.vt3 .banner__body-img {
	top: 0
}

.vt3 .banner__body-content {
	flex: none;
}

.vt3 .banner__body {
	justify-content: center;
}

@media (max-width: 600px) {
	.strategy__item {
		width: 100%;
	}

	.strategy__img {
		object-position: center;
	}
}