.product-comparison-container {
  background-color: #212121;
  padding: 20px;
}
.product-comparison-container * {
  font-family: "Gilroy";
}

.comparison-title {
  max-width: 33%;
}

.comparison-title h2 {
  color: white;
  text-align: left;
  margin-bottom: 0;
  font-size: 43px;
  padding-right: 32px;
  padding-top: 64px;
  font-weight: 600;
}

.hp-grid-body-template {
  margin-top: 38px;
  background-color: #212121;
}

.hp-grid-grid-template {
  display: grid;
  align-items: center;
  justify-content: center;
  grid-template-columns: 29% 24% 23.5% 23.5%;
}

.hp-grid-item-template {
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.hp-grid-item-template.active {
  background: #ffa20e;
}

.hp-grid-grid-header-template .hp-grid-item-template {
  padding: 20px;
}

.hp-grid-grid-header-template .hp-grid-item-template.active {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.hp-grid-grid-header-template .hp-grid-item-template h3 {
  margin: 0;
  font-size: 16px;
  color: white;
  line-height: 110%;
  text-transform: unset;
  text-align: center;
  display: block;
  width: 100%;
  font-weight: 700;
  text-wrap: nowrap;
}

.hp-grid-grid-header-template .hp-grid-item-template.active h3 {
  color: black;
}

.hp-grid-grid-header-template
  + .hp-grid-grid-template
  .hp-grid-item-template:first-child {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  background-color: white;
  height: 48px;
  box-sizing: border-box;
}

.hp-grid-grid-header-template
  + .hp-grid-grid-template
  .hp-grid-item-template:last-child {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.hp-grid-grid-header-template
  + .hp-grid-grid-template
  .hp-grid-item-template.active:last-child {
  border-top-right-radius: 0px;
}

.hp-grid-grid-rows-template .hp-grid-item-template {
  padding: 12px 12px;
  background-color: white;
  height: 48px;
}

.hp-grid-grid-rows-template .hp-grid-item-template:first-child {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  background-color: white;
  height: 48px;
  box-sizing: border-box;
}

.hp-grid-grid-rows-template .hp-grid-item-template:last-child {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.hp-grid-grid-rows-template .hp-grid-item-template.active {
  position: relative;
  background: #ffa20e;
  height: 56px;
}

.hp-grid-grid-rows-template .hp-grid-item-template.active::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 15px;
  left: 0;
  bottom: -15px;
  background-color: #ffa20e;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.hp-grid-grid-rows-template:last-child .hp-grid-item-template:first-child {
  border-bottom-left-radius: 10px;
}

.hp-grid-grid-rows-template:last-child .hp-grid-item-template:last-child {
  border-bottom-right-radius: 10px;
}

.hp-grid-grid-rows-template:last-child
  .hp-grid-item-template.active:last-child {
  border-bottom-right-radius: 0px;
}

.hp-grid-grid-rows-template .hp-grid-item-template:first-child h3 {
  margin: 0;
  font-size: 12px;
  color: black;
  line-height: 110%;
  text-transform: unset;
  text-align: center;
  display: block;
  width: 100%;
  font-weight: 700;
}

.hp-grid-icon-template {
  width: 26px;
  height: 26px;
}

.hp-grid-icon-template.icon-yes-template svg path,
.hp-grid-icon-template.icon-no-template svg path {
  fill: #584712;
}

.hp-grid-item-template.active .hp-grid-icon-template.icon-yes-template svg path,
.hp-grid-item-template.active .hp-grid-icon-template.icon-no-template svg path {
  fill: #ffffff;
}

.hp-grid-icon-template svg,
.hp-grid-icon-template img {
  display: block;
  object-fit: contain;
  width: 100%;
  height: 100%;
}

@media (min-width: 350px) {
  .hp-grid-grid-template {
    grid-template-columns: 38% 22% 20% 20%;
  }
}

@media (min-width: 768px) {
  .section-template {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .section-template-settings {
    padding: 0 5rem;
    padding-top: 80px;
    padding-bottom: 109px;
    padding-left: 10rem;
    padding-right: 10rem;
  }
  .hp-grid-grid-template {
    grid-template-columns: 30% 22% 24% 24%;
  }
  .hp-grid-heading-template {
    font-size: 60px;
  }
  .hp-grid-body-template {
    margin-top: 50px;
  }
  .hp-grid-grid-header-template .hp-grid-item-template {
    padding: 20px 20px;
  }
  .hp-grid-grid-header-template .hp-grid-item-template h3 {
    font-size: 16px;
  }
  .hp-grid-grid-rows-template .hp-grid-item-template {
    padding: 12px 12px;
  }
  .hp-grid-grid-rows-template .hp-grid-item-template.active::after {
    height: 25px;
    bottom: -25px;
  }
  .hp-grid-grid-rows-template .hp-grid-item-template:first-child h3 {
    font-size: 12px;
  }
  .hp-grid-icon-template {
    width: 26px;
    height: 26px;
  }
}

.section-template-settings {
  max-width: 150rem;
}

.hp-grid-heading-template {
  font-family: "Gilroy";
  font-weight: 700;
  font-style: normal;
}

.product-comparison-container-inner {
  max-width: 1090px;
  display: flex;
  flex-direction: row;
  width: 100%;
}

.product-comparison-container {
  display: flex;
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat;
  padding: 84px 0;
  background-size: cover;
  background-position: center;
}

.hp-grid-body-template {
  flex: 1;
}

.hp-grid-body-template {
  padding: 24px 24px 8px 24px;
  border: 1px dashed #9747ff;
  border-radius: 10px;
}

@media screen and (max-width: 992px) {
  .product-comparison-container-inner {
    flex-direction: column;
    padding: 24px;
  }
  .comparison-title {
    max-width: 100%;
  }

  .comparison-title h2 {
    text-align: center;
  }

  .hp-grid-grid-header-template .hp-grid-item-template {
    padding: 4px;
    font-size: 14px;
    overflow: hidden;
  }

  .hp-features-outer {
    padding: 40px 24px;
  }
}
