/* =========================
   Base Styles
========================= */
.content-image-section {
	background-color: var(--color-white);
}

.content-image-section-bg {
	max-width: 50.5%;
	right: 0;
	top: 0;
}


.content-image {
	filter: saturate(0);
	object-fit: cover;
}
.bottom-gradient {
	display: block;
	width: 100%;
	height: 55.155%;
	position: absolute;
	left: 0;
	bottom: 0;
	background: linear-gradient(0deg, #FFF 0%, rgba(255, 255, 255, 0.00) 100%);
}

.content-text :where(h2, h3, h4, h5, h6),
.content-heading {
	position: relative;
	padding-bottom: 29px;
	margin-bottom: 22px;
}

.content-text :where(h2, h3, h4, h5, h6)::before,
.content-heading::before {
	content: "";
	display: block;
	width: 100%;
	max-width: 126px;
	height: 1px;
	background-color: var(--color-primary);
	position: absolute;
	bottom: 0;
	left: 0;
}

/* =========================
   Pseudo-elements (default)
========================= */
.content-image-section-bg::before {
	content: "";
	width: 100%;
	height: 55.155%;
	background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0.00) 100%);
	position: absolute;
	z-index: 1;
	pointer-events: none;
}

.content-image-section-bg::after {
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #FFF 0%, rgba(255, 255, 255, 0.00) 100%);
    position: absolute;
    left: -1px;
    top: 0;
    z-index: 1;
    pointer-events: none;
}

/* =========================
   Variations / Modifiers
========================= */
.content-image-section-bg.type-two::before {
	all: unset;
}

.content-image-section-bg.type-three {
	max-width: 65%;
}

.content-image-section-bg.type-three::before {
	height: 100%;
}

.content-image-section-bg.type-four .bottom-gradient {
	display: none;
}

.content-image-section-bg.type-four::before {
	display: none;
}

.content-image-section-bg.type-four::after {
	background: linear-gradient(90deg, #FFF 0%, rgba(255, 255, 255, 0.00) 130%);
}
.content-image-section-bg.type-five {
	/* height: auto; */
	max-width: 100%;
}
.content-image-section-bg.type-five::before {
	height: 100%;
	background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0.00) 160%);
}
.content-image-section-bg.type-five.bottom-gradient {
	height: 60%;;
}
.content-image-section-bg.type-six::before {
	background: linear-gradient(90deg, #FFF 0%, rgba(255, 255, 255, 0.00) 130%);
	height: 100%;
}
.content-image-section-bg.type-six::after {
	background: unset;
}
.box-grid {
	margin: 0 -8px;
}
.info-box {
	width: 100%;
	padding: 8px;
}
.info-box.column-four{
	max-width: 25%;
}
.info-box-wrap {
	background-color: #E7EEEE;
	height: 100%;
	padding: 24px 22px 24px 26px;
	border-left: 3px solid var(--color-primary);
	line-height: 1.4;
	font-weight: var(--fw-700);
	min-height: 124px;
	display: flex;
	align-items: center;
}

.content-image-section.left .content-image-section-bg {
	right: unset;
	left: 0;
}
.content-image-section.left .content-wrap {
	margin-left: auto;
}
.content-image-section.left .content-image-section-bg.type-two::after {
	all: unset;
}
.content-image-section.left::after {
	content: "";
	width: 50.9%;
	height: 100%;
	background: linear-gradient(-90deg, #FFF 0%, rgba(255, 255, 255, 0.00) 100%);
	position: absolute;
	inset: 0;
	pointer-events: none;
}
.content-image-section.left .content-image-section-bg .bottom-gradient {
	display: none;
}
.content-image-section.left::before {
	content: "";
	width: 50.5%;
	height: 100%;
	background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0.00) 100%);
	position: absolute;
	inset: 0;
	z-index: 1;
}
.box-grid:has(.column-two) {
	gap: 46px 39px;
}
.box-grid:has(.column-two) {
	gap: 46px 39px;
	margin: 0;
}
.box-grid-container:has(.column-two)  {
	max-width: 684px;
}
.content-image-sec-bottom-content {
	margin-top: 45px;
}
.info-box.column-two {
	max-width: calc(50% - 20px);
	padding: 0;
}
.info-box.column-three {
	max-width: 33.33%;
}
@media screen and (max-width: 1600px) {
	.info-box.column-four {
	max-width: 33.33%;
}
}
@media screen and (max-width: 1440px) {
.box-grid:has(.column-two) {
	gap: 25px;
}
.info-box.column-two {
	max-width: calc(50% - 13px);
}
.info-box.column-three {
	max-width: 50%;
}
}

@media screen and (max-width: 1200px) {
.info-box-wrap {
	padding: 20px 20px 20px 22px;
	min-height: 110px;
}
}
@media screen and (max-width: 991px) {
	.content-wrap,
	.content-image-section-bg {
		max-width: 100% !important;
	}
	.info-box.column-four {
	max-width: 25%;
}

	.content-image-section-bg {
		position: relative;
		margin-top: 40px;
	}

.content-image-section {
	display: flex;
	flex-direction: column-reverse;
	padding-bottom: 0;
}
	.content-image-section-bg::before {
    top: -1px;
}
.bottom-gradient {
    bottom: -1px;
}
.content-image-section.left::before,.content-image-section.left::after {
	width: 100%;
}

}

/* =========================
   Responsive (<= 767px)
========================= */
@media screen and (max-width: 767px) {
	.content-text :where(h2, h3, h4, h5, h6),
	.content-heading {
		padding-bottom: 24px;
		margin-bottom: 20px;
	}
	.content-text br {
	display: none;
}
.info-box.column-four {
	max-width: 33.33%;
}
.info-box-wrap {
	min-height: 85px;
}
}
@media screen and (max-width:640px) {
	.info-box.column-four {
	max-width: 50%;
}
.box-grid:has(.column-two) {
	gap: 15px;
}
.info-box.column-two {
	max-width: calc(50% - 8px);
}
.content-image-sec-bottom-content {
	margin-top: 35px;
}
}
@media screen and (max-width:480px) {
.info-box.column-four,.info-box.column-two ,.info-box.column-three{
	max-width: 100%;
}
.info-box:last-child {
	padding-bottom: 0;
}
}