	.culture__icon {
    gap: 28px;
}

.culture-heading .tp-feature__heading {
    font-family: var(--font-second);
}

#img_393984306 {
    width: 100%;
    object-fit: cover;
}

.list-feature {
    gap: 23px;
}

.feature-icon {
    position: relative;
    width: 45px;
    min-width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.feature-icon::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: var(--tp-accent);
    transform: rotate(45deg);
    z-index: -1;
}

.list-feature .tp-feature__heading {
    font-family: var(--font-second);
    text-transform: uppercase;
}

#m_159121165 p {
    margin-bottom: 15px;
}


.featured-product__heading .tp-feature__heading {
    font-family: var(--font-second);
}

.featured-product__list {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 25px;
}

.featured-product__item .tp-feature__heading,
.featured-product__item .tp-feature__text{
    text-transform: uppercase;
}

.featured-product__item .tp-feature__media {
    margin-bottom: 15px;
}

.education-news .tp-post__thumbnail,
.education-news--small .tp-post__thumbnail img {
    height: 100%;
    object-fit: cover;
}


@media (max-width: 1200px) {
    .featured-product__list {
        grid-template-columns: repeat(4, 1fr);
    }
}


@media (max-width: 991px) {
    .featured-product__list {
        grid-template-columns: repeat(3, 1fr);
    }
}


@media (max-width: 767.98px) {
    .feature-content > .row {
        margin: 0;
    }
    .featured-product__list {
        grid-template-columns: repeat(2, 1fr);
    }
    .education-news .tp-post__thumbnail,
    .education-news--small .tp-post__thumbnail img {
        max-height: 250px;
    }
}

