.ra-info-header {
  margin-bottom: 40px;
}

.ra-info-title {
  margin: 0 0 10px 0;
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: 600;
}

.ra-info-meta {
  font-size: 1rem;
  font-weight: 600;
}

.ra-info-footer {
  margin-top: 50px;
  border: 4px solid #b30016;
  padding: 30px 20px;
  text-align: center;
}

.ra-info-footer-inner p {
  margin: 0 0 20px 0;
  font-size: 1.1rem;
  line-height: 1.5;
}

.ra-info-btn {
  display: inline-block;
  background: #b30016;
  color: #fff !important;
  text-decoration: none;
  padding: 14px 26px;
  font-size: 1.2rem;
  font-weight: 600;
}

.ra-info-btn:hover {
  opacity: 0.92;
}