.vc-features {
	position: relative;
    padding: 40px 0;
}

.vc-features .vc-section__title {
	background-color: var(--vc-secondary);
    border-radius: 15px;
    padding: 5px 20px;
    color: var(--vc-white);
    width: 100%;
}

.vc-features .vc-section__header {
    padding-bottom: 20px;
}

.vc-features .vc-section__header .vc-section__title-wrapper {
    justify-content: flex-start;
    gap: 15px;
}

.vc-features .vc-features_sign {
	background-color: var(--vc-secondary);
	border-radius: 15px;
	height: 47px;
	width: 47px;
}

.vc-features .vc-features_sign_anim {
	height: 47px;
	padding: 5px;
}

.vc-features .vc-features_title_bg {
	height: 47px;
}

.vc-features .vc-section__header .vc-features-description {
    padding: 20px 0;
}

.vc-features .vc-features-main {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
    margin: -12px;
    padding: 12px;
}

@media (min-width: 768px) {
    .vc-features .vc-features-main {
        grid-template-columns: 1fr 1fr;
    }
}

.vc-features .vc-features-item {
    padding: 24px;
    border-radius: 24px;
    background: #F9ECD5;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    padding-left: calc(0.006772009 * 100vw + 15.1963882619px);
    padding-right: calc(0.006772009 * 100vw + 15.1963882619px);
    -webkit-transition: transform 0.3s ease, box-shadow 0.3s ease;
	-o-transition: transform 0.3s ease, box-shadow 0.3s ease;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.vc-features .vc-features-item:hover {
    transform: translateY(-2px) scale(1.02);
    box-shadow: 0 12px 20px rgba(0, 0, 0, 0.1);
}

@media (min-width: 1300px) {
    .vc-features-item {
        padding-left: 24px;
        padding-right: 24px;
    }
}

@media (min-width: 1300px) {
    .vc-features-item {
        padding-left: 24px;
        padding-right: 24px;
    }
}

.vc-features .vc-features-item-header {
	position: relative;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.vc-features-item-title {
    color: var(--vc-black);
    font-size: calc(0.006772009 * 100vw + 15.1963882619px);
    font-style: normal;
    font-weight: 600;
    line-height: 1.8;
}

@media (min-width: 1300px) {
    .vc-features-item-title {
        font-size: 24px;
    }
}

.vc-features .vc-features-item-icon {
	position: absolute;
	top: -12px;
    right: -15px;
	-ms-flex-negative: 0;
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    text-align: center;
    padding-top: 13px;
    border-radius: 20px;
    font-weight: 600;
    color: var(--vc-primary);
    background: var(--vc-white);
}

.vc-features .vc-features-item-footer {
	color: var(--vc-black);
    font-size: calc(0.0022573363 * 100vw + 13.065462754px);
    font-weight: 400;
    line-height: 1.6;
    padding-top: 20px;
}

.vc-features .vc-features-item-footer.wo_item-title {
    padding-top: 0px;
    padding-right: 23px;
}

@media (min-width: 1300px) {
    .vc-features-item-footer {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .vc-features .vc-features_sign {
        display: none;
    }
    .vc-features .vc-features_title_bg {
        height: 100%;
    }
}