
.inner_banner_section  .title_wrap.title_max_width_enable .title_section>* {  line-height: 43px;}

.inner_banner_section  .title_wrap.title_max_width_enable {width: 100%;}
.inner_banner_section .title_wrap.title_max_width_enable .title_section {
    margin-bottom: 24px;}

.inner_banner_section .title_wrap {
    width: 61.3%;
    z-index: 99;
    position: relative;
}
.inner_banner_section .content_section.button-hide {
    margin-bottom: 0;
}
.inner_banner_section .title_section * {
    color: #FFF;
    font-weight: 700;
    line-height: 70px;
    margin-bottom: 0px;
}
.inner_banner_section .content_section * {
    color: #C4C4C4;);
    margin-bottom: 0px;
    line-height: 30px;
}
.inner_banner_section .section_button {
    margin-top: 35px;
    display: inline-block;
}
.inner_banner_section .content_section {
    margin-bottom: 35px;
}
.inner_banner_section .title_section {
    margin-bottom: 47px;
}
.inner_banner_section {
    padding-top: 245px;
    padding-bottom: 120px;
    position: relative;
}
.inner_banner_section .right_image img {
    position: absolute;
    right: 0;
    top: 0;
    object-fit: cover;
    height: 100% !important;
    width: 50%;
}
.inner_banner_section .right_image::after {
    content: "";
    background: linear-gradient(270deg, rgba(25, 25, 25, 0.00) 45.75%, #191919 83.29%);
    height: 100%;
    width: 60%;
    position: absolute;
    top: 0;
    right: 0;
}

@media only screen and (max-width:1024px){
.inner_banner_section.dnd-section  {
    padding-top: 100px;
    padding-bottom: 100px;
}
  .inner_banner_section .title_section {
    margin-bottom: 35px;
}
  .inner_banner_section .section_button {
    margin-top: 17px;
}
  .inner_banner_section .content_section {
    margin-bottom: 18px;
}

}

  @media only screen and (max-width:991px){
  .inner_banner_section .title_section * {
    line-height: 55px;
}
}
@media only screen and (max-width:767px){
.inner_banner_section .title_wrap {
    width: 100%;
    text-align: center;
}
  .inner_banner_section.dnd-section {
    padding-top: 349px;
    padding-bottom: 15px;
}
  
  .inner_banner_section .right_image::after {
    width: 100%;
    bottom: 0;
    background: linear-gradient(180deg, rgba(25, 25, 25, 0.00) 26.23%, #191919 100%);
    top: auto;
}
  .inner_banner_section .right_image img {
    width: 100%;
}
}