@media (min-width: 1920px) {

  /* Your custom styles for wide screens here */
  .container1 {
    background-color: #f5f5f7;
    max-width: 100%;
    padding-left: 16%;
  }

  .ind-btn-redmore {
    width: 30%;

  }

  .carousel-wrapper {
    margin-left: 16%;
  }

  .custom-swiper {
    margin-left: 16%;

  }


}