.main {
    background: url(/img/fundo-main.png) no-repeat center center;
    background-size: cover;
    padding: 80px 20px;
}
.main-grid h1 {
    font-size: 3.75rem;
    font-weight: 800;
    background: linear-gradient(124deg, #00145E 0%, #001D8A 51.88%, #0A2FB7 100%), #D9D9D9;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1.1em;
    margin-top: 20px;
    margin-bottom: 20px;
}
.main-grid h3 {
    font-size: 1.875rem;
    line-height: 1.2em;
    margin-bottom: 20px;
}
.main-grid h3 strong {
    color: #0A2FB7;
}
.main-grid {
    max-width: 850px;
}
.cerquilhas {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 20px;
}
.cerquilhas > h2 {
    flex: 1;
    min-width: max-content;
    max-width: max-content;
    display: inline-block;
    font-weight: 600;
    font-size: 0.75rem;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.50) 0%, rgba(255, 255, 255, 0.50) 47.83%, rgba(255, 255, 255, 0.50) 100%);
    border-radius: 50px;
    position: relative;
}


@media only screen and (min-width:416px) and (max-width:600px) {

    .main-grid h1 {
        font-size: 2.5rem;
    }
    .main-grid h3 {
        font-size: 1.2rem;
    }
    
}

@media only screen and (min-width:0px) and (max-width:415px) {

    .main-grid h1 {
        font-size: 2rem;
    }
    .main-grid h3 {
        font-size: 1rem;
    }
    .cerquilhas {
        gap: 10px 20px;
    }
    .main-grid .btn {
        font-size: 1rem;
    }
    .cerquilhas > h2 {
        font-size: 0.7rem;
    }
}