/*!
 * Custome CSS
 * Created Date: 21/05/2022
 */

.info-30 {
    width: 30%;
}
.info-70 {
    width: 70%;
}
.w-m-200 {
    width: 200px;
}
.w-m-200 {
    width: 200px;
}
.w-m-120 {
    width: 120px;
}
.w-m-130 {
    width: 130px;
}
.img-badge-download {
    max-height: 40px;
}
footer #bg-footer {
    background: url(../asset/bg-footer.png) no-repeat;
    background-size: cover;
}
.img-w-25 {
    width: 25px !important;
}
@media (max-width: 1150px){
    .img-badge-download {
        max-height: 33px;
    }
}
@media (max-width: 992px) {
    .img-badge-download {
        max-height: 20px;
    }
}