@media screen and (max-width:768px) {
  .top-banner-wrapper {
    height: 300px;
  }
  .top-banner-info {
    width: 100%;
  }
  .cpnt-title {
    padding: 36px 0 24px;
  }
  .cpnt-title .linethrough-left,
  .cpnt-title .linethrough-right{
    width: 25px;
    height: 2px;
  }
  .cpnt-title .cpnt-title-center {
    margin: 0 24px;
  }
  .cpnt-title .cpnt-title-p1 {
    font-size: 19px;
  }
  .cpnt-title .cpnt-title-p2 {
    margin-top: -14px;
    font-size: 16px;
  }
}