.bg-footer{
    /* background: rgb(46,61,115);
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.315) 0%, rgba(41,116,160,0.8) 100%); */
    background-image: url(/assets/img/bg-footer-1.png);
}
.footer-text{
    font-weight: 500;
    font-size: 12px;
}

.footer-texts{
    font-weight: 500;
    font-size: 8px;
}

.footer{
    color: #2E3D73;
    font-weight: 400;
    font-size: 10px;
}

@media screen and (min-width: 640px) {
    .footer-text{
        font-size: 18px;
    }
    
    .footer{
        font-size: 16px;
    }
}

    /* lg */
@media screen and (min-width: 1024px) {
    .footer-text{
        font-size: 20px;
    }
    
    .footer{
        font-size: 18px;
    }
}

