.atletas-bg { position: relative; padding: 85px 0 95px; }
.atletas-bg > img { position: absolute; left: 0; top: -25px; }

.atletas .content { display: flex; flex-direction: column; align-items: flex-end; }
.atletas .content .title { font: 53.65px / 1.2 garet; color: var(--preto);  }
.atletas .content .container { display: flex; flex-direction: column; width: 50%; gap: 40px; margin-top: 40px; }
.atletas .content .text { font: 15px / 2 montserrat; }
.atletas .content .btn-default { width: 140px; height: 45px; }

@media(max-width: 1750px) { 
    .atletas-bg > img { width: clamp(300px, 50vw, 750px); top: unset; bottom: -75px; }
}

@media(max-width: 990px){
    .atletas-bg { padding: 30px 0; }
    .atletas-bg > img { display: none; }
    .atletas .content { align-items: center; }
    .atletas .content .container { width: 100%; }
    .atletas .content .title { text-align: center; font-size: clamp(35px, 4.5vw, 45px); }
    .atletas .content .title br { display: none; }
}