.btn-round {
  border-radius: 100px;
}

.alamer-cta {
  display: flex;
  justify-content: center;
  margin-top: 48px;
  margin-bottom: 48px;
}

.alamer-cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  padding: 20px 52px;
  border-radius: 999px;
  background: #d90000;
  color: #ffffff;
  text-decoration: none;
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.12);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    background 0.2s ease;
}

.alamer-cta-button:hover,
.alamer-cta-button:focus {
  color: #ffffff;
  background: #bf0000;
  transform: translateY(-1px);
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.16);
  text-decoration: none;
}
