.main_section {
  display: flex;
  justify-content: center; 
  align-items: center;    
  flex-direction: column;  
  background: #f3f6ff;
}

 .slider {
      position: relative;
      max-width: 100%;
      margin: auto;
      overflow: hidden;
    }

    .slides {
      display: flex;
      transition: transform 0.5s ease-in-out;
      width: 100%;
    }

    .slides img {
      width: 100%;
      object-fit: cover;
    }

    .prev, .next {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      background-color: rgba(0,0,0,0.5);
      color: white;
      border: none;
      padding: 10px 15px;
      cursor: pointer;
      font-size: 20px;
      z-index: 1;
    }

    .prev {
      left: 10px;
    }

    .next {
      right: 10px;
    }
    .owl-theme .owl-nav {
    margin-top: 10px;
    position: absolute;
    bottom: 50%;
    width: 100%;}
    .owl-nav button.owl-prev{ position: absolute; left: 0;}
    .owl-nav button.owl-prev span{font-size: 40px; color: #ff6600; background: #fff;    width: 40px; display: inline-block;  height: 40px;  line-height: 28px;
    border-radius: 12px;}
    .owl-nav button.owl-next{right: 0;  position: absolute;}
     .owl-nav button.owl-next span{font-size: 40px; color: #ff6600; background: #fff; width: 40px; display: inline-block;  height: 40px; line-height: 28px; border-radius: 12px;}
     .owl-carousel .owl-item img {
    display: block;
    width: auto;
    margin: auto;
     margin-bottom: 20px;
}