.boximgprod {
    position: relative;
    overflow: hidden;
    height: 400px;
    clear: both;
    padding-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.about-img {
    height: 250px;
    display: block;
    margin: 0 auto;
}

@media (max-width: 990px) {
    .boximgprod {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        text-align: center;
    }
    .about-img {
        height: 300px;
        display: block;
        margin: 0 auto;
    }
}

.about-titulo-mb {
    font-size: 60px;
    margin-top: 60px;
    line-height: 60px;
    color: #5a7694;
    font-weight: 400;
}

.about-sub-titulo-mb {
    font-size: 50px;
    font-weight: 400;
    margin-top: 60px;
    line-height: 60px;
    color: #b47d5f;
}

.about-paragrafo-mb {
    font-size: 40px;
    margin-top: 50px;
    line-height: 50px;
    text-align: justify;
    color: #5a7694;
    font-weight: 200;
}

.about-titulo {
    font-size: 30px;
    margin-top: 30px;
    color: #5a7694;
    font-weight: 400;
}

.about-sub-titulo {
    font-size: 25px;
    margin-top: 30px;
    color: #b47d5f;
    font-weight: 400;
}

.about-paragrafo {
    font-size: 20px;
    margin-top: 30px;
    text-align: justify;
    color: #5a7694;
    font-weight: 200;
}

.about-paragrafo-services {
    font-size: 20px;
    text-align: justify;
    color: #5a7694;
    font-weight: 200;
}

.body-about {
    background-color: #f6ece7;
}
