.epitor_news{
    background: #0E263E; 
    padding-top: 80px;
    padding-bottom: 150px;
}
.carrusel_news{
    margin-left: 11%;
}
.epitor_news h2{
    color: #28ACE3;
    text-align: center;
font-size: 16px;
font-weight: 900;
letter-spacing: 2.4px; 
margin-bottom: 40px;
}
.epitor_news .new{
padding: 40px;
background-color: #D4E5F5;
margin-right: 24px;
}
.epitor_news .new h3{
    color: #1F5389;
    font-size: 24px;
    font-weight: 400;
    line-height: 135%; /* 32.4px */ 
    margin-top: 0px;
    margin-bottom: 40px;
}
.epitor_news .new h4{
        color: rgba(31, 83, 137, 0.50);
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        letter-spacing: 1.8px;
}
.epitor_news .new a{
            color: #27ADE4;
            font-size: 12px;
            font-style: normal;
            font-weight: 900;
            text-decoration: none;
            display: flex;
            align-items: center;
}
.epitor_news .new a::after{
   content: "";
   background-image: url("assets/arrow-long-down-news.svg");
   display: block;
   width: 40px;
   height: 10px;
   background-repeat: no-repeat;
   margin-left: 16px;
}
.slick-list{
    padding-left: 0px !important;
}
.slick-prev, .slick-next{
    top: 112%;

}
 .slick-next{
right: calc(48vw - 20px);
}
.slick-prev{
    left: calc(35.2vw - 20px);
   
  }
  .slick-prev::before {
    content:"" ;
    background-image: url("assets/left.png");
    display: block;
    width: 58px;
    height: 59px;
    background-repeat: no-repeat;
  }
  .slick-next::before {
    content:"" ;
    background-image: url("assets/right.png");
    display: block;
    width: 58px;
    height: 59px;
    background-repeat: no-repeat;
  }
  .our_team h2 {
    color: #28ACE3;
    font-size: 16px;
    font-weight: 900;
    letter-spacing: 2.4px;
    margin-bottom: 40px;
  }
  .our_team{
    background: #0E263E;
    padding-bottom: 80px;
  }
  .our_team  .card_team{
    margin-bottom: 40px;
    cursor: pointer;
  }
.our_team .card_team h3{
  color: #FFF;
font-family: Gantari;
font-size: 21px;
font-weight: 400;
line-height: 135%; /* 28.35px */ 
letter-spacing: normal;
margin-top: 8px;
margin-bottom: 8px;
}
.our_team .card_team h4{
  color: rgba(255, 255, 255, 0.50);
  font-family: Gantari;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 135%; /* 21.6px */
}
.modal .card_team h3{
  color: #0E263E;
  font-family: Gantari;
  font-size: 21px;
  font-weight: 400;
  line-height: 135%; /* 28.35px */
  margin-top: 8px;
margin-bottom: 8px;
letter-spacing: normal;
}
.modal .card_team h4{
  color: rgba(14, 38, 62, 0.50);
  font-family: Gantari;
  font-size: 16px;
  font-weight: 400;
  line-height: 135%; /* 21.6px */
  letter-spacing: normal;
}
#open_team .modal-body{
padding: 40px;
}
#open_team p{
  overflow: auto;
  color: #1F5389;
  text-overflow: ellipsis;
  font-family: Gantari;
  font-size: 16px;
  font-weight: 400;
  line-height: 135%;
  height: 276px;
  margin: 0px;
}
#open_team .btn-close-team{
  position: absolute;
  top: -61px;
  color: white;
  color: #FFF;
  text-align: center;
  font-family: Gantari;
  font-size: 16px;
  font-weight: 900;
  line-height: 135%;
  letter-spacing: 2.4px;
  padding: 8px;
  border: 0px;
  background: #0E263E;
}
@media (max-width: 1440px) {}

@media (max-width: 1366px) {}

@media (max-width: 1200px) {
    .slick-prev {
        left: 33.3vw;
      }
}

@media screen and (min-width: 1000px) {

}

@media (max-width: 1024px) {}

@media (max-width: 980px) {
    .slick-prev {
        left: 29vw;
      }
      .slick-next {
        right: 45vw;
      }
      .carrusel_news {
        margin-left: 6%;
      }
}

@media (max-width: 768px) {

}

@media (max-width: 640px) {
  #open_team p{
    height: 120px;
    
  }

 /* .our_team .card_team{
    padding-left: 30px;
    padding-right: 30px;
  } */
}