.section-message {
  background-color: #fff;
  padding-top: 40px;
  padding-bottom: 40px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.section-message .row {
  min-height: 100px;
}

@media (max-width: 991.98px) {
  .section-message .row > div:not(:last-child) {
    margin-bottom: 20px;
  }
}