@media screen and (max-width:1920px) and (min-width:1441px){
    #site-slider > h1{
        line-height: 55px;
    }
}

@media screen and (max-width:1440px) and (min-width:1025px){
    #site-slider > h1{
        line-height: 40px;
    }
}

@media screen and (max-width:1024px){
    #site-slider > h1{
        line-height: 40px;
    }
}

.t-designation{
    font-size: 14px;
}

.ir-solution-card p{
    line-height: 24px !important;
}

.ir-box-text p{
    line-height: 28px;
}
