.rr {
  padding-bottom: 0;
}

@media (min-width: 992px) {
  .rr {
    padding-bottom: 0.625rem;
  }
}

.rr-box {
  margin-bottom: 2.5rem;
}

.rr-box-thumb {
  position: relative;
  padding-top: 74.1304348%;
}

.rr-box-thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}

.rr-box h4 {
  font-size: 1.375rem;
  margin-top: 1.5rem;
  margin-bottom: 0.9375rem;
}

@media (min-width: 992px) {
  .rr-box h4 {
    font-size: 1.875rem;
  }
}
