:root {
  --ccustech-white: #fff;
  --ccustech-green: #00a443;
  --ccustech-green-1: #007f33;
  --ccustech-brown: #3a3735;
  --ccustech-border: #d8cfc7;
  --ccustech-sand: #fff5ec;
  --ccustech-sand-1: #fffeff;
  --ccustech-forest: #00402a;
  --ccustech-forest-1: #dcebe1;
}

#ccustech {
  width: 100%;
  max-width: 980px;
  text-align: left;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 16px;
  border: 1px solid var(--ccustech-border);
  background: var(--ccustech-sand-1);
  padding: 19px 16px;
  margin: 20px auto;
}

#ccustech * {
  font-family: "IberPangeaText" !important;
  font-style: normal;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

#ccustech strong {
  font-family: "IberPangeaText Bold" !important;
  font-weight: normal;
}

#ccustech h2 {
  margin-top: 0 !important;
}

#ccustech ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#ccustech ul li:before {
  content: none !important;
  display: none !important;
}

#ccustech img {
  display: block;
  width: 100%;
}

#ccustech .ccustech_media {
  width: 100%;
  margin-bottom: 24px;
}

#ccustech .ccustech_title {
  color: var(--ccustech-green-1) !important;
  font-size: 32px;
  line-height: 1.125;
  font-style: normal;
  font-weight: normal;
  font-family: "IberPangea" !important;
  text-align: left;
  margin-bottom: 16px;
}

#ccustech .ccustech_title strong {
  font-style: normal;
  font-weight: normal;
  font-family: "IberPangea Bold" !important;
}

#ccustech .ccustech_nav {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 16px;
  width: 100%;
  max-width: 228px;
  margin: 0 auto 16px;
}

#ccustech .ccustech_nav_item {
  transition: all 0.35s;
  width: calc(50% - 8px);
  background-color: var(--ccustech-white);
  border: 1px solid var(--ccustech-border);
  border-radius: 11px;
  overflow: hidden;
  position: relative;
  text-decoration: none;
}

#ccustech .ccustech_nav_item span {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 7px;
  left: 7px;
  background-color: var(--ccustech-forest);
  border-radius: 100%;
  color: var(--ccustech-sand-1) !important;
  font-style: normal;
  font-weight: normal;
  font-family: "IberPangea Bold" !important;
  font-size: 11px;
  line-height: 1;
}

#ccustech .ccustech_item {
  scroll-margin-top: 180px;
  margin-bottom: 16px;
}

#ccustech .ccustech_item:last-child {
  margin-bottom: 0;
}

#ccustech .ccustech_item_title {
  width: 100%;
  border-radius: 15px 15px 0px 0px;
  background: var(--ccustech-green-1);
  padding: 8px 16px;
  color: var(--ccustech-sand-1) !important;
  font-style: normal;
  font-weight: normal;
  font-family: "IberPangea Medium" !important;
  font-size: 18px;
  line-height: 1.22;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}

#ccustech .ccustech_item_title span {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  width: 32px;
  height: 32px;
  background-color: var(--ccustech-sand-1);
  border-radius: 100%;
  color: var(--ccustech-forest) !important;
  font-style: normal;
  font-weight: normal;
  font-family: "IberPangea Bold" !important;
  font-size: 18px;
  line-height: 1;
}

#ccustech .ccustech_item_content {
  width: 100%;
  border: 1px solid var(--ccustech-border);
  border-top: none;
  border-radius: 0 0 15px 15px;
  padding: 16px;
}

#ccustech .ccustech_item_media {
  max-width: 60px;
  margin-bottom: 10px;
}

#ccustech .ccustech_item_text {
  color: var(--ccustech-forest) !important;
  font-size: 16px;
  line-height: 1.25;
  text-align: left;
  text-wrap: balance;
  margin-bottom: 8px;
}

#ccustech .ccustech_item_text strong {
  font-size: 16px;
  line-height: 1.25;
  font-family: "IberPangeaText Bold" !important;
  font-weight: normal;
}

#ccustech .ccustech_item_text:last-child {
  margin-bottom: 0;
}

@media (min-width: 500px) {
  #ccustech .ccustech_nav {
    max-width: 682px;
  }
  #ccustech .ccustech_nav_item {
    width: calc(25% - 12px);
  }
}

@media (min-width: 700px) {
  #ccustech {
    padding: 32px;
  }

  #ccustech .ccustech_title,
  #ccustech .ccustech_nav,
  #ccustech .ccustech_item {
    margin-bottom: 24px;
  }

  #ccustech .ccustech_nav_item:hover {
    background-color: var(--ccustech-forest-1);
    border-color: var(--ccustech-forest-1);
  }

  #ccustech .ccustech_nav_item span {
    width: 20px;
    height: 20px;
    top: 10px;
    left: 10px;
    font-size: 12px;
  }
}
