.border25{
    border-radius: 25px;
  }

  .btn-outline-secondary::before{
    border-radius: 25px;
  }
  .modal-bg-image
{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 0;
}