.intermunicipal-newsletter-teaser {
  display: flex;
  height: 100%;
  align-self: stretch;
}

.intermunicipal-newsletter-teaser__wrapper {
    display: flex;
    max-width: 327px;
    min-width: 327px;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: var(--color-primary--xclear);
    align-self: stretch;
}

.intermunicipal-newsletter-teaser__wrapper > div {
    width: 50%;
}

.intermunicipal-newsletter-teaser__image {
    padding : 5px;
}

.intermunicipal-newsletter-teaser__image img {
    margin : 0 auto;
}

.intermunicipal-newsletter-teaser__content {
    display: flex;
    flex-direction: column;
}

.intermunicipal-newsletter-teaser__texts {
    display: flex;
    padding: 24px 12px 12px 12px;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    flex: 1 0 0;
    align-self: stretch;
}

.intermunicipal-newsletter-teaser__title {
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: 140%; /* 22.4px */
}


.intermunicipal-newsletter-teaser__type {
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 19.6px */
}

.intermunicipal-newsletter-teaser__size {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

.intermunicipal-newsletter-teaser_cta {
  padding: 12px 12px 24px 12px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}


@media all and (min-width: 1000px) {
    .intermunicipal-newsletter-teaser__wrapper {
        max-width: 400px;
        min-width: 400px;
    }

}
