/* Tablets */
html {
    font-size: 48%;
}

/* Buttons */

/* Header */

/* Hero */
.hero-cont .text{
    max-width: 60%;
    align-self: center;
}

.hero-cont .images > .pay-now-img img, .request-quote-img img, .payment-img img {
    max-width: 25rem;
}

.pay-now-img{
    top: 6rem;
}

.request-quote-img {
    top: -5rem;
    left: 21rem;
}

.payment-img {
    top: 21rem;
    left: 27rem;
}

/* Brands */

/* Bringing Financial Worlds */
.fb-cont .content .card-cont .card{
    width: 25vw
}

/* FAQ */

.faq-block:hover{
    border: none;
    margin-bottom: 6rem;
}

/* Footer */
.footer-cont .middle .text .social a img{
    width: 1.8rem;
}