.hero-2-col {
  background: var(--white);
  padding: 0;
}
.hero-2-col-wrapper {
  padding: 139px 0 96px;
  background: var(--gray-blue-900) url("https://www.osano.com/hubfs/Imported%20sitepage%20images/Osano%20Background%20Shapes.svg") no-repeat 100% 100% /100%;
  background-position-y: calc(100% + 18px);
  transition: .3s;
}
.hero_pt {
  padding-top: 216px !important;
  transition: 0s;
}
.breadcrumbs {
  padding: 0 15px;
  display: flex;
  align-items: center; 
}
.breadcrumbs__home-link {
  display: inline-flex;
  transition: .3s;
}
.breadcrumbs__home-link:hover {
  transform: scale(1.2);
}
.breadcrumbs__divider {
  margin: 0 18px;
}
.breadcrumbs__current-page,
.breadcrumbs__link {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.42;
  color: var(--primary-50);
  text-decoration: none;
  position: relative;
}
.breadcrumbs__link:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 1px;
  width: 100%;
  transform: scaleX(0);
  transform-origin: left;
  transition: .3s;
  background: var(--primary-50);
}
.breadcrumbs__link:hover:after {
  transform: scaleX(1);
}
.hero-2-col__heading {
  font-weight: 500;
  font-size: 60px;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: var(--white);
  margin-bottom: 24px;
}
.hero-2-col__heading em {
  -webkit-text-fill-color: transparent;
  background: var(--violet-text-gradient);
  -webkit-background-clip: text;
  font-style: normal; 
}
.hero-2-col__row {
  padding-top: 64px;
}
.hero-2-col__header p {
  font-size: 20px;
  line-height: 1.5; 
  color: var(--gray-100);
}
.hero-2-col__slider-content {
  max-height: 100%; 
}
.hero-2-col__header p:last-of-type,
.hero-2-col__slider-content p:last-of-type { 
  margin-bottom: 0;
}
.hero-2-col .cta-wrapper {
  justify-content: flex-start;
  margin: 32px 0;
}
.hero-2-col__rating-wrapper,
.hero-2-col__trust-bar {
  display: flex;
  align-items: center;
}
.hero-2-col__rating-wrapper > p {
  font-size: 18px;
  line-height: 1.55;
  color: var(--gray-100);
  margin-left: 24px;
}
.hero-2-col__stars-wrapper {
  display: inline-flex;
}
.hero-2-col__stars-wrapper svg:not(:last-child) {
  margin-right: 8px;
}
.hero-2-col__trust-bar {
  margin-top: 16px;
}
.hero-2-col__trust-bar img:not(:last-child) {
  margin-right: 24px;
}
@media (max-width: 991px) {
  .hero-2-col__heading {
    font-size: 48px;
    line-height: 1.25;
  }
  .hero-2-col-wrapper {
    padding: 115px 0 72px;
  }
  .hero_pt {
    padding-top: 178px !important;
  }
  .hero-2-col__row {
    padding-top: 56px;
  }
  .hero-2-col__header {
    margin-bottom: 56px;
  }
  .hero-2-col__image {
    text-align: center;
  }
}
@media (max-width: 575px) {
  .hero-2-col-wrapper {
    padding: 110px 0 48px;
  }
  .breadcrumbs__divider {
    margin: 0 14px;
  }
  .hero-2-col__heading {
    font-size: 36px;
    line-height: 1.22;
    margin-bottom: 16px;
  }  
  .hero-2-col__header p {
    font-size: 18px;
    line-height: 1.55;
  }
  .cta-wrapper {
    margin: 24px 0;
  }
  .hero-2-col__rating-wrapper > p {
    font-size: 16px;
    line-height: 1.5;
  }
  .hero_pt {
    padding-top: 222px !important;
  }
  .hero-2-col__row {
    padding-top: 40px;
  }
  .hero-2-col__rating-wrapper, 
  .hero-2-col__trust-bar {
    justify-content: center;
  }
}