.nl-card p {
  margin: 0;
}

.nl-card {
  display: flex;
  flex-direction: column;
  background-color: white;
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
  height: 100%;
  margin: 0 12px;
}

.nl-card__img {
  display: block;
  width: 100%;
  object-fit: cover;
  aspect-ratio: 2.2 / 1;
}

.nl-card__body {
  padding: 12px 18px 28px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

.nl-card__title {
  color: #004278;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.1rem;
  line-height: 1.1;
  margin-top: 0;
  margin-bottom: 8px;
}

.nl-card__text {
  color: #435a70;
  line-height: 1.3;
  font-size: 15px;
  font-weight: 300;
  height: fit-content;
}

.btn--pill.nl-card__button {
  padding: 3px 36px 2px 16px;
  margin-top: 16px;
  position: relative;
  z-index: 1;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.nl-card__button::after {
  content: "";
  width: 24px;
  height: 36px;
  position: absolute;
  top: 4px;
  right: 4px;
  background-image: url(../images/manina@4x.png);
  background-size: contain;
  background-repeat: no-repeat;
}
