.wrap{
    padding-bottom: 30px;
}

.case-title{
    margin: 50px 0 30px;
    font-size: 26px;
    text-align: center;
}
  .case-text p{
      margin-bottom: 15px;
  }

  @media (max-width: 992px) {
    .form-content{
        width: 80%;
    }
}