.footer_statement {
    font-size: 13px;
    color: rgba(48, 61, 83, 0.7);
}
.text-justify{
    text-align: justify!important;
}

.single-footer-widget .quick-links li {
    margin-bottom: 10px;
    font-size: 14px;
}

.card.currency img{
    height: 80px;
}

.card.currency:hover{
    border: 1px solid var(--main-color);
    border-radius: 5px;
    color: var(--main-color);
}

.navbar-brand img{
    max-width: 135px;
}

.logo img{
    max-width: 155px;
}

p a {
    color: var(--main-color);
    font-weight: 400;
    line-height: 1;
}

p a:hover{
    color: var(--optional-color);
}

@media only screen and (min-width: 1200px){
    .main-banner-content .trust-content li {
        margin-right: 25px;
    }
}
