.footer_cover{
    background: #271F32;
    padding-top: 20px;
    padding-bottom: 20px;
}

.footer_logos{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.footer_text p{
    font-weight: 400;
    text-align: center;
    color: #565D65;
    margin-bottom: 10px;
    margin-top: 0;
    color: rgba(255, 255, 255, 0.5);
}

.footer_logos img {
    width:auto;
}



@media screen and (min-width: 992px){
    .footer_logos{
        gap: 32px;
    }

    .footer_logos img{
        max-height: 68px;

    }

    .footer_text p{
        font-size: 16px;
    }
}

@media screen and (max-width: 991.98px){
    body .footer_logos{
        column-gap: 20px;
        row-gap: 10px;
    }

    .footer_logos img{
        max-height: 34px;
    }

    .footer_text p{
        font-size: 14px;
    }
}