.c-newsletter__image {
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
}

@media (min-width: 1200px) {
  .c-newsletter__image {
    margin-bottom: 24px;
    margin-bottom: 1.5rem;
  }
}

.c-newsletter__actions {
  margin-top: 12px;
  margin-top: 0.75rem;
}

@media (min-width: 1200px) {
  .c-newsletter__actions {
    margin-top: 24px;
    margin-top: 1.5rem;
  }
}

.c-newsletter__view {
  font-family: 'Montserrat', Verdana, Tahoma, 'DejaVu Sans', sans-serif;
  font-weight: 600;
  color: #222222;
}

.c-newsletter__view svg {
  margin-left: 6px;
  margin-left: 0.375rem;
  width: 36px;
  height: 36px;
}

@media (min-width: 1200px) {
  .c-newsletter__view svg {
    width: auto;
    height: auto;
  }
}

.c-newsletter__view:hover, .c-newsletter__view:focus {
  color: #27AAE1;
}

.c-newsletters-list {
  margin-bottom: 96px;
  margin-bottom: 6rem;
}

