.NewBanner_main h1.bnr_title {
  color: #FFF;
  font-family:Avenir-Medium, sans-serif;
  font-size: 56px;
  font-style: normal;
  font-weight: 400;
  line-height: 64px;
  margin: 0;
  padding-bottom: 40px;
}
.NewBanner_main .NewBanner_inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.NewBanner_main .col.text_sec{
  width: 45%;
  padding-right: 20px;
  padding-left: 2.5%;
}

.NewBanner_main .col.img {
  width: 55%;
  background-position: top center;
  position:relative;
  background-size: cover;
  background-repeat: no-repeat;
}

.NewBanner_main .content h4 {
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 48px;
}
.img_inner img {
  width: 100%;
  line-height: 0;
  vertical-align: middle;
}
.NewBanner_inner {
  position: relative;
  z-index: 11;
}

.img_inner{
  position:relative
    min-height:604px;
}


.col.img {
  padding-top: 0;
  padding-bottom: 0;
}


.NewBanner_main .col.img:before {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.NewBanner_main ul {
  padding-left: 0;
}

.NewBanner_main .img_inner img {
  visibility: hidden;
}


.partnerships .col.img:before {
  background: unset;
}

.NewBanner_main.ticket {
  border-top: 1px solid rgb(0 0 0 / 20%);
}
.NewBanner_main .content *:last-child {
  margin-bottom: 0;
  padding-bottom: 20px;
}
.NewBanner_main .arrow_img img {
    width: 100%;
    max-width: 40px;
}
@media(max-width:1541px){
  br{
  display:none;
  }
}
@media(max-width:1200px){
  .NewBanner_main br {
    display: none;
  }
  .NewBanner_main h1.bnr_title {
    color: #fff;
    font-family: Avenir-Medium, sans-serif;
    font-size: 42px;
    font-style: normal;
    font-weight: 400;
    line-height: 50px;
  }
  @media(max-width:1024px){


    .NewBanner_main .col.text_sec {
      width: 100%;
    }

    .NewBanner_main .col.img {
      width: 100%;
      padding:20px 0 0;
    }
  }
  @media(max-width:767px){
    .NewBanner_main  img.hs-img {
      padding: 20px;
    }
    .NewBanner_main .side_text {
      width: 15%;
    }


    .NewBanner_main .img_inner {
      width: 100%;
    }
    .NewBanner_main p.top_title {
      padding-bottom: 30px;
    }

  }