.call-action{
  background: rgb(243, 243, 243);
  margin-top: 60px;
  
}

.contact-form .modal-footer{
  border-top: none;
}

.contact-form .modal-header{
  border-bottom: none;
  padding-bottom: 0;
}

.email-text{
  font-weight: bold;
  color: var(--bs-indigo);
}
.call-action p a{
    color: var(--bs-indigo);
    font-weight: bold;
}