header {
  background: #00000d !important;
}

.think {
  background-color: #e1e4f2;

  padding: 64px 0;
  min-height: 600px;
}

.think .sectitle {
  color: #212121;
  font-family: Epilogue;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;

  margin-bottom: 32px;
}

.think .sectitle b {
  color: var(--MAIN-GLOW-BLUE, #1a2b7d);
  font-family: Epilogue;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px; /* 133.333% */
}

.think .items {
  background: #f4f4f6;
}

.think .items .t-item {
  display: flex;
  border-bottom: 1px solid #e5e6f6;

  padding: 20px;
}

.think .items .t-item img {
  width: 48px;
  height: 48px;

  border-radius: 50%;
  margin-right: 12px;
}

.think .items .t-item h1 {
  color: #212121;
  font-family: Epilogue;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 111.111% */
  margin-bottom: 5px;
}

.think .items .t-item .text {
  color: #60667d;
  font-family: Epilogue;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 133.333% */
}
