#wrapper-home-content {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  padding: 10px 10px 20px 10px;
}

#wrapper-home-content p {
  text-decoration: none;
}

#wrapper-home-main {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  width: 80%;
}

#wrapper-home-main h2 {
  font-size: 22px;
  text-align: left;
  font-weight: bold;
  line-height: 1.4;
}

#wrapper-home-main h2 a {
  text-decoration: none;
  color: black;
}

#wrapper-home-main h2 a:hover {
  color: #1E5184;
  text-decoration: underline;
}

/*#################*/
/* RESPONSIVE MODE */
/*#################*/
@media screen and (max-width: 1024px) {
  #wrapper-home-main {
    width: 100%;
  }
}

/*#####################*/
/* END RESPONSIVE MODE */
/*#####################*/
/* #################### */
/* ### LATEST POSTS ### */
/* #################### */
.wrapper-last-post-image-title-content {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.6);
  margin-bottom: 5px;
  background-color: white;
}

.wrapper-last-post-image-title-content a {
  text-decoration: none;
}

.wrapper-last-post-image-title-content a:hover {
  text-decoration: none;
}

.wrapper-last-post-image-title-content:hover {
  background-color: #dadada;
}

.wrapper-last-post-title-content {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  width: 90%;
  height: auto;
  padding: 7px 10px 7px 0px;
}

@media screen and (max-width: 800px) {
  .wrapper-last-post-title-content {
    margin-left: 7px;
  }
}

.last-posts-text {
  color: black;
}

/* #################### */
/* LAST POST THUMBNAIL */
/* ################### */
.last-post-image {
  margin: 7px;
}

@media screen and (max-width: 800px) {
  .last-post-image {
    display: none;
  }
  .wrapper-last-post-title-content {
    width: 100%;
  }
}

/* ####################### */
/* END LAST POST THUMBNAIL */
/* ####################### */
.last-posts-text {
  width: 100%;
}

/* #################### */
/* ### NEWS CONTENT ### */
/* #################### */
.title-news p {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.4;
  font-family: Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
}

.title-news a {
  text-decoration: none;
  color: black;
}

.title-news a:hover {
  color: #1E5184;
  text-decoration: underline;
}

.link-news p {
  text-align: left;
}

.block-news {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-grow: 1;
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  min-height: 410px;
  width: 250px;
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 9px;
  box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.6);
  background-color: white;
  overflow: hidden;
}

.block-news img {
  width: 100%;
  margin-bottom: 2px;
}

.block-news:hover {
  background-color: #dadada;
}

.news-excerpt {
  text-decoration: none;
  color: black;
  font-size: 17px;
}

.news-excerpt p {
  line-height: 22px;
  font-family: Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
}

.news-excerpt:hover {
  text-decoration: none;
  color: black;
}

/* #################### */
/* #################### */
