section[data-cattype="83008"] {
  overflow: hidden;
}

section[data-cattype="83008"] .content-wrapper {
  max-width: 100%;
  margin: 0 auto;
  background-color: #fff;
}

section[data-cattype="83008"] .container.content-wrapper {
  background-color: #fff;
  padding-bottom: 60px;
}

section[data-cattype="83008"] .container.content-wrapper .row {
  margin-left: auto;
  margin-right: auto;
  max-width: 1600px;
}

section[data-cattype="83008"] h2 {
  margin-bottom: 20px;
}

section[data-cattype="83008"] .col-sm-3.custom-bg {
  width: 18%;
  padding: 20px 0px;
  border: 1px solid #EAF0FF;
  border-radius: 10px;
  margin: 0px 10px;
  background-color: #fff;
}

section[data-cattype="83008"] img {
  width: 40px;
  margin: 20px 0px 0px 0px;
  max-width: 200%;
}

section[data-cattype="83008"] h4 {
  font-size: 22px;
  text-align: center;
  margin-top: 10px;
  font-weight: bold;
  color: #09836C;
}

section[data-cattype="83008"] p {
  text-align: center;
  font-size: 18px;
  font-family: 'arial';
  color: #5F6B7A;
}

section[data-cattype="83008"] .arrow {
  width: 202px !important;
  margin-left: -45px !important;
}


/* ================================
   Scroll Animation - Initial State
================================ */

section[data-cattype="83008"] .animate-list-wrapper,
section[data-cattype="83008"] .animate-list-title-row,
section[data-cattype="83008"] .animate-list-title,
section[data-cattype="83008"] .animate-list-row,
section[data-cattype="83008"] .animate-list-item,
section[data-cattype="83008"] .animate-list-image,
section[data-cattype="83008"] .animate-list-heading,
section[data-cattype="83008"] .animate-list-description {
  will-change: opacity, transform;
}

section[data-cattype="83008"] .animate-list-title {
  opacity: 0;
  transform: translateY(-35px);
  transition: opacity 0.8s ease, transform 0.8s ease;
  transition-delay: 0.05s;
}

section[data-cattype="83008"] .animate-list-item {
  opacity: 0;
  transform: translateY(55px);
  transition: opacity 0.85s ease, transform 0.85s ease, box-shadow 0.6s ease, border-color 0.6s ease;
}

section[data-cattype="83008"] .animate-list-item:nth-child(1) {
  transition-delay: 0.12s;
}

section[data-cattype="83008"] .animate-list-item:nth-child(2) {
  transition-delay: 0.22s;
}

section[data-cattype="83008"] .animate-list-item:nth-child(3) {
  transition-delay: 0.32s;
}

section[data-cattype="83008"] .animate-list-item:nth-child(4) {
  transition-delay: 0.42s;
}

section[data-cattype="83008"] .animate-list-item:nth-child(5) {
  transition-delay: 0.52s;
}

section[data-cattype="83008"] .animate-list-image {
  opacity: 0;
  transform: scale(0.85) translateY(10px);
  transition: opacity 0.7s ease, transform 0.7s ease;
  transition-delay: 0.18s;
}

section[data-cattype="83008"] .animate-list-heading {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.7s ease, transform 0.7s ease;
  transition-delay: 0.25s;
}

section[data-cattype="83008"] .animate-list-description {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.7s ease, transform 0.7s ease;
  transition-delay: 0.35s;
}


/* ================================
   Scroll Animation - Active State
================================ */

section[data-cattype="83008"].is-animated .animate-list-title,
section[data-cattype="83008"].is-animated .animate-list-item,
section[data-cattype="83008"].is-animated .animate-list-image,
section[data-cattype="83008"].is-animated .animate-list-heading,
section[data-cattype="83008"].is-animated .animate-list-description {
  opacity: 1;
  transform: translateY(0) scale(1);
}


/* ================================
   Hover Effect
================================ */

section[data-cattype="83008"] .col-sm-3.custom-bg:hover {
  border-color: #09836C;
  box-shadow: 0 12px 30px rgba(9, 131, 108, 0.12);
}

section[data-cattype="83008"] .col-sm-3.custom-bg:hover .animate-list-image {
  transform: scale(1.08);
}


/* ================================
   Laptop Responsive
================================ */

@media (max-width: 1400px) {

	section[data-cattype="83008"] .container.content-wrapper .row {
    margin-left: 24px;
  }

  section[data-cattype="83008"] h2 {
    font-size: 38px;
  }

  section[data-cattype="83008"] h4 {
    font-size: 19px;
  }

  section[data-cattype="83008"] p {
    font-size: 14px;
  }
}


/* ================================
   Mobile Responsive
================================ */

@media screen and (max-width: 480px) {

section[data-cattype="83008"] .container.content-wrapper {
  padding-bottom: 20px;
}

    section[data-cattype="83008"] h2 {
        font-size: 28px;
        margin-bottom: 18px;
        margin-top: -20px;
        text-align: center;
    }

    section[data-cattype="83008"] .container.content-wrapper .row {
        margin: 0 20px;
    }

    section[data-cattype="83008"] h4 {
        font-size: 16px;
    }

    section[data-cattype="83008"] p {
        font-size: 14px;
        padding: 0;
        margin: 0;
    }

    section[data-cattype="83008"] .arrow {
        display: none;
    }

    section[data-cattype="83008"] .col-sm-3.custom-bg {
        width: 100%;
        margin: 0 0 15px 0;
        padding: 18px 20px;
        display: grid;
        grid-template-columns: 45px 1fr;
        grid-template-areas:
            "icon desc";
        column-gap: 14px;
        align-items: center;
        text-align: left;
    }

    section[data-cattype="83008"] .col-sm-3.custom-bg > .row {
        display: contents;
        margin: 0;
    }

    section[data-cattype="83008"] .col-sm-3.custom-bg > .row > .col {
        padding: 0;
        width: auto;
        max-width: none;
        flex: none;
    }

    section[data-cattype="83008"] .col-sm-3.custom-bg > .row:nth-child(1) > .col {
        grid-area: icon;
    }

    section[data-cattype="83008"] .col-sm-3.custom-bg > .row:nth-child(2) > .col {
        display: none;
    }

    section[data-cattype="83008"] .col-sm-3.custom-bg > .row:nth-child(3) > .col {
        grid-area: desc;
    }

    section[data-cattype="83008"] .animate-list-image {
        width: 34px;
        max-width: 34px;
        height: auto;
        display: block;
        margin: 0;
        transform: scale(0.9);
    }

    section[data-cattype="83008"] .animate-list-heading {
        display: none;
    }

    section[data-cattype="83008"] .animate-list-description {
        margin: 0;
        padding: 0;
        text-align: left;
        line-height: 1.5;
    }

    section[data-cattype="83008"] .animate-list-description span {
        display: block;
    }

    section[data-cattype="83008"] .animate-list-title,
    section[data-cattype="83008"] .animate-list-item,
    section[data-cattype="83008"] .animate-list-heading,
    section[data-cattype="83008"] .animate-list-description {
        transform: translateY(35px);
    }

    section[data-cattype="83008"].is-animated .animate-list-title,
    section[data-cattype="83008"].is-animated .animate-list-item,
    section[data-cattype="83008"].is-animated .animate-list-image,
    section[data-cattype="83008"].is-animated .animate-list-heading,
    section[data-cattype="83008"].is-animated .animate-list-description {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}