#formExperts .form-intro-row .image {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: auto;
    border-radius: 0.5rem;
}

#formExperts .form-intro-row .principal-text {
    color: #85276B;
    font-size: 1.1rem;
    line-height: 25px;
}

#formExperts .form-intro-row .text-primary-negocio {
    font-weight: bold;
    color: #85276B;
    font-family: 'Gotham-bold', 'Gotham', sans-serif !important;
    text-wrap: wrap;
    font-size: 1.7rem;
    margin-top: 10px;
}

@media (min-width: 768px) {
    #formExperts .form-intro-row .text-primary-negocio {
        text-wrap: nowrap;
        margin-top: 0;
    }
}