body.app-landing {
    width: 100%;
}
.logo {
    width: 60% !important;
    height: auto;
}
.card {
    border-radius: 0;
}
.card .card-header {
    border-bottom: 1px solid #333;
    padding: 0;
}
.card .card-body {
    padding: 0;
}
.card .card-footer {
    border-top: 1px solid #333;
}
.img-service {
    width: 100%;
}
.img-service .img-w100 {
    width: 100%;
    height: auto;
}
.img-service .img-center {
    margin-top: -45px;
}
.icon-service {
    position: absolute;
    top: 0px;
    right: 0px;
}
.icon-service img {
    width: 128px !important;
    height: auto;
    opacity: 20%;
}
.icon-help {
    position: absolute;
    top: 10px;
    right: 10px;
}
.icon-help img {
    width: 64px !important;
    /* opacity: 20%; */
}
/* RESPONSIVE */
@media (max-width: 991.98px) {
    .mob-p3 {
        padding: .75rem!important;
    }
    .mob-mt-0 {
        margin-top: 0 !important;
    }
    .mob-h-auto {
        height: auto !important;
    }
}
@media (min-width: 992px) {
    /* .mob-p3 {
        padding: .75rem!important;
    } */
}