.antti_bottom_banner {

	background-color: #D6001C;
	color: var(--light);
	padding: 3rem 4rem;
}

.antti_bottom_banner__inner {

	display: grid;
	grid-template-columns: 3fr 7fr;
	align-items: center;
	gap: 3rem;
	width: 100%;
	max-width: 66.4989378333rem;
	margin: 0 auto;
}

.antti_bottom_banner__icon {

	display: flex;
	align-items: center;
	justify-content: center;
}

.antti_bottom_banner__icon img {

	display: block;
	width: 14rem;
	max-width: 100%;
	height: auto;
}

.antti_bottom_banner__content {

	max-width: 42rem;
}

.antti_bottom_banner__content p {

	margin: 0;
	color: var(--light);
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 2rem;
}

@media screen and (max-width: 60rem) {

	.antti_bottom_banner {

		padding: 3rem 4rem;
	}
}

@media screen and (max-width: 48rem) {

	.antti_bottom_banner__inner {

		grid-template-columns: 1fr;
		gap: 1.5rem;
		text-align: center;
	}

	.antti_bottom_banner__content {

		max-width: none;
	}

}

@media screen and (max-width: 40rem) {

	.antti_bottom_banner {

		padding: 2rem;
	}

}
