.masonry-wrapper {
  padding: 1.5em;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.masonry {
  display: grid;
  grid-template-columns: repeat(1, minmax(100px,1fr));
  grid-gap: 20px;
  grid-auto-rows: 0;
}

@media only screen and (max-width: 1023px) and (min-width: 768px) {
  .masonry {
    grid-template-columns: repeat(2, minmax(100px,1fr));
  }
}
@media only screen and (min-width: 1024px) {
  .masonry {
    grid-template-columns: repeat(2, minmax(100px,1fr));
  }
}

.masonry-item .bottom {
  margin-top: 40px;
  padding: 1rem 1.5rem;
}

.masonry-item, .masonry-content {
  background-color: rgba(242,242,242,1);
  overflow: hidden;
}
.masonry-item img{
  width: 100%;
  
}
.masonry-item:hover {
  
}
.masonry-content {
  overflow: hidden;
}
.masonry-item {
  color: #111111;
  background-color: rgba(242,242,242,1);
  
}


.masonry-content h3,
.masonry-content h6,
.masonry-content h2 {
    margin-bottom: 20px;
    margin-left: 20px;
    margin-right: 20px;
 }

.masonry-content p {
    margin-bottom: 5px;
    margin-left: 20px;
    margin-right: 20px;
}

.masonry-content p a {
  color: #7f8890;
  font-size: 11px;
    line-height: 16px;
    font-weight: 700;
}

.masonry-content p.date {
    color: #7f8890;
    font-family: 'AP Moller Sans';
    margin-top: 15px;
    font-size: 13px;
    line-height: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

.masonry-content h6.label {
    font-family: 'AP Møller Serif';
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    color: #112333;
}
.masonry-content h2.title {
    font-family: 'AP Moller Sans';
    color: rgba(0, 0, 0, 0.6);
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 4px;
    font-weight: 600;
}
 .masonry-content p.subtitle, .masonry-content p.text {
    font-family: 'AP Moller Sans';
    color: rgba(0, 0, 0, 0.6);
    font-size: 16px;
    line-height: 24px;
 }

 .masonry-content p a:hover {
    color: #112333;
 }



.masonry-title, .masonry-description {
  margin: 0;
}
.masonry-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  padding: 1rem 1.5rem;
}

.masonry-description {
  font-size: 16px !important;
  line-height: 20px;
  padding: 1.5rem;
  font-size: .75rem;

}
.masonry-footer {
  font-size: .75em;
  opacity: .25;
  text-align: center;
  padding-top: 3em; 
  padding-bottom: 3em;
  margin-bottom: -1.5em;
  transition: opacity 1s ease-in-out;
}
.masonry-footer a {
  color: currentColor;
}

.masonry-footer:hover, .masonry-footer:active, .masonry-footer:focus {
  opacity: .75;
}
