.elementor-widget-cmi-nested-category .cmi-nested-category-container .subcat-section{
    position: relative;
}

.elementor-widget-cmi-nested-category .subcat-products .slick-track{ 
    margin-left: 0; 
}

.elementor-widget-cmi-nested-category .subcat-products {
    margin: 70px 0px 40px;
}

.elementor-widget-cmi-nested-category .slick-slide {
      margin: 0 30px 0px 0px;
}

.elementor-widget-cmi-nested-category .cmi-main-heading,
.elementor-widget-cmi-nested-category .subcat-header h2,
.nested-template-faq .elementor-widget-container h3{
    font-size: 21px;
}

.nested-template-faq .elementor-widget-container h4{
    margin-top: 30px;
    font-size: 18px;
}

.elementor-widget-cmi-nested-category .cmi-main-heading {
    margin-bottom: 25px;
}

.elementor-widget-cmi-nested-category .subcat-header h2{
    font-weight: 700;
    color: #00A4B1;
}

.elementor-widget-cmi-nested-category .subcat-product-card a {
    text-align: center;
    color: #1E3C71;
}

.elementor-widget-cmi-nested-category .subcat-product-card a h3{
    font-weight: 400;
    font-size: 16px;
}

.elementor-widget-cmi-nested-category .subcat-product-card a:hover {
    color: #1E3C71;
}

.elementor-widget-cmi-nested-category .subcat-section button {
    background-color: #FFF;
    border: 2px solid #00A4B1;
    padding: 5px 10px;
    border-radius: 100px;
}

.elementor-widget-cmi-nested-category .subcat-section button i{
    color: #00A4B1;
}

.elementor-widget-cmi-nested-category .subcat-button-wrapper {
    position: absolute;
    top: 50px;
    display: flex;
    column-gap: 20px;
}

@media (max-width: 600px) {
    .elementor-widget-cmi-nested-category .slick-slide {
      margin: 0 20px 0px 0px;
    }
}