body{
    margin: 0;
    background-image: url(../img/patron.png);
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 1200px;
}

.texto{
    text-align: justify;
    font-weight: 900;
    color: #fff;
    height: 200px;
    display: flex;
    align-items: center;
}

.row-margin{
    margin: 135px 0;
}