.type-testimonials {
  background-color: #F6F6F6;
}
.sec__message {
  padding: 9rem 0;
}
.sec__message .ttl--sub {
  margin-bottom: 3.9rem;
}
.sec__message .list__message {
  margin-bottom: 4rem;
}
.sec__message .btn-warning {
  padding: 1.7rem 2rem 1.6rem;
  min-width: 16rem;
}
@media (max-width: 991px) {
  .sec__message {
    padding: 2.7rem 0 10.8rem;
  }
}
@media (max-width: 767px) {
  .sec__message .list__message {
    margin-bottom: 2.4rem;
  }
  .sec__message .list__message .col:not(:last-child) {
    margin-bottom: 2rem;
  }
}