.section-seguimentos {
    height: 315px;
}

.section-seguimentos > div {
    background-image: url("../imgs/home-img.png");
    background-position: calc(-780px);
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    height: 100%;
}

.section-seguimentos div .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.section-seguimentos h2 {
    font-family: "Black Ops One";
    color: #A4161A;
    margin-bottom: 2rem;
}

.container-agro h2 {
    font-family: "Black Ops One";
    margin-bottom: 2rem;
    text-align: center;
}

.container-seguimentos h2 {
    font-family: "Black Ops One";
}

.container-seguimentos h2 span {
    color: #A4161A;
}

.div-red {
    background-color: #E5383B;
    padding: 1rem 0;
}

.row-seguimentos {
    padding: 0rem;
}

.col-edit {
    margin-top: 2rem;
}

.div-edit .col > img {
    object-fit: cover;
    width: 100%;
}

.div-edit .col > div img {
    object-fit: cover;
    width: 48%;
}

@media (min-width: 635px) {
    .section-seguimentos > div {
        background-position: center;
        background-size: cover;
    }
    .section-seguimentos div .container {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
    .row-seguimentos {
        padding: 3rem;
    }
    .container-agro h2 {
        text-align: unset;
    }
    .div-edit {
        padding: 3rem;
    }
    .col-edit {
        margin-top: 0;
    }
}