.head1 {
    text-align: center;
    margin-top: 30px;
  }
  .head1__title {
    font-weight: bold;
    font-size: 32px;
    line-height: 30px;
    color: #555555;
    margin-bottom: 20px;
  }
  .head1__underline {
    width: 50px;
    height: 7px !important;
    background: #88B14B;
    border-radius: 100px;
    display: inline-block;
    opacity: 1;
    margin: auto;
    vertical-align: super;
  }

  .modal-content  {
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 20px !important; 
}