 .v0g {
            font-size: 21px !important;
            color: #ce3718 !important;
            text-align: left !important;
            margin-top: 11px !important;
            padding-left: 6px !important;
            margin-bottom: -23px !important;
        }

        .v0g2 {
            font-size: 21px !important;
            color: #ce3718 !important;
            text-align: left !important;
            margin-top: 14px !important;
            padding-left: 14px !important;
            margin-bottom: -11px !important;
        }
        .pad-t{
            padding-top: 50px;
        }

 .main-block {
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 3px;
      
      }

      .about-section-4 {
    padding-bottom: 90px;
}

         form {
      width: 100%;
      padding: 20px;
      box-shadow: 0 2px 5px #ccc; 
      background: #fff;
      }
      input {
      width: calc(100% - 10px);
      padding: 5px;
      border-radius: 3px;
      border: 1px solid #ccc;
      vertical-align: middle;
      }
      textarea {
      width: calc(100% - 6px);
      outline: none;
      }
      input:hover, textarea:hover {
      outline: none;
      border: 1px solid #095484;
      }
      th, td {
      width: 15%;
      padding: 15px 0;
      border-bottom: 1px solid #ccc;
      text-align: center;
      vertical-align: unset;
      line-height: 18px;
      font-weight: 400;
      word-break: break-all;
      }
        .additional-question th, .additional-question td {
      width: 38%;
      }
      .course-rate th, .course-rate td {
      width: 19%;
      }
      .first-col, .additional-question  .first-col, .course-rate .first-col {
      width: 24%;
      text-align: left;
      }
      .question, .comments {
      margin: 15px 0 5px;
      }
      .question-answer label {
      display: inline-block;
      padding: 0 20px 15px 0;
      }
      .question-answer input {
      width: auto;
      }
      .question-answer, table {
      width: 100%;
      }
      .btn-block {
      margin-top: 20px;
      text-align: center;
      }
      button.btnhj{
      width: 150px;
      padding: 10px;
      border: none;
      border-radius: 5px; 
      background: #095484;
      font-size: 16px;
      color: #fff;
      cursor: pointer;
      }
     button.btnhj:hover {
      background: #0666a3;
      }


      h3.h3-title {
    text-align: center;
    font-size: 39px;
    color: #ce3718;
    padding-top: 86px;
    padding-bottom: 21px;
}


@media screen and (max-width: 768px){
th.mbl {
    word-break: break-word;
    text-decoration: underline;
}
}