.segmentos {
    background: url(/img/bg-section.png) no-repeat center center;
    background-size: cover;
    color: #fff;
    text-align: center;
    padding-bottom: 60px;
    padding-top: 40px;
    padding-left: 10px;
    padding-right: 10px;
}
.segmentos h2 {
    font-size: 3rem;
    font-weight: 700;
}
.segmentos h2::after {
    content: url(/img/point.svg);
}
.segmentos p {
    font-size: 1.38rem;
    max-width: 964px;
    margin-left: auto;
    margin-right: auto;
}
.segmentos p > i {
    font-weight: 700;
}
.segmentos a {
    font-weight: 600;
    font-size: 1.16rem;
    margin-top: 30px;
    background-color: #A25641;
    padding: 10px;
    max-width: 530px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 30px;
    transition: .4s;
}
.segmentos a:hover {
    background-color: #f3cd33;
    box-shadow: 0px 0px 8px #f3cd33;
    color: #000000;
}

@media only screen and (min-width:570px) and (max-width:870px) {
    .segmentos h2 {
        font-size: 5.3rem;
        font-weight: 700;
    }
    .segmentos p {
        font-size: 1rem;
        max-width: 964px;
        margin-left: auto;
        margin-right: auto;
    }
}
@media only screen and (min-width:360px) and (max-width:569px) {
    .segmentos h2 {
        font-size: 3.3rem;
        font-weight: 700;
    }
    .segmentos p {
        font-size: .9rem;
        max-width: 964px;
        margin-left: auto;
        margin-right: auto;
    }
    .segmentos h2::after {
        content: url(/img/segmenor.svg);
        margin-left: 5px;
    }
}
@media only screen and (min-width:0px) and (max-width:359px) {
    .segmentos h2 {
        font-size: 2.3rem;
        font-weight: 700;
    }
    .segmentos p {
        font-size: .8rem;
        max-width: 964px;
        margin-left: auto;
        margin-right: auto;
    }
    .segmentos h2::after {
        content: url(/img/segmenor.svg);
        margin-left: 3px;
    }
    .segmentos a {
        font-weight: 600;
        font-size: .8rem;
        margin-top: 30px;
        background-color: #A25641;
        padding: 10px;
        max-width: 250px;
        margin-left: auto;
        margin-right: auto;
        border-radius: 30px;
        transition: .4s;
    }
}