#news h2{
  text-align: center;
  margin: 3rem 0;
  text-align: center;
  font-family: 'Barlow';
  color: #ffffff;
  font-weight: 100;
  font-size: 4rem;
}
#news {

padding: 0;

margin: 0;

background: #009385;

padding-bottom: 5rem;
}

#news .container { 

}

#news  { 

}

#news  h2 { 

}

#news  .swiper {

width: 85%;

padding-bottom: 3rem;

margin-top: -2rem;
}

#news  .swiper .swiper-wrapper { 

}



#news .news .new-cont {

margin: 0 auto;

padding: 5%;
}

#news .news .new-cont .img-new {

width: 100%;

min-height: 15rem;

background-size: cover;

background-position: center;

background-repeat: no-repeat;
}

#news .news .new-cont .img-new img {

width: 100%;
}

#news .news .new-cont .new-info {

background: #014138;

color: white;

padding: 10px;
}

#news .news .new-cont .new-info .new-title h5{font-size: 1.75rem!Important;font-family: 'Barlow';min-height: 6rem;}

#news .news .new-cont .new-info .new-title p {font-size: 1.55rem!Important;}

#news .news .new-cont .new-info .test-txt {

min-height: 10rem;
}

#news .news .new-cont .new-info .test-txt p { 

}
.news .swiper-pagination-bullet {
  background-color: #fff;
  display: inline-block;
  width: 3rem;
  height: 0.5rem;
  border-radius: 5px;
}
.news .swiper-pagination-bullet-active{
  background-color: #014138;
  display: inline-block;
  width: 3rem;
  height: 0.5rem;
  border-radius: 5px;
}

/* change color of next 2 bullets in sequence to white*/

.news .swiper-pagination-bullet-active-next, .swiper-pagination-bullet-active-next-next {
background-color: white;
}

/* change color of previous bullet to white*/

.news .swiper-pagination-bullet-active-prev {
background-color: white;
}

@media (max-width:1440px){

}

@media (max-width:769px){
#news h2 {
  font-size:3rem;
}
  #news .swiper {
    width: 95%;
  
}
}
