* {
  box-sizing: border-box !important;
  margin: 0;
  padding: 0;
  font-family: "Open Sans", sans-serif;
}
.container {
  max-width: 1500px !important;
}
/* Start first section */
.first-section-container {
  font-family: "Open Sans", sans-serif;
  /*background-image: linear-gradient(to right, #2a556a, #577e8f);*/
  background: linear-gradient(to right, #2a556a, #3b6a7c);
  margin-bottom: 80px;
  padding-bottom: 70px;
}
.first-section-container img{
  max-width: 138px;
}
.main-header {
  color: white;
  padding-top: 80px;
}

.header__title {
  letter-spacing: 0.22em;
  margin-top: 50px;
  font-size: 1rem; /* 1 rem -> 16px */
  font-weight: 400;
}
.header__second-title {
  font-size: 50px;
  padding: 30px 0 50px 0;
  font-weight: bold;
  margin-bottom: 0;
}
.header_pargraph {
  font-size: 19px;
  line-height: 28px;
  font-weight: 400;
  margin-bottom: 30px;
  max-width: 63%;
}
.special-text {
  font-size: 19px;
  line-height: 43px;
  font-weight: 800;
}
h2.header{
    font-weight: 700;
    font-size: 25px;
    padding-bottom: 45px;
    color:#004c66;
    text-align: left !important;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.news-section{
  padding: 25px 35px 35px 35px;
  margin-bottom: 50px;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
  transition: 0.2s all ease-in-out;
}
.news-section:hover{
  -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.2);
}
.news-section .col-6{
  padding-left: 0 !important;
}
.news-header{
  color:#fd3c21;
  font-weight: 500;
  font-size: 25px !important;
}
.news-header span{
  font-size: 18px;
  font-weight: 800;
}
.date{
  text-align: right;
  font-size: 16px;
  color: #989898;
  padding-top: 5px;
}
.news-content{
  font-size: 19px;
  padding: 25px 0;
  line-height: 28px;
}
.news-btn{
  color: #fd3c21;
  background: #fff;
  border: 1px solid #fd3c21;
  padding: 10px 55px 12px 55px;
  font-size: 20px;
  border-radius: 25px;
  display: block;
  margin: auto;
  text-align: center;
  transition: 0.2s all ease-in-out;
}
.news-btn:hover{
  color: #fff;
  background: #fd3c21;
  text-decoration: none;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.2);
}
@media (max-width: 900px){
  h2.header{
    font-size: 28px !important;
  }
  h2.news-header{
    font-size: 28px !important;
  }
  .container-news{
    padding: 0 15px;
  }
}