.industries-hero {
  color: #aad3ec;
  background: radial-gradient(101.68% 52.73% at 37.25% 61.57%, #193b59 20.11%, #121f37 100%);
}

.industries-hero__inner_container {
  display: flex;
  justify-content: center;
  padding: 0 25px;
  align-items: flex-end;
}

.industries-hero__text_container {
  display: flex;
  align-items: center;
  height: 500px;
}

.industries-hero__image {
  position: relative;
}

.industries-hero__image img {
  display: block;
  max-width: 750px;
  width: 100%;
}

.industries-hero__image .ms-hero__video-over::before {
  content: '';
  display: block;
  width: 114px;
  height: 114px;
  border-radius: 50%;
  background: url('/modules/contrib/egnyte_site_builder/modules/egnyte_blocks/egnyte_hero/templates/images/modern-mini-solutions/play_button.svg') 55% 50% / 114px 114px no-repeat;
  transition-duration: 0.125s;
  transition-property: transform;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.industries-hero .h1 {
  color: #fff;
  font-size: 64px;
  line-height: 56.25px;
  text-wrap: balance;
}

.industries-hero .industries-hero__text {
  position: relative;
  z-index: 9;
  max-width: 590px;
}

.industries-hero .industries-hero__text .h6 {
  font-weight: 400;
  line-height: 35px;
  letter-spacing: 0em;
  text-align: left;
}

.industries-hero .industries-hero__text .p {
  max-width: 400px;
}

.industries-hero .industries-hero__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.industries-hero__trusted {
  background: #fafafa;
  padding: 72px 0;
  height: 329px;
}

.industries-hero__trusted .h2 {
  position: relative;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: center;
  color: #35364e;
  font-family: Metric;
  margin-bottom: 30px;
}

.industries-hero__trusted .h3 {
  font-family: Metric;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: center;
  color: #35364e;
  font-size: 28px;
  margin-bottom: 30px;
}

.industries-hero__trusted img {
  display: block;
  margin: auto;
  max-width: 225px;
}

.industries-hero__trusted svg {
  display: block;
}

.industries-hero__trusted .intro__logos {
  max-width: 1280px;
  margin: auto;
  width: 100%;
}

.industries-hero__trusted .intro__logos-line {
  justify-content: unset !important;
  -webkit-box-pack: unset !important;
  flex-wrap: initial !important;
  margin-right: 0;
  width: 100%;
}

.industries-hero__trusted .intro__logos__mobile {
  gap: 20px;
  grid-template-columns: repeat(2, 1fr);
}

.industries-hero__trusted .more-link span {
  position: relative;
}

.industries-hero__trusted .more-link span:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #23b6aa;
  -webkit-transition: width 0.25s ease-out;
  transition: width 0.25s ease-out;
}

.industries-hero__trusted .more-link span:hover::before {
  width: 100%;
}

.pricing-plans__footnote {
  margin-top: 16px;
  font-size: 16px;
  line-height: 22px;
  color: #7d828b;
}

.pricing-plans__subprice {
  font-size: 15px;
  color: #BCBFD2;
}

.platform-feature-benefits__dots {
  list-style: none;
  display: flex;
  justify-content: center;
  width: 790px;
  margin-top: 24px;
  margin-left: auto;
}

.platform-feature-benefits__dots li {
  width: 8px;
  height: 8px;
  margin: 0 4px;
  border-radius: 5px;
  background-color: #dcdee3;
}

.industries-hero .industries-hero__video {
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.industries-hero .industries-hero__video::before {
  content: "";
  display: block;
  width: 114px;
  height: 114px;
  border-radius: 50%;
  background: url(/modules/contrib/egnyte_site_builder/modules/egnyte_blocks/egnyte_hero/templates/images/play_button.svg) 55% 50% / 114px 114px no-repeat;
  transition-duration: 0.125s;
  transition-property: transform;
  z-index: 3;
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, 50%);
}

.next-gen-banner {
  height: 500px;
}

.industries-hero.next-gen-banner .industries-hero__image img {
  position: relative;
  z-index: 1;
  height: 500px;
  max-width: 100%;
}

.industries-hero.next-gen-banner .industries-hero__image {
  position: static;
}

.industries-hero.next-gen-banner {
  position: relative;
}

@media (max-width: 1400px) {
  .industries-hero.next-gen-banner .industries-hero__text {
    max-width: 450px;
  }
}

@media (max-width: 1300px) {
  .industries-hero.next-gen-banner {
    padding: 0;
  }
}

@media (max-width: 1280px) {
  .industries-hero__text_container {
    height: 440px;
  }
}

@media (max-width: 1100px) {
  .industries-hero__text_container {
    height: 370px;
  }
}

@media (max-width: 1040px) {
  .industries-hero .industries-hero__text {
    max-width: 646px;
  }
}

@media screen and (min-width: 991.98px) {
  .industries-hero-hero__text {
    margin-top: 100px;
  }

  .industries-hero-hero__text .h1 {
    font-size: 64px;
    line-height: 56.25px;
  }

  .industries-hero-hero__text .p {
    line-height: 34.6px;
  }

  .industries-hero-hero__text a {
    font-size: 18px;
  }
}

@media screen and (max-width: 991.98px) {
  .industries-hero__text_container {
    height: 320px;
  }

  .industries-hero {
    padding-top: 0;
    padding-right: 0;
    height: auto;
  }

  .industries-hero .h1 {
    font-size: 50px;
    line-height: 52.25px;
  }

  .industries-hero .grid-cont--xl {
    padding-left: 0;
    padding-right: 0;
  }

  .industries-hero__trusted {
    height: auto;
  }

  .industries-hero__trusted .intro__logos-line img {
    width: 18vw;
  }
}

@media (max-width: 860px) {
  .industries-hero__inner_container {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .industries-hero .industries-hero__text .p {
    max-width: 100%;
  }

  .industries-hero .industries-hero__text {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 60px;
  }
}

@media screen and (max-width: 767.98px) {
  .industries-hero__trusted {
    padding: 46.5px 0px;
  }

  .industries-hero__trusted img {
    margin: 25px auto;
  }
}

@media screen and (max-width: 599.98px) {
  .industries-hero.next-gen-banner .industries-hero__text a {
      width: 190px !important;
  }
  .industries-hero__trusted img {
    max-width: 165px;
    width: 100%;
    height: 55px;
  }

  .industries-hero .industries-hero__video::before {
    width: 60px;
    height: 60px;
    background: url(/modules/contrib/egnyte_site_builder/modules/egnyte_blocks/egnyte_hero/templates/images/play_button.svg) 50% 50% / 60px 60px no-repeat;
    top: 40%;
  }
}

.industries--cards {
  background: #fafafa;
  padding-bottom: 60px;
  padding-top: 40px;
}

.industries--cards .h2 {
  padding-bottom: 64px;
}

.industries--cards .industries--cards__item {
  box-shadow: 0px 8px 25px 0px rgba(0, 0, 0, 0.1019607843);
  border-radius: 10px;
  padding: 24px 36px 0;
  margin-top: 20px;
  position: relative;
  display: block;
  min-height: 100%;
  text-decoration: none;
  transition-duration: 0.25s;
  transition-property: box-shadow, transform;
}

.industries--cards .industries--cards__item img {
  max-height: 350px;
  height: 100%;
}

.industries--cards .industries--cards__item .p {
  margin: 0 0 30px;
}

.industries--cards .industries--cards__item .h3 {
  padding-top: 20px;
  padding-bottom: 14px;
}

.industries--cards .industries--cards__item .more-link {
  padding-bottom: 32px;
}

.industries--cards .button {
  min-width: 240px;
}

@media screen and (min-width: 991.98px) {
  .industries--cards .grid-cont {
    padding: 0 30px;
  }

  .industries--cards .grid-col:nth-of-type(odd) {
    padding-right: 10px;
  }

  .industries--cards .grid-col:nth-of-type(even) {
    padding-left: 10px;
  }
}

@media screen and (max-width: 991.98px) {
  .industries--cards .grid-cont .grid-row {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }

  .industries--cards .grid-cont .grid-row .industries--cards__item {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 575.98px) {
  .industries--cards .h2 {
    padding-bottom: 10px;
  }

  .industries--cards .button {
    max-width: 240px;
    margin: auto;
  }

  .industries--cards--cta .grid-col{
      display: flex;
      justify-content: center;
  }
}


.industries-features {
  border-radius: 10px;
  padding-top: 95px;
  padding-bottom: 84px;
  background: #FAFAFA;
}

.industries-features--pricing .sl-pricing {
  background: radial-gradient(101.68% 52.73% at 37.25% 61.57%, #193b59 20.11%, #121f37 100%);
  color: #fff;
}

.industries-features--pricing .sl-pricing .button {
  font-size: 22px;
}

.industries-features--pricing .sl-pricing__tile {
  color: #35364e;
  position: relative;
  min-height: 100%;
}

.industries-features--pricing .sl-pricing__tile ul {
  text-align: left;
  margin-top: 32px;
}

.industries-features--pricing .sl-pricing__tile ul li {
  padding-left: 1.75em;
  position: relative;
}

.industries-features--pricing .sl-pricing__tile ul li:before {
  content: '\00a0\00a0\00a0\00a0';
  position: absolute;
  top: 0;
  left: 0;
  color: #36bdb5;
  font-size: 18px;
  background: url("data:image/svg+xml;utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19 14' fill='none' %3E%3Cpath d='M16.5455 2L6.54545 12L2 7.45455' stroke='%230BC5BA' stroke-width='3' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E") 50% 50% / 100% 14px no-repeat;

}

.industries-features--pricing .sl-pricing__tile .button {
  max-width: 248px;
  padding: 10px;
}

.industries-features--pricing .sl-pricing__tile .h6 {
  color: #35364e;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: -0.231px;
  margin-top: 5px;
  margin-bottom: 16px;
}

.industries-features--pricing .sl-pricing__tile .pricing__addon__title {
  font-family: Metric-semibold;
  font-size: 26px;
  line-height: 33.8px;
  word-wrap: break-word;
}

.industries-features--pricing .pricing__addon {
  padding: 36px 40px;
  height: auto;
  /* Flex container for each column */
}

.industries-features--pricing .pricing__addon .h4 {
  color: #35364e;
  font-size: 26px;
  font-family: Metric-bold;
  font-weight: 600;
  line-height: 33.8px;
  word-wrap: break-word;
}

.industries-features--pricing .pricing__addon .p {
  height: auto;
  color: #35364e;
  font-size: 20px;
  font-family: Metric;
  font-weight: 400;
  line-height: 26px;
  word-wrap: break-word;
}

.industries-features--pricing .pricing__addon .button {
  width: 100%;
  padding: 10px;
  gap: 10px;
  flex-shrink: 0;
}

.industries-features--pricing .pricing__addon .misc-info {
  color: #bcbfd2;
  font-size: 18px;
  font-family: Metric;
  font-weight: 400;
  word-wrap: break-word;
}

@media screen and (max-width: 992px) {
  .industries-features--pricing .sl-pricing__tile--white {
    height: auto;
  }

  .industries-features--pricing .sl-pricing__tile__lower-section {
    position: relative !important;
    transform: none !important;
    min-height: 100%;
    left: inherit !important;
  }
}

@media screen and (max-width: 768px) {
  .industries-features--pricing .sl-pricing .button {
    font-size: 20px;
  }
}

.sl-pricing {
  position: relative;
  padding-top: 95px;
  padding-bottom: 95px;
  color: #35364e;
}

.sl-pricing .button {
  width: 100%;
  max-width: 548px;
  margin-left: auto !important;
  margin-right: auto !important;
}

.sl-pricing__cont {
  max-width: 1130px;
}

.sl-pricing__tile {
  position: relative;
  overflow: hidden;
  padding: 40px;
  border-radius: 6px;
  box-shadow: 0px 3.0765171051px 7.6912922859px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 12.3060684204px 38.4564628601px 0px rgba(0, 0, 0, 0.07);
  background: #f5fbff;
  text-align: center;
  min-height: 100%;
}

.sl-pricing__tile .ul--checks>li {
  line-height: 30px;
}

.sl-pricing__tile .ul--checks>li::before {
  content: '\00a0\00a0\00a0\00a0';
  background: url("data:image/svg+xml;utf8, <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19 14' fill='none' ><path d='M16.5455 2L6.54545 12L2 7.45455' stroke='%230BC5BA' stroke-width='3' stroke-linecap='round' stroke-linejoin='round' /></svg>") 50% 50%/100% 14px no-repeat;
}

.sl-pricing__tile .h3 {
  color: #003f65;
}

.sl-pricing__tile .p {
  font-size: 20px;
  font-family: Metric;
  font-weight: 400;
  line-height: 26px;
  word-wrap: break-word;
}

.sl-pricing__tile .ul {
  text-align: left;
}

.sl-pricing__tile li {
  margin-top: 0.25em;
}

.sl-pricing__tile--dark {
  background-color: #004163;
  color: #aad3ec;
}

.sl-pricing__tile--white {
  background-color: #fff;
}

.sl-pricing__tile--aec {
  background-color: #e6f0f6;
  box-shadow: none;
  text-align: left;
}

.sl-pricing__tile--aec .ul {
  margin-top: -8px;
  margin-bottom: -8px;
}

.sl-pricing__tile--aec::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 6px;
  border: 2px dashed #cfdeea;
  pointer-events: none;
}

.sl-pricing__addon {
  position: absolute;
  top: 16px;
  right: -84px;
  width: 200px;
  background-color: #ffd27b;
  font-size: 14px;
  line-height: 38px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #926a1d;
  transform-origin: 50% 0;
  transform: rotate(45deg);
}

.pricing__addon__link {
  margin-top: 43px;
}

@media screen and (max-width: 1023.98px) {
  .sl-pricing__tile {
    padding: 24px;
  }
}

@media screen and (max-width: 767.98px) {
  .sl-pricing__tile .pricing__addon__title {
    font-size: 22px;
  }

  .sl-pricing__tile .p {
    font-size: 18px !important;
  }

  .sl-pricing__tile--aec .ul {
    margin-top: 24px;
    margin-bottom: 24px;
  }
}

.publisher_banner {
  height: 604px;
}

.publisher_banner .industries-hero__image {
  bottom: 0;
}

@media (max-width: 1280px) {
  .publisher_banner .industries-hero__image img {
    width: 500px;
  }

  .publisher_banner {
    height: 403px;
  }

  .publisher_banner .industries-hero__text_container {
    height: 403px;
  }
}

@media (max-width: 991.98px) {
  .publisher_banner .industries-hero__text {
    max-width: 366px;
  }
}

@media (max-width: 900px) {
  .publisher_banner .industries-hero__text_container {
    padding-left: 0;
  }

  .publisher_banner .industries-hero__text {
    max-width: 350px;
  }
}

@media (max-width: 860px) {
  .publisher_banner .industries-hero__text {
    max-width: 100%;
    margin-bottom: 50px;
  }

  .publisher_banner {
    height: 100%;
  }

  .publisher_banner .industries-hero__inner_container {
    align-items: flex-end;
  }

  .publisher_banner .industries-hero__image img {
    width: 100%;
  }

  .publisher_banner .industries-hero__text_container {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.next-gen-banner .industries-hero__text_container {
  max-width: 1000px;
  margin: 0 auto;
}

.next-gen-banner .industries-hero__inner_container {
  align-items: flex-end;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0;
}

.next-gen-banner {
  position: relative;
}

.next-gen-banner .industries-hero__image img {
  position: relative;
  z-index: 1;
}

.solution-return__cont {
  margin-left: 64px;
  text-align: left;
}

@media (max-width: 991.98px) {
  .solution-return .solution-return__cont {
    margin-right: auto;
    margin-left: auto;
    max-width: 640px;
  }
}

@media (min-width:465px) {
  .next-gen-banner .industries-hero__image:before {
    content: "";
    clip-path: polygon(77% 0, 100% 0, 100% 50%, 100% 100%, 77% 100%, 59% 65%);
    background-image: linear-gradient(152deg, #00FFEF -2.91%, #7958F9 56.82%, #F53232 99.75%);
    background-position: right top;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 50%;
    height: 100%;
  }
}

@media (max-width: 1420px) {
  .next-gen-banner .industries-hero__text_container {
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media (max-width: 1230px) {
  .next-gen-banner .industries-hero__image img {
    width: 100%;
  }

  .next-gen-banner .industries-hero__image:before {
    clip-path: polygon(70% 0, 100% 0, 100% 50%, 100% 100%, 70% 100%, 20% 65%);
  }
}

@media (max-width: 1150px) {
  .industries-hero.next-gen-banner .industries-hero__image img {
    height: 430px;
  }

  .industries-hero.next-gen-banner .industries-hero__text_container {
    height: 430px;
  }
}

@media (max-width: 1120px) {
  .next-gen-banner .h1 {
    font-size: 57px;
  }

  .next-gen-banner .industries-hero__text {
    margin-top: 0;
  }
}

@media (max-width: 1043px) {
  .next-gen-banner .h1 {
    font-size: 50px;
    line-height: 50px;
  }
}

@media (max-width: 1025px) {
  .industries-hero.next-gen-banner {
    height: 400px;
  }

  .industries-hero.next-gen-banner .industries-hero__text_container {
    height: 400px;
    padding-right: 0;
  }

  .industries-hero.next-gen-banner .industries-hero__image img {
    height: 400px;
  }
}

@media (max-width: 991.98px) {
  .industries-hero.next-gen-banner .industries-hero__text_container {
    height: 100%;
    padding-top: 50px;
    padding-left: 0;
  }
  .next-gen-banner .industries-hero__inner_container {
    flex-direction: column;
    align-items: center;
  }

  .industries-hero.next-gen-banner {
    height: 100%;
  }

  .industries-hero.next-gen-banner .industries-hero__image img {
    height: auto;
    width: 100%;
  }

  .next-gen-banner .industries-hero__image:before {
    height: 60%;
    clip-path: polygon(77% 0, 100% 0, 100% 50%, 100% 100%, 77% 100%, 59% 65%);
    width: 100%;
  }
  .industries-hero.next-gen-banner .industries-hero__text {
    max-width: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 800px) {
  .next-gen-banner .industries-hero__image:before {
    height: 50%;
  }
}
@media (max-width: 967px) {
  .next-gen-banner .h1 {
    font-size: 40px;
    line-height: 36px;
  }
}

@media (max-width: 860px) {
  .next-gen-banner .industries-hero__text_container {
    justify-content: center;
  }

  .next-gen-banner .h1 {
    font-size: 50px;
    line-height: 52px;
  }

  .next-gen-banner .industries-hero__image:before {
    width: 100%;
    height: 55%;
    clip-path: polygon(75% 0, 100% 0, 100% 50%, 100% 100%, 75% 100%, 45% 65%);
  }
}

@media (max-width: 550px) {
  .next-gen-banner .industries-hero__image:before {
    height: 40%;
  }
}

@media (min-width: 1700px) {
  .next-gen-banner .industries-hero__image:before {
    clip-path: polygon(85% 0, 100% 0, 100% 50%, 100% 100%, 85% 100%, 75% 65%);
    width: 100%;
  }
}

@media (min-width: 1920px) {
  .next-gen-banner .industries-hero__image:before {
    clip-path: polygon(83% 0, 100% 0, 100% 50%, 100% 100%, 83% 100%, 70% 65%);
  }
}

@media (min-width: 2040px) {
  .next-gen-banner .industries-hero__image:before {
    clip-path: polygon(79% 0, 100% 0, 100% 50%, 100% 100%, 79% 100%, 72% 65%);
  }
}

@media (min-width: 2320px) {
  .next-gen-banner .industries-hero__image:before {
    clip-path: polygon(76% 0, 100% 0, 100% 50%, 100% 100%, 76% 100%, 66% 65%);
  }
}

@media (min-width: 2600px) {
  .next-gen-banner .industries-hero__image:before {
    clip-path: polygon(74% 0, 100% 0, 100% 50%, 100% 100%, 74% 100%, 65% 65%);
  }
}

@media (min-width: 2820px) {
  .next-gen-banner .industries-hero__image:before {
    clip-path: polygon(71% 0, 100% 0, 100% 50%, 100% 100%, 71% 100%, 63% 65%);
  }
}

@media (min-width: 3300px) {
  .next-gen-banner .industries-hero__image:before {
    content: none;
  }
}

@media (max-width: 860px) {
  .next-gen-banner .industries-hero__inner_container {
    align-items: flex-end;
  }
}

.life-science-banner {
  position: relative;
}

.life-science-banner .industries-hero__image {
  position: absolute;
  right: 0;
  height: 500px;
  top: 0;
}

.life-science-banner .industries-hero__inner_container {
  display: block;
  position: relative;
  height: 500px;
  max-width: 1800px;
  margin: 0 auto;
}

.life-science-banner .industries-hero__text_container {
  display: flex;
  align-items: center;
  height: 500px;
  max-width: 1360px;
  margin: 0 auto;
}

.life-science-banner .industries-hero__image img {
  height: 500px;
  max-width: 100%;
}

@media (max-width: 1080px) {
  .life-science-banner .industries-hero__inner_container {
    height: 400px;
  }

  .life-science-banner .industries-hero__text_container {
    height: 400px;
    max-width: 375px;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }

  .life-science-banner .industries-hero__image img {
    height: 400px;
  }
}

@media (max-width: 860px) {
  .life-science-banner .industries-hero__text_container {
    justify-content: center;
    max-width: 100%;
  }

  .life-science-banner .industries-hero__inner_container {
    height: 100%;
    padding: 0;
  }

  .life-science-banner .industries-hero__image {
    position: relative;
  }

  .life-science-banner .industries-hero__image img {
    height: auto;
    text-align: right;
    max-width: 100%;
  }

  .life-science-banner.industries-hero .industries-hero__text {
    margin-top: 0;
    padding-left: 25px;
    padding-right: 25px;
    max-width: 100%;
  }

  .life-science-banner .industries-hero__image {
    height: auto;
  }
}

@media screen and (max-width: 991.98px) {
  .financial-services .industries-hero__text_container {
    height: 100%;
  }

  .life-science-banner .industries-hero__text_container .btn--medium {
    width: 170px;
  }
}

@media (max-width: 860px) {
  .financial-services.industries-hero .industries-hero__text {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

.solution-hero__actions {
  display: flex;
  align-items: center;
}

a.solution-hero__link {
  background-color: transparent !important;
}

.solution-hero__actions div:first-child a {
  margin-right: 10px;
}

.solution-hero__actions div:last-child a:hover {
  background: #0bc5ba !important;
  border-color: #0bc5ba !important;
}

@media (max-width: 500px) {
  .solution-hero__actions {
    flex-direction: column;
  }

  .life-science-banner .industries-hero__text_container .btn--medium {
    width: 220px;
  }

  .solution-hero__actions div:first-child a {
    margin-right: 0;
  }

  .industries-hero .h1 {
    font-size: 43px;
    line-height: 46.25px;
  }

  .life-science-banner .industries-hero__text_container {
    padding-top: 20px;
  }
}

.industries__trusted-by-logos {
  padding: 72px 0px;
  background: #fff;
}

.industries__trusted-by-logos .h2 {
  font-family: Metric;
  font-weight: 400;
  font-size: 28px;
  line-height: 100%;
  letter-spacing: 0;
  text-align: center;
  margin-bottom: 30px;
}

.industries__trusted-by-logos img {
  max-width: 100%;
  object-fit: contain;
}