#section-oportunidade {
    background: #070707;
    margin: 2rem 0;
}


#section-oportunidade h2 {
    font-family: Margem-bold;
    font-size: 32px;
    font-weight: 800;
    line-height: 32px;
    letter-spacing: -1px;
    text-align: left;
    color: white;
}

#section-oportunidade p {
    font-family: Margem-regular;
    font-size: 20px;
    font-weight: 400;
    line-height: 25px;
    text-align: left;
    color: white;
    padding: 0 0 1rem 0;
}

#section-oportunidade  img {
    width: 100%;
    margin-top: 2rem;
}

#section-oportunidade  a {
    max-width: 100%;
    display: block;
    text-align: center;
    font-family: "Spartan", sans-serif;
    font-weight: 700;
    border: 0;
    outline: none;
    color: #000;
    padding: 15px 45px 11px;
    margin-top: 10px;
    font-size: 16px;
    border-radius: 6px;
    color: #fff;
    background: #DD303E;
    box-shadow: 0px 8px 24px 0px #DD303E80;
}

#section-oportunidade  a:link {
    text-decoration: none;
}



@media (min-width:481px) and (max-width: 1024.9px)  {
    #section-oportunidade div {
        text-align: center;
    }
}

@media (min-width: 1025px) {
    #section-oportunidade {
        background: #070707;
        margin: 4rem 0;
    }
    
    #section-oportunidade .wrapper {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 1rem;
    }

    #section-oportunidade  a {
        max-width: 282px;
    }
}

