.caption-banner {
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 1200px;
	margin: 0 auto;
	padding: 1rem;
	margin-top: 100px;
}

.caption-banner__container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	gap: 40px;
	padding: 60px 140px;
	border-radius: 24px;
	background: linear-gradient(0deg, #FEF8EA 0%, #FEF8EA 100%), #EBF2FE;
}

@media screen and (max-width:768px){
	.caption-banner__container {
		flex-direction: column-reverse;
	}
}

@media screen and (max-width:856px){
	.caption-banner__container {
		padding: 40px 24px !important;
	}
	
	.caption-banner__text ,  .caption-banner__content h2{
		text-align: center !important;
	}
}

.caption-banner__content {
	flex: 1;
}

.caption-banner__text {
	color: #333;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 160%; /* 28.8px */
}

.caption-banner__text a {
	color: #333 !important;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 160%;
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-skip-ink: auto;
	text-decoration-thickness: auto;
	text-underline-offset: auto;
	text-underline-position: from-font;
}

.caption-banner__icon img {
	width: 110px;
	height: 110px;
}
