.design-template-btn-css,
.shop-now-btn-css {
    padding: 0.5rem 1rem;
    border: none;
    font-weight: 600;
    font-size: 1rem;
    color: #ffffff;
    text-align: center;
    display: block;
    margin: 5px 0px;
}
.slider-like-title {
    color: #ffffff;
    font-size: 3.2rem;
    font-weight: 800;
    align-items: center;
    text-align: start;
    line-height: 1.2;
    padding-bottom: 3rem;
}
.custom_padding_slider_section {
    /* padding: 6.5rem;
    padding-top: 11rem; */
    padding-top: 11rem;
}
.popular-section-title {
    font-weight: 800;
    font-size: 3rem;
    padding-bottom: 4rem;
    color:#414142
}
@media (max-width: 768px) {
    .custom_padding_slider_section {
        padding: 3rem;
    }
    .custom_padding_slider_section .slider-like-title {
        font-size: 2.2rem;
    }
}
@media (min-width: 769px) and (max-width: 1310px) {
    .custom_padding_slider_section {
        padding: 3rem;
        padding-top: 6rem;
    }
    .custom_padding_slider_section .slider-like-title {
        font-size: 2.2rem;
    }
    .product-card .product-bottom-title {
        font-size: 11px;
        max-height: 40px !important;
        min-height: 40px;
        bottom: -32px;
        left: 10px;
    }
}
.about_xel_desctiption {
    font-size: 17px;
    line-height: 30px;
    color: #f8f8f8;
}
.about_xel_title {
    font-size: 2.7rem;
    font-weight: 700;
    color: #ffffff;
    text-align: center;
    margin-bottom: 2rem;
}
@media (min-width: 769px)  {
    .about_xel_title_block {
        padding-top: 7rem;
    }
 
}
.product_by_industry_title {
    color: #414142;
    font-size: 54px;
    /* line-height: 72px; */
    font-weight: 800;
}
.product_by_industry_items {
  
}
.product_by_industry_items .industry_items {
    list-style: none;
    width: auto;
    display: inline-block;
    padding: 15px 10px;
    font-size: 18px;
    font-weight: 600;
    margin: 10px 0px;
    background-color: #F26924;
    color: #fff;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

