
/*NEWS 4*/

.block-20 {
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 45%;
  position: relative;
  display: block; }

#news-4 p a {
    color:  var(--color1);
}

.blog-entry {
  background: #fff;
  border: 1px solid var(--color4);
  border-radius: var(--border-radius1);
  overflow: hidden;
}
  @media (min-width: 768px) {
    .blog-entry {
      margin-bottom: 30px; } }
  @media (max-width: 767.98px) {
    .blog-entry {
      margin-bottom: 30px; } }
  .blog-entry .text {
    position: relative;
    border-top: 0;
    border-radius: 2px;
    width: 55%; }
    .blog-entry .text .heading {
      font-size: 20px;
      margin-bottom: 16px; }
      .blog-entry .text .heading a {
        color: #39345a; }
        .blog-entry .text .heading a:hover, .blog-entry .text .heading a:focus, .blog-entry .text .heading a:active {
          color:  var(--color1); }
    .blog-entry .text .read {
      color: #39345a;
      font-size: 14px; }
  .blog-entry .meta > div {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
    font-size: 15px; }
    .blog-entry .meta > div a {
      color: #bbb7d6;
      font-size: 15px; }
      .blog-entry .meta > div a:hover {
        color: #9d97c3; }

/* ///////// NEWS 4 ////////////*/
