/* XS */
@media (max-width: 575.98px) {
    .prof-box{
        width: 100%;
    }
       .heroLst ul li {
        height: auto;
        width: 100%;
        flex: 1 1 100%;
    }
    .contImage{
    margin-bottom: 0;

}
.vega-contact-heading{
    margin-bottom: 1.5rem !important;
}
.vega-footer-policy{
    margin-left: 0;
}
 }

/* SM */
@media (min-width: 576px) and (max-width: 767.98px) { 
     .prof-box {
        width: 100%;
    }
       .heroLst ul li {
        height: auto;
        width: 100%;
        flex: 1 1 100%;
    }  
    .heroLst ul{
        gap: 0;
    }
    .licensingPageDv .vega-hero-section {
    padding: 60px 0;     
}
.contImage{
    margin-bottom: 0;

}
.vega-contact-heading{    
    margin-bottom: 1.5rem !important;
}
.vega-footer-policy{
    margin-left: 0;
}
}

/* MD */
@media (min-width: 768px) and (max-width: 991.98px) { 
    .prof-box {
        width: 100%;
    }
        .heroLst ul li {
        height: auto;
        width: 100%;
        flex: 1 1 100%;
    }
    .licensing-smarter-section .vega-card{
        align-items: flex-start;
        justify-content: flex-start;
    }
}

/* LG */
@media (min-width: 992px) and (max-width: 1199.98px) {    
    .heroLst ul li {
        height: 380px ;
    }
    .vega-card-features li {
    font-size: 26px;
    text-align: center;
    }
    .vega-card-features {
        height: auto;
    }
    .vega-launch-pill{
        width: auto;   
    }
    .vega-card-text{
        font-size: 16px;
    }
 }

/* XL */
@media (min-width: 1200px) and (max-width: 1399.98px) { }

/* XXL */
@media (min-width: 1400px) { }
