.slider-container{
    max-width: 84%;
    margin-left: 9%;
    margin-right: 9%;
    width: 100%;
    padding: 40px 0;
  }
.swiper-slider{
    width: 433.333px;
    margin-right: 25px;

}
.article-slider{
    max-height: 15rem !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;

}
.swiper-slide .text{
    font-size: 1.2rem;
    font-weight: 700;
    color: #ffffff;
}

.swiper-slide .date{

    color: #ffffff;
}
  .slider-content{
    margin: 0 40px;
    overflow: hidden;
    border-radius: 25px;
    position: relative;
    background-repeat: no-repeat;
  }
  .carder{
    border-radius: 25px;
    background-color: #FFF;
  }
  .imager-content,
  .card-content{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 14px;
  }
  .imager-content{
    position: relative;
    row-gap: 5px;
    padding: 25px 0;
  }
  .overlayer{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #4070F4;
    border-radius: 25px 25px 0 25px;
  }
  .overlayer::before,
  .overlayer::after{
    content: '';
    position: absolute;
    right: 0;
    bottom: -40px;
    height: 40px;
    width: 40px;
    background-color: #4070F4;
  }
  .overlayer::after{
    border-radius: 0 25px 0 0;
    background-color: #FFF;
  }
  .card-imager{
    position: relative;
    height: 150px;
    width: 150px;
    border-radius: 50%;
    background: #FFF;
    padding: 3px;
  }
  .card-imager .card-img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 50%;
    border: 4px solid #4070F4;
  }
  .name{
    font-size: 18px;
    font-weight: 500;
    color: #333;
  }
  .description{
    font-size: 14px;
    color: #707070;
    text-align: center;
  }
  .button{
    border: none;
    font-size: 16px;
    color: #FFF;
    padding: 8px 16px;
    background-color: #4070F4;
    border-radius: 6px;
    margin: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
  }
  .button:hover{
    background: #265DF2;
  }
  
  .swiper-navBtn{
    color: #6E93f7;
    transition: color 0.3s ease;
    padding-left: 10px;
  }
  .swiper-navBtn:hover{
    color: #4070F4;
  }
  .swiper-navBtn::before,
  .swiper-navBtn::after{
    font-size: 35px;
  }
  .swiper-button-nex{
    padding-right: 10px;
    position: absolute;
    right: -11px;
    bottom: 43%;
  }
  .swiper-button-pre{
    position: absolute;
    left: -11px;
    bottom: 43%;
  }
  .swiper-pagination span{
    width: 0.8rem !important;
    height: 0.8rem !important;
    background-color: #724D99 !important;
  }
  .swiper-pagination-bullet{
    background-color: #6E93f7;
    opacity: 1;
  }
  .swiper-pagination-bullet-active{
    background-color: #4070F4;
  }
  
  @media screen and (max-width: 768px) {
    .slide-content{
      margin: 0 10px;
    }
    .swiper-navBtn{
      display: none;
    }
  }
   