@media screen (min-width: 768px) {
    .btn-div {
        padding: 10px;
    }
}

.modal-content {
    width: 100%;
    text-align: justify;
    border-radius: 20px;
}
    b, strong {
    color: #fff;
    }
.btn-group-lg>.btn, .btn-lg {
    font-size: 12px;
    line-height: 1.3333333;
    border-radius: 50px;
  }
.btn-info {
    color: #fff;
    /* background: linear-gradient(45deg, #4c5cbb, #8034bc); */
    background-color: #79c844;
    /*border-color: #8034bc;*/
    border-color: #79c844;
    padding: 10px 20px;
    font-weight: 900;
    box-shadow: 0px 10px 20px #100f0f;
  }
  a:focus, a:hover {
    color: #f1f3f5;
  }
  .btn-default {
    color: #333;
    background-color: #f35530;
    border-color: #f35530;
    color: #fff;
    font-weight: 700;
    }
  .modal-header {
    padding: 15px;
    background-color: #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    border-radius: 20px 20px 0px 0px;
  }
  .modal-dialog {
      margin: 150px auto;
  }
  .modal-title {
    margin: 0;
    line-height: 1.42857143;
    font-size: 24px;
    font-weight: 700;
}
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  