/* Custom-feature-section styles */
.custom-feature-section {
    background-color: #ffffff; /* Set background color to white */
}

.custom-feature-section .section-header .section-title img {
    display: inline;
}

.custom-feature-section .section-header .text {
    max-width: 700px;
    margin: 0 auto;
}

.custom-feature-section .section-header .text-wrapper {
    margin-top: 25px;
}

.custom-feature-section .features-wrapper-box {
    margin-top: 63px;
}

.custom-feature-section .features-wrapper {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(310px, 1fr));
}

.custom-feature-section .feature-box {
    background-color: #EBEDEF; /* You can change this color if needed */
    border-radius: 22px;
    padding: 50px 50px 48px;
    text-align: center;
}

.custom-feature-section .feature-box:hover .wc-btn {
    color: var(--theme);
}

.custom-feature-section .feature-box:hover .wc-btn i {
    transform: translateX(5px);
}

.custom-feature-section .feature-box .thumb img {
    height: 60px;
}

.custom-feature-section .feature-box .content {
    margin-top: 51px;
}

.custom-feature-section .feature-box .title {
    font-size: 30px;
    line-height: 1.16;
}

.custom-feature-section .feature-box .text {
    margin-top: 20px;
}

.custom-feature-section .feature-box .wc-btn {
    margin-top: 31px;
    font-size: 14px;
    text-transform: uppercase;
    transition: 0.5s;
}

.custom-feature-section .feature-box .wc-btn i {
    transition: 0.5s;
}
