.site {
    background: var(--global-palette9);
}

.intro-image-wrapper > img {
	width: 100%;
	aspect-ratio: 1;
	object-fit: cover;
	border-radius: 5px;
}

.small-header {
	font-style: normal;
    font-weight: normal;
    font-size: 19px;
    line-height: 1.5;
    text-transform: capitalize;
    color: var(--global-palette3);
	margin: 0;
}

.intro-container {
	display: flex;
	gap: 6rem;
}

.intro-image-wrapper {
	width: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.intro-content-wrapper {
	width: 50%;
}


.individual-approach {
	border-top: 1.5px solid var(--global-palette7, #EDF2F7);
	padding-top: 30px;
	margin-top: 30px;
}

.benefits-section__container {
	background-color: var(--global-palette8);
	padding-top: 50px;
	padding-bottom: 50px;
	padding-left: 40px;
	padding-right: 40px;
	border-radius: 5px;
	margin-top: 60px;
	margin-bottom: 60px;
	min-height: 400px;
	gap: 50px;
}

.benefits-section__summary {
	display: flex;
    flex-direction: row;
}

.benefits-section__detail-items {
	display: flex;
    flex-direction: row;
	gap: 2rem;
	margin-top: 40px;
}

.benefits-section__detail-item {
	width: 80%;
	border-top-left-radius: 0px;
    border-top-right-radius: 300px;
    border-bottom-right-radius: 300px;
    border-bottom-left-radius: 300px;
	background: var(--global-palette9, #ffffff);
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
	padding: 2rem;
	text-align: center;
}

.benefits-section__left-wrapper {
	width: 50%;
}

.benefits-section__right-wrapper {
	width: 50%;
}

.benefits-section__second-right-wrapper {
	width: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.wp-block-kadence-icon, .wp-block-kadence-icon.aligncenter:not(.specificity) {
    display: flex;
    gap: .2em;
    align-items: center;
    justify-content: center;
	margin-bottom: 10px;
}

.kt-svg-icon-wrap {
    display: flex;
}


.kt-svg-item-1069_ec8782-ea34 .kb-svg-icon-wrap, .kt-svg-style-stacked.kt-svg-item-1069_ec8782-ea34 .kb-svg-icon-wrap {
    color: #ffffff;
    font-size: 24px;
    background: var(--global-palette1, #3182CE);
    border-width: 0px;
    border-radius: 50%;
    padding-top: 17px;
    padding-right: 17px;
    padding-bottom: 17px;
    padding-left: 17px;
}

.kt-svg-item-1069_22cb2a-7b39 .kb-svg-icon-wrap, .kt-svg-style-stacked.kt-svg-item-1069_22cb2a-7b39 .kb-svg-icon-wrap {
    color: #ffffff;
    font-size: 24px;
    background: var(--global-palette1, #3182CE);
    border-width: 0px;
    border-radius: 50%;
    padding-top: 17px;
    padding-right: 17px;
    padding-bottom: 17px;
    padding-left: 17px;
}

.kt-svg-item-1069_dbe12a-6044 .kb-svg-icon-wrap, .kt-svg-style-stacked.kt-svg-item-1069_dbe12a-6044 .kb-svg-icon-wrap {
    color: #ffffff;
    font-size: 24px;
    background: var(--global-palette1, #3182CE);
    border-width: 0px;
    border-radius: 50%;
    padding-top: 17px;
    padding-right: 17px;
    padding-bottom: 17px;
    padding-left: 17px;
}

.kt-svg-style-stacked .kb-svg-icon-wrap {
    border: 2px solid var(--global-palette5, #444444);
    transition: all .3s ease-in-out;
    padding: 20px;
}

.kb-svg-icon-wrap {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-width: 0;
}

.kb-svg-icon-wrap svg {
    width: 1em;
    height: 1em;
}

@media screen and (max-width: 768px) {
    .intro-container {
        flex-direction: column;
        gap: 2rem;
    }
	
	.intro-image-wrapper {
    	width: 100%;
	}
	
	.intro-content-wrapper {
		width: 100%;
	}
	
	.benefits-section__left-wrapper {
		width: 100%;
	}

	.benefits-section__right-wrapper {
		width: 100%;
	}
	
	.benefits-section__second-right-wrapper {
		width: 100%;
		margin-top: 20px;
	}
	
	.benefits-section__container {
		flex-direction: column;
		gap: 10px;
	}
	
	.benefits-section__summary {
    	display: flex;
    	flex-direction: column;
	}
	
	.benefits-section__detail-items {
		flex-direction: column;
	}

	.benefits-section__detail-item {
    	width: 100%;
	}
}