hr {
    background: url(/img/hr.png) no-repeat center center;
    background-size: cover;
    height: 130px;
}
.main-setores-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: start;
    grid-gap: 20px;
    padding-left: 10px;
    padding-right: 10px;
}

.fig-outro {
    background-color: #A25641;
    border-radius: 20px;
    position: relative;
    bottom: 180px;
    padding: 80px;
    max-width: 260px;
    justify-content: center;
}
.fig-outro img{
    margin-left: auto;
    margin-right: auto;
    
}
.main-setores-content {
    display: grid;
    justify-items: center;
    position: relative;
    bottom: 30px;
}

.main-setores-content > img {
    max-width: 450px;
}

.main-setores-text {
    padding-top: 40px;
}
.main-setores-text > h2 {
    font-size: 5rem;
    font-weight: 700;
    text-align: end;
    color: #282828;
    line-height: 1.1em;
    margin-bottom: 10px;
}

.main-setores-text > p {
    font-size: 1.25rem;
    text-align: end;
    color: #282828;
    line-height: 1.4em;
    margin-bottom: 10px;
}
.main-setores-text > h2 > span {
    color: #A25641;
}
.main-setores-text h2 > span::after {
    content: url(/img/point.svg);
}

.main-setores-text a {
    text-align: center;
    color: #fff;
    font-weight: 600;
    font-size: 1rem;
    margin-top: 30px;
    background-color: #A25641;
    padding: 10px;
    max-width: 530px;
    margin-left: auto;
    border-radius: 30px;
    transition: .4s;
}
.main-setores-text a:hover {
    background-color: #f3cd33;
    box-shadow: 0px 0px 10px #f3cd33;
    color: #282828;
}


@media only screen and (min-width: 801px) and (max-width: 1000px) {

    .main-setores-text h2 {
        font-size: 4rem;
    }

    .main-setores-text {
        padding-top: 40px;
    }

    .main-setores-content > img {
        max-width: 375px;
    }
}

@media only screen and (min-width: 581px) and (max-width: 800px) {

    .main-setores-text > h2 {
        font-size: 3rem;
        text-align: center;
    }

    .main-setores-text > p {
        font-size: 1.125rem;
    }

    .main-setores-text {
        padding-top: 60px;
        padding-bottom: 20px;
        grid-row: 1/2;
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;

    }

    .main-setores-grid {
        grid-template-columns: 1fr ;
    }

    .main-setores-text p {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }

    .main-setores-text > a {
        margin-bottom: 40px;
        margin-top: 20px;
        margin-right: auto;
    }
}

@media only screen and (min-width: 391px) and (max-width: 580px) {

    .main-setores-text > h2 {
        font-size: 2rem;
        text-align: center;
    }

    .main-setores-text {
        padding-top: 80px;
        grid-row: 1/2;
    }

    .main-setores-content > img {
        max-width: 350px;
    }

    .main-setores-grid {
        grid-template-columns: 1fr ;
    }

    .main-setores-text p {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }

    .main-setores-text > a {
        margin-bottom: 40px;
        margin-top: 20px;
        margin-right: auto;
    }
    .fig-outro {
        background-color: #A25641;
        border-radius: 20px;
        position: relative;
        bottom: 100px;
        padding: 50px;
        max-width: 240px;
        justify-content: center;
    }
}
@media only screen and (max-width: 390px) {

    .main-setores-text > h2 {
        font-size: 2rem;
        text-align: center;
    }

    .main-setores-text {
        padding-top: 80px;
        grid-row: 1/2;
    }

    .main-setores-content > img {
        max-width: 230px;
    }

    .main-setores-grid {
        grid-template-columns: 1fr ;
    }

    .main-setores-text p {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }

    .main-setores-text > a {
        margin-bottom: 40px;
        margin-top: 20px;
        margin-right: auto;
        font-size: .9rem;
    }
    .fig-outro {
        background-color: #A25641;
        border-radius: 20px;
        position: relative;
        bottom: 70px;
        padding: 30px;
        max-width: 240px;
        justify-content: center;
    }
}