.section-press span, .container-assist span  {
    font-family: 'Manrope', sans-serif;
    font-size: 14px;
}

.press-contact-name {
    font-weight: 900;
}

.press-contact-tel, .press-contact-email {
    font-weight: 400;
    color: #0096DE;
}

.fa-solid {
    content: "\f095";
    margin-right: 5px;
}

.press-contact {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media (max-width: 990px) {
    .press-bg {
        background-color: #fff !important;
    }
    span{
        color: #241F20;
    }
    .press-contact span {
        color: #000 !important;
    }
    .text-center span {
        color: #009EFF;
    }
    .white {
        color: #009EFF !important;
    }
}