.check-banner {
  padding-top: 192px;
  min-height: 480px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.check-banner-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.check-banner-deco1 {
  position: absolute;
  left: 32px;
  bottom: 0;
  width: 201.379px;
  height: 260px;
  transform: scaleX(-1);
}
.check-banner-deco2 {
  position: absolute;
  right: 0;
  bottom: 0;
}
.check-banner-deco3 {
  position: absolute;
  right: 10px;
  bottom: 0;
}
.check-banner-title {
  color: #fff;
  text-align: center;
  text-shadow:
    1px 0 rgba(104, 63, 25, 0.6),
    -1px 0 rgba(104, 63, 25, 0.6),
    0 1px rgba(104, 63, 25, 0.6),
    0 -1px rgba(104, 63, 25, 0.6),
    1px 1px rgba(104, 63, 25, 0.6),
    -1px -1px rgba(104, 63, 25, 0.6),
    1px -1px rgba(104, 63, 25, 0.6),
    -1px 1px rgba(104, 63, 25, 0.6);
  font-family: "Baloo 2";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-top: 80px;
  margin-bottom: 5px;
  position: relative;
  z-index: 11;
}
.check-banner-desc {
  color: #fff;
  text-align: center;
  font-family: "Baloo 2";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 133.333% */
  position: relative;
  z-index: 11;
}
/*  */
.type {
  width: 100%;
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background: #fff;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.12);
}
.type-item {
  cursor: pointer;
  color: rgba(58, 42, 26, 0.8);
  font-family: "Baloo 2";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  padding: 10px 28px;
  transition: all 0.3s;
}
.type-item:hover,
.type-item.active {
  background: var(--pri, #fbae17);
  color: #fff;
  position: relative;
}
.type-item.active::before {
  position: absolute;
  content: "";
  top: calc(100% - 8px);
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  width: 15px;
  height: 15px;
  background: var(--pri, #fbae17);
}
.type-list {
  margin-top: 70px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 40px;
  margin-bottom: 80px;
}
.type-hs-item {
  flex: 1 0 0;
  max-width: 25%;
  min-width: calc(25% - 40px);
  border-radius: 20px;
  border-right: 3px solid rgba(58, 42, 26, 0.12);
  border-bottom: 3px solid rgba(58, 42, 26, 0.12);
  background: #fff;
  min-height: 165px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 28px;
}
.type-hs-item-title {
  color: var(--color-text, #2f1b08);
  text-align: center;
  font-family: "Baloo 2";
  font-size: 32px;
  font-style: normal;
  font-weight: 800;
  line-height: 32px; /* 100% */
  text-transform: uppercase;
}
.type-hs-item-btn {
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 46px;
  border: 1px solid #f2a716;
  background: var(--pri, #fbae17);
  color: #fff;
  text-align: center;
  font-family: "Baloo 2";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  padding: 0 50px;
  transition: all 0.3s;
}
.type-hs-item-btn:hover {
  border: 1px solid #f2a716;
  background: linear-gradient(90deg, #954d0e 0%, #fbae17 100%);
}
.item-note {
  flex: 1 0 0;
  max-width: 25%;
  min-width: calc(25% - 40px);
  color: rgba(58, 42, 26, 0.72);
  font-family: "Baloo 2";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 155.556% */
}
.item-note strong {
  color: #3a2a1a;
  font-family: "Baloo 2";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.item-note a {
  text-decoration-line: underline;
}
@media (max-width: 768px) {
  .check-banner {
    padding-top: 10px;
    min-height: 580px;
  }
  .check-banner-title {
    font-size: 28px;
  }
  .check-banner-deco3 {
    right: 0;
  }
  .check-banner-deco1 {
    left: 0;
  }
  .type {
    flex-wrap: nowrap;
    overflow: hidden;
    overflow-x: auto;
    justify-content: start;
    padding: 0 16px;
  }
  .type-item {
    height: 100%;
  }
  .type-list {
    padding: 0 16px;
    gap: 20px;
  }
  .item-note,
  .type-hs-item {
    max-width: 100%;
    min-width: calc(100% - 40px);
  }
  .item-note {
    text-align: center;
  }
}
