
main {
  min-height: unset;
}

.ct-section .container > .img img {
  margin: 110px auto 50px;
}

.ct-section .container > h2 {
  font-size: 24px;
  font-weight: 300;
  line-height: 1.33;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.ct-section.panels .items {
  justify-content: center;
  margin-bottom: 0;
}

.ct-section .ct-panel {
  text-align: left;
}

.ct-section .ct-panel.clickable {
  box-shadow: 0 0 80px 0 rgba(0, 0, 0, 0.08);
  transition: box-shadow .15s linear;
}

.ct-section .ct-panel.clickable:hover {
  box-shadow: 0 0 80px 0 rgba(0, 0, 0, 0.16);
}

.ct-section .ct-panel::after {
  xdisplay: none;
}

.ct-section .ct-panel h4 {
  margin: 0 0 8px;
}

.ct-section .ct-panel .ct-list {
  color: #193f9a;
  font-size: 14px;
  flex: inherit;
}

.ct-section .ct-panel .more {
  padding-top: 12px;
}

.ct-section .ct-panel .more .ct-btn {
  display: flex;
  min-height: 48px;
}
