.w-5 {
  width: 5% !important;
}

.w-10 {
  width: 10% !important;
}

.w-15 {
  width: 15% !important;
}

.w-20 {
  width: 20% !important;
}

.w-25 {
  width: 25% !important;
}

.w-30 {
  width: 30% !important;
}

.w-35 {
  width: 35% !important;
}

.w-40 {
  width: 40% !important;
}

.w-45 {
  width: 45% !important;
}

.w-50 {
  width: 50% !important;
}

.w-55 {
  width: 55% !important;
}

.w-60 {
  width: 60% !important;
}

.w-65 {
  width: 65% !important;
}

.w-70 {
  width: 70% !important;
}

.w-75 {
  width: 75% !important;
}

.w-80 {
  width: 80% !important;
}

.w-85 {
  width: 85% !important;
}

.w-90 {
  width: 90% !important;
}

.w-95 {
  width: 95% !important;
}

.w-100 {
  width: 100% !important;
}

@media (min-width: 768px) {
  .title_onel {
    position: relative;
    font-size: 30px;
    margin-bottom: 20px;
  }
  .title_onel:after {
    content: "";
    width: 178px;
    background-color: #f17412;
    height: 3px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    margin-left: 20px;
  }
  .title_onel.line-dark:after {
    background-color: #1f1f1f;
  }
  .title-bothl {
    position: relative;
    font-size: 30px;
    margin-bottom: 20px;
  }
  .title-bothl:after {
    content: "";
    width: 178px;
    background-color: #f17412;
    height: 2px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    margin-left: 20px;
  }
  .title-bothl::before {
    content: "";
    width: 178px;
    background-color: #f17412;
    height: 2px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    margin-left: 20px;
    left: 19%;
  }
  .title-bothl.line-dark:after {
    background-color: #1f1f1f;
  }
  header .header_info::after {
    background: #E6E6E6;
  }
}
/*# sourceMappingURL=media.css.map */