.H5APP_Feature_details{

  margin-bottom: 130px;
}

.H5APP_Feature_details>div{
  aspect-ratio:16 / 6;

}


@media (max-width: 1024px){
  .H5APP_Feature_details{

    margin: 0 10px  75px 10px;
    
  }
  .H5APP_Feature_details>div{
    aspect-ratio:auto;

  }

  .H5APP_Feature_details>div>.slider_wrapper
  {
    aspect-ratio:16 / 6;
    border:1px solid transparent;
  }

}

.H5APP_Feature_details .items {
  position: relative;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  font-size: 0;
  cursor: pointer;
  color:#8fb6ae; 

}



.H5APP_Feature_details .item {
  display: inline-block;
  user-select: none;




  font-size: 33px;
  font-weight: bold;
  line-height: 130px;


}

.H5APP_Feature_details *,
.H5APP_Feature_details div.fb_wrapper
{

  color:#8fb6ae; 
  border-color:#8fb6ae; 
}