.industires_title {
    font-size: 18px;
    font-weight: 400;
}
@media (min-width:966px){
    .industires_title {
        font-size: 32px;
        font-weight: 400;
    }
}
@media (min-width:765px){
    .industires_title {
        font-size: 25px;
        font-weight: 400;
    } 
}
.industires_sub_title {
    font-size: 14px;
    font-weight: 300;
}

@media (min-width:966px){
    .industires_sub_title {
        font-size: 18px;
        font-weight: 300;
    } 
}
@media (min-width:765px){
    .industires_sub_title {
        font-size: 16px;
        font-weight: 300;
    } 
}

.ind_sub_sub_title {
    font-size: 28px;
    font-weight: 400;
}

.card_item1_title {
    font-size: 16px !important;
    font-weight: 400;
}
@media (min-width:768px){
    .card_item1_title {
        font-size: 22px !important;
        font-weight: 400;
    }
}
.card_item1_sub_title {
    font-size: 14px !important;
    font-weight: 300;
}
.temp-visible-adv{
    display: block !important;
    visibility: hidden;
    position: absolute;
    top: -9999px; /* Position it off-screen */
}
.card_item1 {
    background-image: url('../images/Rectangle3.webp');
    background-repeat: round;
    background-size:cover;
    font-size: 22px;
}

.card_trendings {
    background-image: url('../images/trending_rect.webp');
    background-repeat: round;
    background-size:cover;
    background-color: #F6F8FA;
}
.services_title{
    font-size:26px;
}
@media (min-width:768px){
    .services_title{
        font-size:36px;
    }
}
@media (min-width:955px){
    .services_title{
        font-size:46px;
    }
}