.ctContent__label {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 1rem 12px;
	gap: 20px;
}
.ctContent__label_btn {
	background: #ffe03f;
	border-radius: 20px;
	font-weight: 700;
	font-size: 9px;
	line-height: 14px;
	padding: 10px;
	display: flex;
	align-items: center;
	gap: 0.625rem;
}
.ctContent__social {
	display: flex;
	align-items: center;
	gap: 0.5rem;
}

@media (min-width: 575px) {
	.ctContent__label {
		padding: 1rem 70px;
	}
	.ctContent__label_btn {
		font-size: 14px;
		line-height: 24px;
	}
}

@media (min-width: 768px) {
	.ctContent__label_btn {
		font-size: 16px;
	}
}

.blue-bg__wrapper {
	display: flex;
	background-color: rgb(60 184 252 / 50%);
	gap: 20px;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-right: 12px;
	padding-left: 12px;
	flex-direction: column;
}

.image-and-caption {
	max-width: 700px;
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.image-and-caption img {
	height: 100%;
	width: 100%;
	object-fit: contain;
}
.image-and-caption p {
	font-size: 14px;
	line-height: 18px;
	text-align: center;
}
.image-and-caption span {
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
}
.description__image {
	font-style: italic;
	max-width: 100%;
	font-size: 20px;
	line-height: 29px;
}

@media (min-width: 575px) {
	.blue-bg__wrapper {
		padding-right: 70px;
		padding-left: 70px;
	}
}

@media (min-width: 800px) {
	.blue-bg__wrapper {
		flex-direction: row;
	}
	.image-and-caption p {
		text-align: left;
	}
	.description__image {
		max-width: 50%;
	}
}

.border-left-blue {
	border-left: 5px solid blue;
	margin-right: 12px;
	margin-left: 12px;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: sans-serif;
	font-size: 18px;
	line-height: 25px;
	word-break: break-word;
	font-weight: bold;
}
@media (min-width: 575px) {
	.border-left-blue {
		margin-right: 70px;
		margin-left: 70px;
	}
}
