/*UI14041994*/
h2{font-size: 3.6rem;line-height: 4.2rem;font-weight: 800;position: relative;color:var(--fontcolor) /* #424242 */;margin-bottom: 3rem;}

h3{
    font-size: 2.1rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    margin-top: 0;
    font-family:var(--Montserrat);
    text-decoration: none;
}
h5{font-size: 1.6rem;
    font-weight: 600;
    margin:1rem 0 1.5rem;
    font-family:var(--Montserrat);
    text-decoration: none;
    color: var(--bluecolor);
    line-height: 2.6rem;
}

span{font-size: 1.6rem;}

.news_wrap{
    padding: 4rem 0 0;
}
.news_wrap .sub_heading{
    font-size: 1.8rem;
    line-height: 2.6rem;
    font-weight: 700;
    font-family:var(--Montserrat);
    text-transform: uppercase;
}
.news_wrap p{  margin: 0; line-height: 2.4rem;
    color:var(--black);
    font-size: 1.3rem;
    font-family: var(--Montserrat);
    text-decoration: none;
    padding-bottom: 1rem;
}
.news_wrap .padding30{ 
    padding: 5rem 0;
}
.news_wrap .quote_home{
    padding: 3rem 0 5rem;
}
.code_conduct{
    padding-top: 3rem;
    margin-top: 3rem;
    border-top: .1rem solid #ccc;
}



.carousel-caption{position: absolute;

    bottom: 3rem;
    
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;}
    .carousel-caption h5 {
      background: #ffffffdb;
      display: inline-block;
      padding: .3rem 1.5rem;
      color: #000;
      text-transform: uppercase;
      margin-bottom: 1rem;
      border-radius: .1rem;
      font-weight: 500;
    }

    .quote_home-img{background:url(../images/quote.jpg); background-repeat: no-repeat;position: relative;background-position: left;height: 140px;width: 100%;display: block; align-items: center; justify-content: center;flex-wrap: wrap;text-align: center;padding-top: 25px;}
    .quote_home-img p{ font-size: 18px; line-height: 50px; font-weight: 700; margin-left: 30px;  padding: 0 20px;  font-family: var(--Montserrat);}
    .quote_home-img span{font-size: 16px;font-weight: 700;  font-family: var(--Montserrat);}
    .quote_home-img img{width: 100%;}