.col-ctafull-extra-me {
	padding: 24px 24px 64px;
	align-items: center;
	display: flex;
	flex-direction: column;
	height: 400px;
	justify-content: flex-end;
	gap: 12px;
	background: rgba(0,0,0,0.4);
	border-radius: 8px;
}

.col-ctafull-extra-me h3 {
	color: #ffffff;
	font-size: 32px;
	letter-spacing: -0.02em;
}

@media screen and (min-width:576px) {
}

@media screen and (min-width:768px) {
}

@media screen and (min-width:992px) {
	.col-ctafull-extra-me {
		align-items: flex-start;
		padding: 72px;
	}
}

@media screen and (min-width:1200px) {
}

@media screen and (min-width:1400px) {

}