.promos-card {
  border-radius: 18px;
  overflow: hidden;
  background: #fff;
}

.promos-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 18px;
  cursor: pointer;
}

.promos-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  height: 58px;
  padding: 0 28px;
  border-radius: 999px;

  background: #01426a;
  color: #fff;
  text-decoration: none;

  font-family: "Lato", system-ui, -apple-system, Segoe UI, Roboto, Arial,
    sans-serif;
  font-weight: 400;
  font-size: 18px;

  white-space: nowrap;
  cursor: pointer;
}

.promos-btn:hover {
  background: #000;
}
