.title_for_Highlight {
  /*
  height: 44px;
  border-bottom: solid 1px #EBEBEB;
  border-top: solid 1px #EBEBEB;
  */
}
.title_for_Highlight h2 {
  padding: 8px 0;
  margin: 0;
  font-size: 32px;
}

.Highlight_inner_cont {
  max-width: 800px;
  margin: auto;
  padding-top: 40px;
}
.description_for_Highlight, .title_for_Highlight h2 {
  display: flex;
  justify-content: center;
  flex-basis: 100%;
  align-items: center;
  padding: 0;
  padding-bottom: 16px;
}

.Highlight__item {
    max-width: 800px !important;
    /*height: 600px;*/
    display: flex !important;
    margin: auto;
    padding-bottom: 10px;
}

.Highlight__item__img img {
  width: 100%;
  height: 100%;
  max-width: 800px;
  opacity: 1;
  border-radius: 10px;
}
.Highlight__item__inside {
  max-width: 800px;
  width: 100%;
  padding-bottom: 30px;
}

.Highlight__wrapper .slick-slide {
  padding: 0 4px;
}

.Highlight__wrapper {
  margin-bottom: 80px;
  max-width: 100% !important;
  /*min-height: 800px;*/
}
.Highlight__item {
  line-height: 1.2; }
  .Highlight__item__background {
    margin: 0 auto;
    max-width: 1920px; }
  .Highlight__item__title {
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    text-align: left;
    color: #000000;
    height: 44px; }
  .Highlight__item__description {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 20px;
    margin-top: 20px; }
  .Highlight__item__description {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: 1.3em;
    height: 105px;
  }    
  
.Highlight__item__info__side {
  margin-top: 40px;
  margin-left:30px;
  margin-right: 30px;
  height: 235px;
}
.Highlight_video{
  margin-bottom: 38px;
  padding-top: 16px;
}

.Highlight__item__button {
  margin: auto;
  margin-top: -69px;
}

a.Highlight__item__button__a {
  height: 44px;
  display: flex;
  justify-content: center;
  margin: auto;
  padding: 12px 20px;
  border-radius: 40px;
  text-decoration: none;
}

#Highlight_video_overlay {
  position: relative;
  padding-bottom: 40px;
}
/*
#Highlight_video_overlay iframe {
  height: calc(45vw);
}
*/

.Highlight__item__info__inside {
  display: table;
  width: 100%; }
  .Highlight__item__info__inside__mobile {
    display: none; }

.Highlight button.slick-prev,
.Highlight button.slick-next {
    position: absolute;
    top: -56px;
    height: 32px;
    width: 32px;
    border-radius: 50%;
    opacity: 1;
    padding: 5px 7px;
    padding-top: 4px;
    z-index: 999;
    transform: none;
    transition: 0.3s;
}

.Highlight button.slick-prev{
    padding-left: 6px;
}

.Highlight button.slick-next{
    padding-right: 6px;
}



.Highlight button.slick-prev{
    left: auto;
    right: 40px;
}

.Highlight button.slick-next{
    right: 0;
}    
.Highlight__item__button_row {
  margin-top: 32px;
}  
.Highlight_inner_cont .slick-dotted .slick-arrow {
  margin-top: 0;
}
span.Highlight_video_btn.Highlight__item__button__a {
  padding: 8px 20px 11px 20px;
  border-radius: 40px;
  text-decoration: underline !important;
}
@media(min-width: 768px) {
  .title_for_Highlight {
    border: none;
  }
  .Highlight_v_mob {
    display: none;
  }
  .Highlight_video{
    margin-left: 0;
  }

}
@media(max-width: 767px) {

  .Highlight_v_desk {
    display: none;
  }
  .Highlight_v_mob {
    display: flex;
    justify-content: center;
    margin-top: -80px;
    padding-bottom: 62px;    
  }
  .title_for_Highlight {
    margin-bottom: 10px;
  }
  .description_for_Highlight {
    margin-bottom: 69px;
  }
}
/*
@media(max-width: 767px) {

  .Highlight_mob, .Highlight__wrapper .mob_button {
    display:flex;
  }
  .Highlight_desk, .Highlight__wrapper .desk_button {
    display:none;
  }
}*/










