.section-about .title {
  padding-top: 1rem;
}
@media (min-width: 992px) {
  .section-about .title {
    padding-top: 0;
    margin-bottom: 34px;
  }
}
.section-about .content-subtitle {
  border-left: 2px solid #ff782d;
  padding-left: 23px;
  margin-bottom: 32px;
  max-width: 1000px;
}
.section-about .content-subtitle .subtitle {
  margin-bottom: 8px;
  width: 100%;
}
.section-about .content-subtitle .text {
  width: 100%;
}
@media (min-width: 992px) {
  .section-about .content-subtitle {
    margin-bottom: 69px;
  }
  .section-about .content-subtitle .subtitle {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 22px;
  }
}
.section-about .container-custom {
  max-width: 890px;
  width: 100%;
  margin: 0 auto;
}
.section-about .container-custom .svg {
  width: 100%;
}

.section-shopping-portals {
  scroll-margin-top: 145px;
}
@media (max-width: 991.98px) {
  .section-shopping-portals {
    scroll-margin-top: 0;
  }
  .section-shopping-portals .title {
    margin-bottom: 24px;
  }
}
.section-shopping-portals .nav-pills {
  display: flex;
  justify-content: center;
  gap: 23px;
  margin-bottom: 32px;
}
.section-shopping-portals .nav-pills .nav-item .nav-link {
  padding: 13px 38.5px;
  font-size: 18px;
  font-weight: 500;
  border-radius: 5px;
  border: 1px solid #848484;
  color: #848484;
  min-width: 250px;
}
.section-shopping-portals .nav-pills .nav-item .nav-link.active {
  border: 1px solid #ff782d;
  color: #ffffff;
  font-weight: 800;
}
.section-shopping-portals .tab-pane .row-custom {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
@media (min-width: 992px) {
  .section-shopping-portals .tab-pane .row-custom-items {
    margin-top: 32px;
  }
}
.section-shopping-portals .tab-pane .row-custom .shopping-title {
  font-size: 22px;
  line-height: 135%;
  font-weight: 800;
  margin-bottom: 26px;
}
.section-shopping-portals .tab-pane .row-custom .image-tab {
  width: 100%;
  height: 100%;
  max-height: 350px;
  -o-object-fit: contain;
     object-fit: contain;
}
.section-shopping-portals .tab-pane .row-custom .context {
  margin-bottom: 24px;
}
.section-shopping-portals .tab-pane .row-custom .context ul {
  padding-left: 20px;
}
.section-shopping-portals .tab-pane .row-custom .context li {
  list-style-type: disc;
  line-height: 165%;
}
.section-shopping-portals .tab-pane .row-custom .context li::marker {
  color: #ff782d;
}
@media (min-width: 992px) {
  .section-shopping-portals .tab-pane .row-custom {
    grid-template-columns: 475px 1fr;
  }
  .section-shopping-portals .tab-pane .row-custom .shopping-title {
    max-width: 407px;
  }
  .section-shopping-portals .tab-pane .row-custom .image-tab {
    max-height: none;
  }
  .section-shopping-portals .tab-pane .row-custom .context {
    max-width: 480px;
  }
}
.section-shopping-portals .plus-shopping {
  display: flex;
  align-items: start;
  gap: 22px;
}
.section-shopping-portals .plus-shopping .plus-image {
  width: 70px;
}
.section-shopping-portals .plus-shopping .content .plus-title {
  font-size: 20px;
  font-weight: bold;
}
.section-shopping-portals .plus-shopping .content .text {
  line-height: 24px;
  width: 100%;
}
@media (min-width: 992px) {
  .section-shopping-portals .plus-shopping .content .text {
    max-width: 380px;
  }
}
@media (min-width: 992px) {
  .section-shopping-portals {
    padding-top: 74px;
  }
  .section-shopping-portals .nav-pills {
    margin-bottom: 60px;
  }
}

.section-cta .container-cta {
  border-radius: 10px;
  border: 2px solid #ff782d;
  padding: 32px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  justify-content: space-between;
  align-items: center;
}
.section-cta .container-cta .title-cta {
  color: #ff782d;
  width: 100%;
  margin-bottom: 0;
}
.section-cta .container-cta .text {
  margin-bottom: 0;
}
.section-cta .container-cta .btn {
  border-color: #848484;
  background: #848484;
  color: #ffffff;
  width: 155px;
  padding: 13px 20px 13px 25px;
  gap: 6px;
}
.section-cta .container-cta .btn svg path {
  stroke: #ffffff;
}
.section-cta .container-cta .btn:hover {
  background: #ff782d;
  border-color: #ff782d;
}
@media (min-width: 992px) {
  .section-cta {
    padding-top: 42px;
  }
  .section-cta .container-cta {
    padding: 27px 99px 31px 95px;
    grid-template-columns: 160px 450px 155px;
  }
  .section-cta .container-cta .title-cta {
    font-size: 26px;
    line-height: 30px;
    margin-right: 37px;
  }
}