.t-c {
  display: flex;
  justify-content: space-between;
  padding: 24px 32px;
  grid-gap: 24px;
  gap: 24px;
  background-color: #ececec;
  align-items: flex-start;
}
.t-c .middle-panel {
  padding-left: 16px;
  padding-right: 16px;
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
}
.t-c .middle-panel h1.heading {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  /* identical to box height */
  color: #2e305c;
  margin: 24px 0;
}
.t-c .middle-panel h1 {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #2e305c;
  margin-bottom: 12px;
}
.t-c .middle-panel p {
  font-style: normal;
  font-weight: 400;
  font-size: 15px !important;
  line-height: 22px !important;
  color: #000;
  margin-bottom: 24px;
}
.t-c .middle-panel p span.link-here {
  text-decoration: underline;
  cursor: pointer;
  color: #2e305c;
}
@media screen and (max-width: 768px) {
  .t-c {
    padding: 16px;
  }
  .t-c .middle-panel {
    min-width: 100%;
    width: 100%;
  }
}
