.cta {
  display: block;
  width: auto;
}

.cta__link {
  align-items: center;
  color: #fff;
  display: flex;
  font-family: 'FuturaPTBold', Futura, Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  justify-content: center;
  line-height: 20px;
  min-width: 260px;
  padding: 11px 16px;
  text-align: center;
  text-decoration: none;
  text-wrap: nowrap;
  width: auto;
}

@media (min-width: 768px) {
  .cta__link {
    width: max-content;
  }
}

.cta__link:visited {
  color: #fff;
}

.background--green .cta__link {
  background-color: #00945F;
}

.background--green .cta__link:hover {
  background-color: #DB7C00;
}

.cta--rectangle .cta__link {
  border-radius: 5px;
}

.cta--rounded .cta__link {
  border-radius: 50px;
  padding: 11px 16px 11px 25px;
}

.cta--rounded .cta__link::after {
  content: '';
  background: url("../../assets/icons/white-arrow-right.png") no-repeat;
  display: inline-block;
  width: 31px;
  height: 23px;
  background-size: contain;
  background-position: right center;
}
