
section h2 {
  font-size: 1.5rem;
  line-height: 1.35em;
  font-weight: 700;
  text-align: center;
}
section h2 span {
  font-size: 0.9rem;
  font-weight: 400;
  display: block;
  color: #ABABAB;
}

.bg-message {
  background-color: #F2F2F2;
}

.img-message {
  display: block;
  width: 80%;
  margin: 1rem auto;
}

.img-name {
  width: 10em;
}

.ratio iframe {
  top: -50% !important;
  height: 200% !important;
}

@media (min-width: 768px) {
  .row-cols-md-5 > .col-md-40 {
    width: 40%;
  }

  .img-message {
    float: right;
    width: 40%;
    margin: 1rem 0 0 2rem;
  }
}
