@import url(style.css);

.trabalhe-img{
    width: 100%;
    background-size: cover;
}

.trabalhe-container {
    background-color:#EF7D00;
    padding: 0 0 2em;
}

.trabalhe-container h1 {
    font-family: var(--fonte-principal);
    color: #fff;
    padding: 1em;
    font-weight: 600; 
    text-align: center;
    text-transform: uppercase;
}

.trabalhe-texto {
    font-family: var(--fonte-principal);
    font-size: 2em;
    color: #fff;
    margin: 0 auto;
    padding: 1em;
    font-weight: 300;
    text-align: center;
    width: 50%;
}

.trabalhe-container a {
    display: flex;
    justify-content: center;
}
