.gpc-business-type__container {
  padding-top: 127px;
  padding-bottom: 127px;
}

.gpc-business-type__grid-wrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.gpc-business-type__grid-column {
  width: 50%;
}

.gpc-business-type__card {
  max-width: 445px;
}

.gpc-business-type__header {
  position: relative;
}

.gpc-business-type__icon {
  width: 149px;
  height: 149px;
}

.gpc-business-type__title {
  color: var(--neutral-5);
  position: absolute;
  margin-bottom: 0px;
}

.gpc-business-type__title--1 {
  bottom: 10px;
  left: 97px;
}

.gpc-business-type__title--2 {
  top: 15px;
  left: 97px;
}

.gpc-business-type__description {
  padding-top: 60px;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  font-weight: bold;
  color: var(--neutral-3);
}

.gpc-business-type__list {
  margin-top: 25px;
  list-style: none;
  margin: 0 0 20px;
}

.gpc-business-type__item {
  color: var(--neutral-3);
  padding-left: 15px;
  padding-bottom: 10px;
  position: relative;
}

.gpc-business-type__item::before {
  content: '';
  background: url('/wp-content/themes/trustbiz/assets/images/bullet-points.svg');
  background-position-x: 0%;
  background-position-y: 0%;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  left: 0;
  position: absolute;
  top: 10px;
  width: 8px;
  height: 8px;
}

@media (max-width: 767px) {
  .gpc-business-type__container {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .gpc-business-type__grid-column {
    width: 100%;
  }

  .gpc-business-type__grid-column:first-child {
    padding-bottom: 64px;
  }

  .gpc-business-type__icon {
    width: 112px;
    height: 112px;
  }

  .gpc-business-type__title--1,
  .gpc-business-type__title--2 {
    bottom: 14px;
    left: 74px;
  }

  .gpc-business-type__description {
    font-size: 16px;
    line-height: 24px;
  }
}
