/* input[type=text], select, textarea { */
.select-opt1 {
    width: 100% !important;
    padding: 12px !important;
    border: 1px solid #ccc !important;
    border-radius: 4px !important;
    box-sizing: border-box !important;
    margin-top: 6px !important;
    margin-bottom: 16px !important;
    resize: vertical !important;
}

.h2-noline-center{
    position: relative;
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 10px;
  font-size: 30px;

}

.h2-noline-center::before {
    content: "";
    width: 40px;
    height: 7px;
    background-color: #f1db25;
    border-radius: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
  }