.block-two-column-with-grid {
  padding: 2.5rem 0 1rem;
}
@media (min-width: 768px) {
  .block-two-column-with-grid {
    padding: 4.6875rem 0 1.6875rem;
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .block-two-column-with-grid {
    padding: 7.5rem 0 3.375rem;
  }
}
.block-two-column-with-grid .abs-arrow-wrap {
  top: -0.75rem;
}
@media (min-width: 992px) {
  .block-two-column-with-grid .abs-arrow-wrap {
    top: -1.875rem;
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .block-two-column-with-grid .abs-arrow-wrap {
    top: -3.4375rem;
  }
}
@media (min-width: 1600px) {
  .block-two-column-with-grid .left-content-wrap {
    padding-right: 6.25rem;
  }
}
@media (max-width: 575px) {
  .block-two-column-with-grid .left-content-wrap h2 {
    padding-right: 3.125rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .block-two-column-with-grid .left-content-wrap h2 {
    font-size: 2.625rem !important;
    line-height: 3.375rem !important;
  }
}
@media (max-width: 575px) {
  .block-two-column-with-grid .btn {
    --bs-btn-padding-x: 15.8px;
  }
}
.block-two-column-with-grid .homepage-product-wrap {
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .block-two-column-with-grid .homepage-product-wrap {
    margin: 2rem -1rem 0;
  }
}
@media (min-width: 768px) and (min-width: 1400px) {
  .block-two-column-with-grid .homepage-product-wrap {
    margin: 4.125rem -1.5rem 0;
  }
}
.block-two-column-with-grid .homepage-product-wrap .hp-product-lists {
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .block-two-column-with-grid .homepage-product-wrap .hp-product-lists {
    padding: 0 1rem;
    margin-bottom: 3rem;
  }
}
@media (min-width: 768px) and (min-width: 1400px) {
  .block-two-column-with-grid .homepage-product-wrap .hp-product-lists {
    padding: 0 1.5rem;
    margin-bottom: 4.125rem;
  }
}
.block-two-column-with-grid .homepage-product-wrap .hp-product-lists a {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.block-two-column-with-grid .homepage-product-wrap .hp-product-lists a:hover {
  color: #F5CD07 !important;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
