.types-section {
  padding: 4.5rem 0;
  background-color: #fff;
  position: relative;
  overflow: hidden;
}
@media (min-width: 992px) {
  .types-section {
    padding: 6rem 0;
  }
}
@media (min-width: 1200px) {
  .types-section {
    padding: 7.5rem 0;
  }
}
@media (min-width: 1600px) {
  .types-section {
    padding: 9.375rem 0;
  }
}
@media (min-width: 1200px) {
  .types-section::after {
    content: "";
    position: absolute;
    top: 0%;
    left: 20%;
    width: 1px;
    height: 100%;
    background-color: rgb(186, 186, 186);
    z-index: 0;
  }
}
.types-section .types-header {
  margin-bottom: 3.25rem;
}
@media (min-width: 1600px) {
  .types-section .types-header {
    margin-bottom: 3.75rem;
  }
}
.types-section .types-header .section-label {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.types-section .types-header .section-heading {
  margin: 0.5rem 0;
  text-transform: capitalize;
}
@media (min-width: 1200px) {
  .types-section .types-header .section-heading {
    max-width: 11ch;
    margin-inline: auto;
  }
}
.types-section .types-header .types-sublabel {
  margin-top: 0.5rem;
  margin-bottom: 0;
}
.types-section .card-wrap {
  position: relative;
  background-color: #Fff;
  z-index: 2;
}
@media (min-width: 1200px) {
  .types-section .card-wrap::after {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    width: 200%;
    height: 1px;
    background-color: rgb(186, 186, 186);
    z-index: 0;
  }
}
.types-section .types-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: repeat(1, 1fr);
  position: relative;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  row-gap: 20px;
  z-index: 3;
}
@media (min-width: 768px) {
  .types-section .types-grid {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .types-section .types-grid {
    -webkit-column-gap: 1.5625rem;
       -moz-column-gap: 1.5625rem;
            column-gap: 1.5625rem;
    row-gap: 1.875rem;
    -ms-grid-columns: 1fr 1.5625rem 1fr 1.5625rem 1fr;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1200px) {
  .types-section .types-grid {
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
    -ms-grid-columns: 1fr 2rem 1fr 2rem 1fr 2rem 1fr;
    grid-template-columns: repeat(4, 1fr);
  }
}
.types-section .type-card {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 50%;
  border: 1px solid rgb(186, 186, 186);
  background-color: #fff;
}
@media (min-width: 992px) {
  .types-section .type-card {
    min-width: 0;
  }
}
.types-section .type-card .type-card__inner {
  padding: 2.25rem 1.75rem;
}
@media (min-width: 1200px) {
  .types-section .type-card .type-card__inner {
    padding: 3rem 2.25rem;
  }
}
.types-section .type-icon {
  width: 56px;
  height: 56px;
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 1.25rem;
}
@media (min-width: 992px) {
  .types-section .type-icon {
    width: 82px;
    height: 80px;
    margin-bottom: 2.5rem;
  }
}
.types-section .type-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.types-section .type-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #0d2137;
  margin-bottom: 0.625rem;
}
@media (min-width: 1200px) {
  .types-section .type-title {
    font-size: 1.375rem;
  }
}
@media (min-width: 1400px) {
  .types-section .type-title {
    font-size: 1.75rem;
  }
}
@media (min-width: 1600px) {
  .types-section .type-title {
    font-size: 2.125rem;
  }
}
.types-section .type-desc {
  font-size: 1rem;
  color: #949494;
  line-height: 1.65;
  margin: 0;
}
@media (min-width: 992px) {
  .types-section .type-desc {
    font-size: 1.125rem;
  }
}
@media (min-width: 1600px) {
  .types-section .type-desc {
    font-size: 1.375rem;
  }
}