.image-align-left {
  float: left;
  margin: 20px 20px 20px 0; 
}
.image-align-right {
  float: right;
  margin: 20px 0 20px 20px;
}
a.cta-button {
  border-radius: 230px;
  font-weight: 500;
  font-size: 18px;
  line-height: 21.6px;
  color: #121B26;
  gap: 10px;
  padding: 15px 35px;
}
.callToActionBtn {
  border-radius: 230px;
  font-weight: 500;
  font-size: 18px;
  line-height: 21.6px;
  color: #121B26;
  gap: 10px;
}
.cta-button-apply {
  border-radius: 120px;
  font-weight: 500;
  font-size: 18px;
  line-height: 21.6px;
  background-color: #00C0AC;
  color: #000000;
  padding: 15px 30px;	
  margin-right: 20px;
  &:hover {
    background-color: #000000;
    color: #ffffff;
    text-decoration: none;
  }
}
.cta-button-donate-nav {
  border-radius: 170px;
  font-weight: 500;
  font-size: 18px;
  line-height: 21.6px;
  background-color: #FFFFFF;
  color: #121B26;
  padding: 15px 30px;
  border: 2px solid #121B26;
  &:hover {
    background-color: #000000;
    color: #ffffff;
    border: 2px solid #000000;
    text-decoration: none;
  }
}
.lead-text {
  font-size: 1.25rem;
}
