.afmo-hero {
	background: url(../../img/partner-hero-desktop.webp) center center no-repeat;
	background-size: cover;
}

@media screen and (max-width: 1199px) and (min-width: 768px) {
	.afmo-hero {
		background-image: url(../../img/partner-hero-tablet.webp);
	}
}

@media screen and (max-width: 767px) {
	.afmo-hero {
		background-image: url(../../img/partner-hero-mobile.webp);
	}
}

@media screen and (min-width: 992px) {
	.afmo-hero h1 {
		font-size: 80px;
	}
}

.afmo-blob.afmo-blob--right {
	bottom: unset;
	top: -100%;
}
