/* mobile */

@media only screen and (max-width: 480px) { 

    .cards-segmentos .card-segmento {
        width: 320px;
    }

        .card-segmento-content-container h3 {
            font-size: 1.125rem;
        }
  }

  /* tablet */ 

  @media only screen and (min-width: 481px) and (max-width: 999px) { 

    .cards-segmentos .container {
        width: 320px;
    }

        .cards-segmentos .card-segmento {
            width: 320px;
        }

            .card-segmento-content-container h3 {
                font-size: 1.125rem;
            }
    }