.emtc-news{
  background-color: #f8f9f9;
  padding: 15px;
  width: 48%;
  /*min-width: 400px;*/
  margin: 10px 0 10px 1%;
}
section.content-section > div.region.region-content{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#block-homepageblock2{
  /*min-width:400px;*/
  margin: 10px auto;
}
.emtc-news-title{
  padding-bottom: 10px;
  font-style: normal;
  font-size: 18px;
  /*color: #415E72;*/
  color: black;
}
.emtc-news img{
  max-height: 150px;
  max-width: 400px;
}
.emtc-news-important{
  color: #ff6f52;
  font-size: 14px;
  text-transform: uppercase;
  border-radius: 4px;
  background-color: rgba(250, 250, 250, 1);
  padding: 5px 10px;
  -webkit-box-shadow: 1px 3px 5px rgba(170, 170, 170, 0.345098039215686);
  /* box-shadow: 1px 3px 5px rgba(170, 170, 170, 0.345098039215686); */

}
.emtc-new-title *:not(.emtc-news-important){
  color: #415e72;

}
.emtc-new-title > *{
  display: inline-block;
  font-weight: bold;

}
.emtc-news-date{
  padding-top: 10px;
  color: #333333;
  padding-bottom: 10px;
}
.emtc-news-body{
  display: flex;
  flex-direction: row;
}
.emtc-news-body{
  width: 100%;
  word-break: break-word;
}
.emtc-new{
  padding-top: 15px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ececec;

}
.border-shadow{
  -webkit-box-shadow: 1px 3px 5px rgba(170, 170, 170, 0.345098039215686);
  /* box-shadow: 1px 3px 5px rgba(170, 170, 170, 0.345098039215686); */
}
.emtc-background{
  background-color: #f8f9f9;
  padding: 10px;
}
.emtc-all-news:focus, .emtc-all-news:hover {
  color: #286090;
}
.emtc-all-news{
  padding-top: 15px;
  display: block;
  color: #286090;
  text-decoration: none;
}
.emtc-new .emtc-news-body a:focus,
.emtc-new .emtc-news-body a:hover{
  color: #286090;
  text-decoration: none;
}
.emtc-new .emtc-news-body a{
  text-decoration: underline;
  color: #286090;
}
@media (max-width:767px) {
  #block-homepageblock2,
  .emtc-news{
    width: 98%;
    margin: auto;
  }
  .emtc-news{
    order: 3;
  }
  #block-homepageblock2 {
    order: 2;
    padding-left: unset;
    padding-bottom: 15px;
  }
}
