.block-infoblock {
  background-color: #f4f4f4;
}
.block-infoblock .content {
  background-color: #b70611;
  /*
    position: relative;
    top: -180px;
    margin-bottom: -180px;
    */
}

.block-infoblock h2 {
  font-family: 'Lekton', sans-serif;
}

.block-infoblock .arrow {
  width: 20px;
}

.block-infoblock ul.categories li.text-red {
  color: #b70611;
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .block-infoblock .fs-md-5 {
    font-size: 1.25rem !important; 
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {}