/***********************************************************/ 
/*******************  RESPONSIVE STYLING *******************/
/********************** LATEST NEWS BLOCK ******************/
/***********************************************************/ 

/* Latest news block */

.latest-news-row-b-column-c-featured-image{
  height: 300px;
  background-size: cover;
  background-position: center;
}

.latest-news-block-container{
  background-size: cover!important;
}

.latest-news-row-b-column-a-title,.latest-news-row-b-column-b-title,.latest-news-row-b-column-c-title{
  display: none;
}

.latest-news-row-b-column-a-title h2{
  font-size: 36px;
  font-family: 'Moderat Extended Bold', 'Roboto Bold';
}

.latest-news-row-b-column-b-title h2{
  font-size: 36px;
  font-family: 'Moderat Extended Bold', 'Roboto Bold';
}

.latest-news-row-b-column-c-title h2{
  font-size: 36px;
  font-family: 'Moderat Extended Bold', 'Roboto Bold';
}





.latest-news-row-c a{
  display: inline-block;
  padding: 10px 30px;
  font-size: 21px;
  text-decoration: none;
  text-transform: uppercase;
  color: white;
  background-color: rgba(0, 0, 0, 0.0);
  border: 1px solid white;
  transition: background-color 0.3s, color 0.3s;
  font-family: 'Moderat Bold', 'Roboto Bold';
  margin-top: 20px;
}

.latest-news-row-c a:hover {
  background-color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}

.latest-news-row-b-column-a-featured-image{
  height: 300px;
  background-size: cover;
  background-position: center;
  display: block;
  position: relative;
}

.latest-news-row-b-column-b-featured-image{
  height: 300px;
  background-size: cover;
  background-position: center;
  display: block;
  position: relative;
    overflow: hidden;
    transition: transform 0.3s ease-in-out;
}

.latest-news-row-b-column-c-featured-image{
  height: 300px;
  background-size: cover;
  background-position: center;
  display: block;
  position: relative;
}

/* BUTTON STYLE */

/* H1 */

@media (max-width: 767px) {
.latest-news-row-b-column-a-featured-image{
  height: 200px!important;
}
}



@media (min-width: 1200px) {
  .latest-news-row-a h2{
      font-size: 85px;
      font-family: 'Moderat Light', 'Roboto Light';
      margin: 0px;
      line-height: 1;
      padding-bottom: 40px;
      padding-left: 20px;
      padding-right: 20px;
  }
}

@media (min-width: 900px) and (max-width: 1200px) {
  .latest-news-row-a h2{
      font-size: 75px;
      font-family: 'Moderat Light', 'Roboto Light';
      margin: 0px;
      line-height: 1;
      padding-bottom: 40px;
      padding-left: 20px;
      padding-right: 20px;
  }
}

@media (min-width: 768px) and (max-width: 899px) {
  .latest-news-row-a h2{
      font-size: 65px;
      font-family: 'Moderat Light', 'Roboto Light';
      margin: 0px;
      line-height: 1;
      padding-bottom: 40px;
      padding-left: 20px;
      padding-right: 20px;
  }
}

@media (min-width: 420px) and (max-width: 767px) {
  .latest-news-row-a h2{
      font-size: 45px;
      font-family: 'Moderat Light', 'Roboto Light';
      margin: 0px;
      line-height: 1;
      padding-bottom: 40px;
      padding-left: 20px;
      padding-right: 20px;
  }
}

@media (min-width: 300px) and (max-width: 420px) {
  .latest-news-row-a h2{
      font-size: 45px;
      font-family: 'Moderat Light', 'Roboto Light';
      margin: 0px;
      line-height: 1;
      padding-bottom: 40px;
      padding-left: 20px;
      padding-right: 20px;
  }
}

/* H1 */
/* H2 */

@media (min-width: 1200px) {
  h3.subtitlelatestnewssinglecategory{
    font-size: 36px;
    font-family: 'Moderat Extended Bold', 'Roboto Bold';
    width: 55%;
    margin: auto;
    line-height: 1;
    color: #2E2D62;
    padding-bottom: 50px;
  }
}

@media (min-width: 900px) and (max-width: 1200px) {
  h3.subtitlelatestnewssinglecategory{
    font-size: 36px;
    font-family: 'Moderat Extended Bold', 'Roboto Bold';
    width: 65%;
    margin: auto;
    line-height: 1;
    color: #2E2D62;
    padding-bottom: 50px;
  }
}

@media (min-width: 768px) and (max-width: 899px) {
  h3.subtitlelatestnewssinglecategory{
    font-size: 34px;
  font-family: 'Moderat Extended Bold', 'Roboto Bold';
  width: 70%;
  margin: auto;
  line-height: 1;
  color: #2E2D62;
  padding-bottom: 40px;
  }
}

@media (min-width: 420px) and (max-width: 767px) {
  h3.subtitlelatestnewssinglecategory{
    font-size: 30px;
    font-family: 'Moderat Extended Bold', 'Roboto Bold';
    width: 75%;
    margin: auto;
    line-height: 1;
    color: #2E2D62;
    padding-bottom: 30px;
  }
}

@media (min-width: 300px) and (max-width: 420px) {
  h3.subtitlelatestnewssinglecategory{
    font-size: 28px;
    font-family: 'Moderat Extended Bold', 'Roboto Bold';
    width: 80%;
    margin: auto;
    line-height: 1;
    color: #2E2D62;
    padding-bottom: 20px;
  }
}

/* H2 */


@media (max-width: 990px) {
    .latest-news-row-b{
        justify-content: space-between;
    flex-direction: column;
    }   
}


@media (max-width: 990px) {
  .latest-news-row-b-column-b{
      margin-top: 100px;
      margin-left: 24px;
  }   
}

@media (max-width: 990px) {
  .latest-news-row-b-column-c{
      margin-top: 100px;
      margin-left: 24px;
  }   
}   


@media (min-width: 990px) {
  .latest-news-main-container{
      margin-left: 5%;
      margin-right: 5%;
  }   
}


@media (max-width: 990px) {
  .latest-news-row-b-column-a-title h2{
      padding-left: 24px;
  }   
}

@media (max-width: 990px) {
  .latest-news-row-b-column-b-title h2{
      padding-left: 24px;
  }   
}

@media (max-width: 990px) {
  .latest-news-row-b-column-c-title h2{
      padding-left: 24px;
  }   
}

@media (max-width: 990px) {
  .latest-news-row-b-column-b-title h2{
      padding-left: 24px;
  }   
}

/********************************************************/

.container2 {
    display: flex;
    flex-direction: row; /* Default: Columns side by side */
    align-items: center;
    justify-content: center;
  }

  .column1,
  .column2 {
    width: 100%;
  }

  @media (max-width: 1200px) {
    .container2 {
      flex-direction: column; /* Change to stacked columns */
    }
  }


  @media (max-width: 1200px) {
    .latest-news-content-inner {
      padding-right: 0px;
    }
  }
  
/*******************************************************/

@media (min-width: 1600px) {
  .latest-news-row-b-column-b {
      margin-right: 3%;
  }
}

@media (max-width: 1600px) {
  .latest-news-row-b-column-b {
      margin-right: 3%;
  }
} 

@media (min-width: 1600px) {
    .latest-news-row-b-column-a {
        margin-right: 3%;
    }
  }

  @media (max-width: 1600px) {
    .latest-news-row-b-column-a {
        margin-right: 3%;
    }
  }

  @media (max-width: 1600px) {
    .latest-news-row-b-column-c {
        margin-right: 24px;
    }
  }

  @media (max-width: 1600px) {
    .latest-news-row-b-column-a {
        margin-right: 24px;
    }
  }

  @media (max-width: 1600px) {
    .latest-news-row-b-column-b {
        margin-right: 24px;
    }
  }

  @media (max-width: 1600px){
    .latest-news-row-c{
      margin-left: 24px;
    }
  }  


  @media (min-width: 1601px) and (max-width: 1650px) {
    .latest-news-row-b {
        margin-left: 24px;
    margin-right: 24px;
    max-width: 1600px;
    }
  }  

  @media (min-width: 1650px){
    .latest-news-row-b {
    width: 1600px;
    margin: auto;
    }
  } 

  @media (min-width: 1601px) and (max-width: 1650px) {
    .latest-news-row-c {
        margin-left: 24px;
    margin-right: 24px;
    max-width: 1600px;
    }
  }  

  @media (min-width: 1650px){
    .latest-news-row-c {
    width: 1600px;
    margin: auto;
    }
  } 
 

 