.fst-gtec {
    background: linear-gradient(rgba(17, 23, 42, 0.869), rgba(17, 23, 42, 0.869)), url(../img/gtecImg/pag-gtec.png) center/cover no-repeat;
    position: relative;
    overflow: hidden;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 75%);
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.fst-gtec h1{
    font-size: min(74px, 8vw);
    font-weight: 900;
    color:var(--branco);
    position: relative;
    top: -15px;
}

.oh-container{
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin: 70px 0;
    padding: 0 15px;
}

.oh-container h2 {
    font-size: min(40px, 4vw);
    text-transform: uppercase;
}

.oh-container p{
    text-align: justify;
}


.xp {
    background: linear-gradient(rgba(17, 23, 42, 0.869), rgba(17, 23, 42, 0.869)), url(../img/gtecImg/pag-gtec-xp.png) center/cover no-repeat;
    position: relative;
    overflow: hidden;
    clip-path: polygon(0 0, 100% 22%, 100% 100%, 0% 100%);
    height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.xp h2{
    font-size: min(40px, 4vw);
    text-align: center;
    position: relative;
    bottom: -40px;
    color: var(--branco);
    line-height: 45px;
}

.xp h2 em{
    color: var(--vermelho);
}

.about-us{
    background-color: var(--cinza);
}

.au-container{
    display: flex;
    flex-direction: column;
    margin: 70px 0;
    padding: 0 15px;
}

.au-container h2{
    font-size: min(40px, 4vw);
    text-transform: uppercase;
}

.au-container p{
    text-align: justify;
    margin-top: 15px;
}

.au-container a button {
    background-color: transparent;
    border: 3px solid var(--vermelho);
    border-radius: 40px;
    padding: 5px 25px;
    font-size: 20px;
    margin: 20px 10px;
    color: black;
    transition: all .5s;
}

.au-container a button:hover {
    background-color: var(--vermelho);
    color: var(--branco);
}