.read-more {
  background-color: #F2F2F2;
  padding: 4rem 0 4rem 0;
}

.read-more .r-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  grid-gap: 1.5rem;
}

@media (min-width: 800px) {
  .read-more .r-grid {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
  }
}

.read-more .r-grid .col {
  padding: 0;
}

.read-more .r-grid .col .box-content {
  background-color: #000000;
  color: #ffffff;
  padding: 1rem;
  min-height: 190px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.read-more .r-grid .col .box-content p {
  font-size: 1.75rem;
  line-height: 1.2;
}

.read-more .r-grid .col .box-content a {
  color: #FA1058;
  font-size: 17px;
  font-family: 'DIN Next W01 Bold', Arial, sans-serif;
  text-transform: uppercase;
}

.read-more .r-grid .col .box-content a:hover {
  color: #ffffff;
}

.read-more .button-section {
  padding: 3rem 0 0 0;
}
/*# sourceMappingURL=read-more.css.map */