
.container-meteo {
    width: 452px !important;
    padding: 24px !important;
    border-radius: 8px;
    border: 1px solid var(--color-gray-90, #E5E5E5) !important;
    background: var(--color-white, #FFF) !important;

    /* shadow-s */
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15) !important;
  }

  .card-meteo {
    padding: 0 !important;
  }

  .card-wrapper {
    padding-bottom: 0 !important;
  }

@media (max-width: 992px) {
    .container-meteo {
      width: auto !important;
      margin-bottom: 30px;
      height: auto !important;
    }
}
@media(min-width: 576px) {
    h4 {
        font-family: "Titillium Web";
        font-size: 28px !important;
        font-style: normal;
        font-weight: 600 !important;
        line-height: 32px !important; 
        letter-spacing: 0;
      }
    .text-allerta-meteo {
      font-size: 22px !important;
      font-style: normal;
      font-weight: 700 !important;
      line-height: 24px;
      color: #1a1a1a;
    }
    .heading-h6 {
      font-size: 18px !important;
      font-weight: 400 !important;
      line-height: 28px !important;
    }
}

@media(max-width: 576px) {
    h4 {
        font-family: "Titillium Web";
        font-size: 24px !important;
        font-style: normal;
        font-weight: 600 !important;
        line-height: 32px !important;
        letter-spacing: 0 !important;
      }
      .text-allerta-meteo {
        font-size: 12px !important;
        font-style: normal;
        font-weight: 700 !important;
        line-height: 18px;
        color: #1a1a1a;
      }
      .heading-h6 {
        font-size: 16px !important;
        font-style: normal;
        font-weight: 600 !important;
        line-height: 24px !important;
      }
}

.card::after {
    display: none !important;
}

.card-wrapper-widget {
  box-shadow: none !important;
}