/**
 * @file
 * Visual styles for Corporate+'s text blocks.
 */
.mt-text-block {
  border-color: #ebebeb;
  border-width: 3px;
  border-style: solid;
  padding: 60px 45px 55px;
  min-height: 255px;
}
.mt-text-block h4 {
  font-size: 24px;
  margin-top: 0;
}
.course-disclaimer {
    background-color: #7aa239;
    padding: 10px 20px;
    margin-bottom: 2rem;
    color: #fff;
    font-weight: bold;
    text-align: center;
}

