#ch-msg-section {
  margin-top: 100px;
}
#ch-msg h1 {
  font-weight: 700;
  font-size: 32px;
}
#ch-msg p {
  font-weight: 400;
  font-size: 16px;
  margin-top: 15px;
}
#ch-col-3 .card {
  border: none;
}
#ch-col-3 .card .card-body h5 {
  font-weight: bold;
}
#ch-msg-col-2 p {
  font-weight: 400;
  font-size: 16px;
}
@media (min-width: 1441px) {
  #ch-msg-section {
    margin-top: 200px;
  }
}
