.slide-container{
  max-width: 1120px;
  width: 100%;
  padding: 40px 0;
}
.slide-content{
  padding: 10px;
  margin: 0 40px;
  overflow: hidden;
  /* border-radius: 25px; */
}
.custom-card-2{
  background-color: #fff;
  box-shadow: 0px 0px 10px rgb(0 0 0 / 30%);
  padding: 20px;
  border-radius: 5px;
}
.top span{
  font-size: 18px;
  font-weight: 500; 
}
.mid img{
  width: 100%;
  border-radius: 5px;
}
.last span{
  font-size: 20px;
  font-weight: 600;
}
.custom-btn-slide{
  margin-top: 30px;
}
.last a{
    background: #073591;
    color: #fff;
    padding: 10px 17px;
    border-radius: 5px;
}
.swiper-navBtn{
  color: #f1c933;
  transition: color 0.3s ease;
}
.swiper-navBtn:hover{
  color: #600f16;
}
.swiper-navBtn::before,
.swiper-navBtn::after{
  font-size: 35px;
}
.swiper-button-next{
  right: 0;
}
.swiper-button-prev{
  left: 0;
}
.swiper-pagination-bullet{
  background-color: #f1c933;
  opacity: 1;
}
.swiper-pagination-bullet-active{
  background-color: #073591;
}

@media screen and (max-width: 768px) {
  .slide-content{
    margin: 0 10px;
  }
  .swiper-navBtn{
    display: none;
  }
}
