.sectors,
.projects {
    /* background-color: #8A5D1A; */
    margin-top: 1.2rem;
    margin-bottom: 1.2rem;
    overflow-x: hidden;
}

.sectors .row,
.projects .row {
    padding: 2rem;
}

.sectors-h,
.projects-h {
    font-size: xx-large;
}

.sectors-text,
.projects-text {
    color: #596867;
    font-size: 110%;
}

/* sectors */
/* .sectors .row {
    text-align: end;
}

.sectors .pipes-img {
    position: relative;
    right: 4rem;
}

.sectors .pipes-text {
    position: relative;
    left: 4rem;
    padding: 2rem;
    background-color: whitesmoke;
    z-index: 10;
} */


/* projects */
.projects .pipes-img {
    position: relative;
    left: 4rem;
}

.projects .pipes-text {
    position: relative;
    right: 4rem;
    padding: 2rem;
    background-color: whitesmoke;
}

@media (max-width: 991px) {

    .sectors .row,
    .projects .row {
        text-align: center;
    }

    .sectors .pipes-img {
        right: inherit;
    }

    .sectors .pipes-text {
        left: inherit;
    }

    .projects .pipes-img {
        left: inherit;
    }

    .projects .pipes-text {
        right: inherit;
    }
}