.modal-content{
  border-top: 3px solid var(--tertiary)!important;
  box-shadow: -4px 9px 25px -6px rgba(0, 0, 0, 0.1);
  border-radius: 30px !important;
  background-clip: revert !important;
}

{# CTAs #}
.btn-wrapper{
  margin-bottom:30px;
}

{# Phone Number #}
.modal-global__phone{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  flex-wrap:wrap;
}

@media(max-width:765px){
  .modal-dialog{
    margin: 2.5rem;
  }
}