header {
  background: #00000d !important;
}

.think-item {
  padding: 120px 0;
  background-color: #e1e4f2;
}

.think-item .think-item-head {
  padding: 20px;
  border-radius: 10px;
  border: 1px solid rgba(214, 214, 214, 0.5);
  background: #fff;

  display: flex;
  align-items: center;
  margin-bottom: 40px;
}

.think-item .think-item-head .tih-back {
  color: var(--Fonts-Font-Bold, #0e143a);
  font-family: Epilogue;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 137.5% */
  text-decoration: none;

  display: flex;
  align-items: center;
  gap: 12px;
}

.think-item .think-item-head .divid {
  background-color: #d6d6d6;
  margin: 0 16px;
  width: 1px;
  height: 24px;
}

.think-item .think-item-head .tih-path {
  color: var(--Fonts-Font-Bold, #0e143a);
  font-family: Epilogue;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 137.5% */

  display: flex;
  align-items: center;
  gap: 8px;
}
.think-item .think-item-head .tih-path svg {
  margin-bottom: 5px;
}

.think-item .sectitle {
  color: var(--Font-Bold, #2b2f39);
  font-family: Epilogue;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 25px;
}

.think-item .text {
  color: #60667d;
  font-family: Epilogue;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 137.5% */
}

.think-item .related {
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 4px 15px -2px rgba(112, 144, 176, 0.25);
  padding: 20px;
}

.think-item .related .r-title {
  color: var(--BG1, #010105);
  font-family: Epilogue;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.05px;
}

.think-item .divid {
  background-color: #d6d6d6;
  margin: 24px 0;
  width: 100%;
  height: 1px;
}

.think-item .related .r-item {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  cursor: pointer;
  text-decoration: none;
}

.think-item .related .r-item .r-img {
  width: 100px;
  min-width: 100px;
  height: 100px;
  margin-right: 15px;
}

.think-item .related .r-item .r-img img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.think-item .related .r-item .r-text h1 {
  color: #212121;
  font-family: Epilogue;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px; /* 137.5% */
  margin-bottom: 10px;
  text-decoration: none;
}

.think-item .related .r-item .r-text h2 {
  color: var(--MAIN-GLOW-BLUE, #1a2b7d);
  font-family: Epilogue;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.024px;
  text-decoration: none;
}

.think-item .related .bcontact {
  display: flex;
  align-items: center;

  border-radius: 100px;
  background: var(--MAIN-GLOW-BLUE, #1a2b7d);

  padding: 10px 20px;

  color: #fff;
  font-family: Epilogue;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 22.95px; /* 127.5% */
  letter-spacing: -0.17px;
  text-decoration: none;

  gap: 8px;
  justify-content: center;
}
