.custom-section {
  background-color: rgb(var(--color-background));
}

.custom-section .block-heading,
.custom-section .subheading {
  width: 100%;
}

.custom-section .custom-html-block {
  background-color: rgb(var(--color-background));
}

.custom-section .subheading,
.custom-section .rte {
  word-break: break-word;
}

.custom-section img {
  width: 100%;
  height: 100%;
}

.custom-section .icon-with-text .title4 {
  line-height: 18px;
  text-transform: capitalize;
  margin-bottom: 10px;
}

.custom-section .icon-with-text img.icon {
  max-width: 50px;
  width: 100%;
  height: auto;
}

.three-icon-with-text .icon-with-text {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 8% 10%;
  padding: 0 15px 0px 15px;
}

.three-icon-with-text .icon-with-text .icon-with-text-inner {
  grid-column: span 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 40px;
  max-width: 220px;
}

.three-icon-with-text .icon-with-text .icon-with-text-inner:last-child:nth-child(2n-1) {
  grid-column-end: 4;
}

@media (min-width: 1024px) {
  .three-icon-with-text .icon-with-text {
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: auto;
    max-width: 1250px;
    gap: 120px;
    padding: 0px 30px 40px 30px;
  }

  .three-icon-with-text .icon-with-text .icon-with-text-inner:last-child:nth-child(2n-1) {
    grid-column-end: auto;
  }
}

@media only screen and (max-width: 1023px) {
  .custom-section-inner.m-reverse-direction {
    flex-direction: column-reverse;
  }

  .icon-with-text>div {
    width: 100%;
  }

  .icon-with-text> :nth-child(3) {
    grid-column: 1 / -1;
    justify-self: center;
  }

  .three-icon-with-text .icon-with-text .icon-with-text-inner {
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .custom-section .block__image--desktop {
    display: none;
  }

  .custom-section .block__image--mobile {
    display: flex;
  }
}

@media (min-width: 768px) {
  .custom-section .block__image--mobile {
    display: none;
  }

  .custom-section .block__image--desktop {
    display: flex;
  }
}

@media (max-width: 1200px) {
  #shopline-section-template--page--custom-page__17551686545703afaf2c .custom-section-inner {
    max-width: 900px;
    margin: 0px auto;
  }
}