.owl-carousel {
    margin: 0 auto;
    padding: 30px 0;
  }

  .owl-carousel .item {
    background-color: #eee;
    border-radius: 30px;
    border: 2px solid #0a5192;
  }

  .bg-section {
    background-color: #fff;
  }

  .bg-section .item {
    background-color: white;
    border: none;
  }

  .item img {
    border-radius: 30px;
  }

  .owl-nav i {
    color: #01d28e
  }

  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next {
    z-index: 1;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: absolute;
    top: 0%;
  }

  .item>* {
    color: #0a5192
  }

  .owl-nav button span {
    font-size: 30px;
    height: 100%;
    display: block;
    width: 100%;
    background-color: #01d28e;
    border-radius: 50%;
    color: white;
  }

  .owl-carousel .owl-nav button.owl-prev {
    right: 50px;
  }

  .owl-carousel .owl-nav button.owl-next {
    right: 0;
  }

  .owl-carousel .owl-nav {
    margin: 10px;
  }

  .owl-theme .owl-nav .disabled,
  button.disabled {
    opacity: 0.4;
  }

  .owl-stage-outer {
    margin: 20px 0
  }

  .overlap-section {
    position: relative;
     /* Adjust this value to control the amount of overlap */
    /* padding-top: 50px; */
    background-color: #f9f9f9;
    /* border: 1px solid red; */
    border-radius: 20px;
    margin: 0px 4rem;
   
    z-index: 1; /* Ensure the overlapping section is above the previous section */
  }
  

  @media (max-width:768px) {
    .owl-carousel .owl-nav button.owl-prev {
      left: 0;
    }

    .owl-carousel .owl-nav button.owl-prev,
    .owl-carousel .owl-nav button.owl-next {
      top: 95%;
    }
  }

  .button_know {
    font-size: 17px;
    color: #fff;
    background-color: #0a5192;
    border-radius: 40px;
    border: #0a5192;
  }

  .button-list {
    color: #0a5192;
    background-color: #b0d4f7;
    border: 2px solid #0a5192;
    border-radius: 30px;
  }

  /* Styles for the container */


  /* Styles for the card */
  .card {
    width: calc(33.33% - 20px);
    margin-bottom: 20px;
    background-color: #f9f6f6;
    padding: 20px;
    height: 25em;
    border-radius: 1em;
    box-sizing: border-box;
  }

  .button_know {
    color: #fff;
    background-color: #0a5193;
    border-radius: 2em;
    border: #0a5193;
    padding: 11px;
  }

  /* Responsive styles */
  @media (max-width: 767px) {
    .card {
      width: calc(50% - 20px);
    }
  }

  @media (max-width: 437px) {
    .card {
      width: 100%;
    }
  }

  .color_t {
    color: #0a5193
  }

  .back_drop {
    background-color: #0a5193;
    border-radius: 2em;
  }