.node-page-resources p {
  margin-bottom: 2rem;
}

.node-page-resources p a {
  color: rgb(0, 0, 0); 
  font-weight: 500;
  text-decoration: underline;
  font-size: 13.5003375084px;
}

.row-gap {
  gap: 1.5rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.btn-back {
  background-color: #e90517 !important;
  height: 33.0008250206px;
  font-size: 13.5003375084px;
  padding: 0rem 1rem;
}

/* START PAGE ABOUT */

.img-h-14 {
  height: 3.5rem;
}

.img-h-10 {
  height: 2.5rem;
}

.img-h-8 {
  height: 2rem;
}

.text-small {
  font-size: .75rem;
  line-height: 1rem;
}

.text-weight-500 {
  font-weight: 500;
}

.mt-icon {
  padding-top: 2.5rem;
}

.mt-icon-16 {
  padding-top: 4rem;
}

/* END PAGE ABOUT */

@media (min-width: 1536px) {
  .node-page-resources p a {
    font-size: 18px;
  }

  .btn-back {
    height: 44px;
    font-size: 18px;
  }
}