﻿/* MOBILE-FIRST APPROACH */
/* BASE STYING */
section.sfop-summary-outer-wrapper a {
  text-decoration: none;
}
div.sfop-summary-static {
  padding: 80px var(--horizontal-padding-mobile) 56px var(--horizontal-padding-mobile);
}
a.sfop-summary-static-title {
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.14;
  letter-spacing: 0.2px;
  text-align: left;
  display: block;
  margin-bottom: 16px;
  cursor: pointer;
}
a.sfop-summary-static-title,
a.sfop-summary-static-title:hover,
a.sfop-summary-static-title:active,
a.sfop-summary-static-title:visited {
  color: var(--slb-blue);
}
a.sfop-summary-static-title:hover {
  text-decoration: underline;
}
div.sfop-summary-static-heading {
  font-size: 32px;
  font-weight: 200;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: left;
  color: var(--slb-black);
  margin-bottom: 16px;
}
div.sfop-summary-static-title {
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.14;
  letter-spacing: 0.2px;
  text-align: left;
  margin-bottom: 16px;
  color: var(--slb-blue);
}
div.sfop-summary-static-sub-text {
  font-size: 16px;
  font-weight: 200;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: var(--slb-grey-5);
  margin-bottom: 32px;
}
div.sfop-summary-static-link-container {
  padding: 0;
}
div.sfop-summary-static-link {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 15px;
}
div.sfop-summary-static-inner-flex-control {
  display: flex;
  flex-direction: column;
}
div.sfop-summary-seperator {
  height: 2px;
  width: 100%;
  background-color: var(--slb-grey-2);
  border: none;
  margin-top: 50px;
}
div.sfop-summary-carousel-container {
  position: relative;
  z-index: 1;
 /* overflow-x: hidden;*/
}
div.sfop-summary-carousel-tabs {
  position: relative;
  z-index: 100;
/*  margin-left: var(--horizontal-padding-mobile);
  margin-right: var(--horizontal-padding-mobile);*/
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  gap: 27px;
  height: 172px;
}
div.sfop-summary-carousel-option {
  min-width: 163px;
}
div.sfop-summary-carousel-option.active div.sfop-summary-option-detail-card {
  position: absolute;
  width: 100%;
}
div.sfop-summary-carousel-option-label {
  font-size: 20px;
  font-weight: 200;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: left;
  color: var(--slb-grey-5);
  /* max-width: 200px; */
  max-width: inherit;
  margin: 24px 0 0;
  cursor: pointer;
  height: 56px;
}
div.sfop-summary-carousel-option.active .sfop-summary-carousel-option-label {
  color: var(--slb-blue);
}
div.sfop-summary-carousel-option-active-indicator {
  height: 6px;
  background-color: var(--slb-blue);
}
div.sfop-summary-carousel-option:not(.active) div.sfop-summary-carousel-option-active-indicator {
  visibility: hidden;
  opacity: 0;
  transition: opacity 500ms cubic-bezier(0.48, 0.14, 0.2, 0.69), visibility cubic-bezier(0.48, 0.14, 0.2, 0.69) 0s;
}
div.sfop-summary-carousel-option.active div.sfop-summary-carousel-option-active-indicator {
  opacity: 1;
  transition: opacity 500ms cubic-bezier(0.48, 0.14, 0.2, 0.69), visibility cubic-bezier(0.48, 0.14, 0.2, 0.69) 0s;
}
div.sfop-summary-carousel-option:not(.active) div.sfop-summary-option-detail-card {
  visibility: hidden;
  opacity: 0;
  transition: opacity 500ms cubic-bezier(0.48, 0.14, 0.2, 0.69), display cubic-bezier(0.48, 0.14, 0.2, 0.69) 0s;
}
div.sfop-summary-carousel-option.active div.sfop-summary-option-detail-card {
  visibility: visible;
  opacity: 1;
  transition: opacity 500ms cubic-bezier(0.48, 0.14, 0.2, 0.69), display cubic-bezier(0.48, 0.14, 0.2, 0.69) 0s;
}
img.sfop-summary-carousel-background-image {
  position: relative;
  z-index: 10;
  height: 537px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  margin-bottom: 80px;
}
/* mobile - portrait */
/* mobile - landscape */
/* TABLET STYLING */
/* tablet - portrait */
@media screen and (min-width: 834px) {
  div.sfop-summary-static {
    padding-top: 104px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 56px;
  }

  div.sfop-summary-seperator {
    margin-left: 0;
    margin-right: 0;
    width: unset;
  }
  div.sfop-summary-static-link-container {
    padding: 3px 0;
    align-self: start;
  }
  div.sfop-summary-static-heading {
    max-width: 363px;
  }
  div.sfop-summary-static-sub-text {
    max-width: 472px;
    margin-bottom: 0;
  }
  div.sfop-summary-static-inner-flex-control {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  div.sfop-summary-carousel-tabs {
    padding-left: 0;
    padding-right: 0;
    margin-left: unset;
    margin-right: unset;
    display: grid;
    -moz-column-gap: 24px;
    column-gap: 24px;
    height: 100px;
  }
  .sfop-summary-carousel-tabs.AboutNExT {
    grid-template-columns: repeat(6, 1fr);
    height: 150px;
  }
  .text div.sfop-summary-option-detail-card {
    margin-top: 72px;
  }
  div.sfop-summary-carousel-option.active div.sfop-summary-option-detail-card {
    max-width: 330px;
    left: var(--horizontal-padding-tablet-portrait);
  }
  img.sfop-summary-carousel-background-image {
    height: 470px;
    margin-bottom: 104px;
  }
}
/* tablet - landscape */
@media screen and (min-width: 1194px) {
  div.sfop-summary-static {
    padding-top: 120px;
    padding-bottom: 80px;
  }
  div.sfop-summary-static-heading {
    margin-bottom: 24px;
  }
  div.sfop-summary-carousel-option.active div.sfop-summary-option-detail-card {
    position: unset;
    max-width: unset;
  }
  div.sfop-summary-option-detail-card {
    margin-top: 25px;
  }
  img.sfop-summary-carousel-background-image {
    height: 675px;
    margin-bottom: 50px;
  }
}
/* DESKTOP STYLING */
@media screen and (min-width: 1440px) {
  div.sfop-summary-static {
    padding-top: 120px;
  }
  div.sfop-summary-static,
  div.sfop-summary-carousel-container {
    padding-left: 0;
    padding-right: 0;
  }
  div.sfop-summary-static-link-container {
    padding-top: 3px;
  }
  div.sfop-summary-static-heading {
    max-width: 724px;
    font-size: 48px;
  }
  div.sfop-summary-static-sub-text {
    max-width: 789px;
  }
  div.sfop-summary-seperator {
    margin-left: 0;
    margin-right: 0;
    width: unset;
  }

  .nextCommon.contentSection.sfop-summary-seperator {
    margin-top: 100px;
  }

  div.sfop-summary-carousel-tabs {
    padding-left: unset;
    padding-right: unset;
    -moz-column-gap: 28px;
    column-gap: 28px;
  }
}
/* MOBILE-FIRST approach */
/* base styling */
div.sfop-detail-card {
  display: flex;
  flex-direction: column;
  gap: 32px;
  font-size: 16px;
  font-weight: 200;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.44;
  letter-spacing: normal;
  text-align: left;
  color: var(--slb-white);
  background-color: var(--slb-blue);
  padding: 24px 24px 32px 24px;
  box-sizing: border-box;
}
div.sfop-detail-card-explore-link-container {
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: right;
  width: 104px;
  height: 34px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 32px;
  padding: 5px 0;
  margin-top: 21px;
}
div.sfop-detail-card>div.sfop-detail-card-invisible-image-source-element {
  display: none;
}
div.sfop-detail-card ul li {
    margin-bottom: 15px;
    list-style: none;
    position: relative;
    padding-left: 14px;
}

    div.sfop-detail-card ul li::before {
        content: "●";
        position: absolute;
        left: -14px;
        top: 0px;
        height: 48px;
        width: 31px;
        font-size: 16px;
 }

/* TABLET STYLING */
/* tablet - portrait */
@media screen and (min-width: 834px) {
  div.sfop-detail-card {
    padding-bottom: 32px;
    gap: 40px;
  }
}
.sfop-detail-card.text-center {
  text-align: center;
}
/* DESKTOP STYLING */
@media screen and (min-width: 1194px) {
  div.sfop-detail-card {
    gap: 10px;
    padding: 40px 32px 40px 32px;
    min-height: 340px;
  }
  .sfop-detail-card h5 {
    font-size: 16px;
  }
  div.sfop-detail-card ul {
    padding-left: 15px;
    font-size: 15px;
  }
}
/*.dim {
  width: 75%;
  margin: auto;
}*/
@media screen and (max-width: 767px) {
  div.sfop-summary-option-detail-card {
    margin-top: 30px;
  }
  div.sfop-summary-option-detail-card.AboutNExT {
    margin-top: 15px;
  }
  div.sfop-summary-carousel-tabs {
    height: 120px;
  }
  div.sfop-detail-card ul {
    padding-left: 15px;
  }
  div.sfop-summary-carousel-option-label {
    font-size: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  div.sfop-summary-option-detail-card {
    margin-top: 30px;
  }
  div.sfop-summary-option-detail-card.AboutNExT {
    margin-top: 20px;
  }
  div.sfop-summary-carousel-tabs {
    height: 100px;
  }
  div.sfop-summary-carousel-tabs.AboutNExT {
    height: 120px;
  }
  div.sfop-detail-card ul {
    padding-left: 15px;
  }
  div.sfop-summary-carousel-option-label {
    font-size: 15px;
  }
}

/* 
Home card Slider */
section.solutions-homepage-block-container.bg-blue {
  background-color: var(--slb-blue)
}

section.solutions-homepage-block-container.bg-blue div.solutions-card-hover-state {
  background-color: var(--slb-deep-blue)
}

section.solutions-homepage-block-container.bg-grey-1 {
  background-color: var(--slb-grey-1)
}

section.solutions-homepage-block-container {
  padding: 80px 0
}

section.solutions-homepage-block-upper-text-content {
  padding: 0 var(--horizontal-padding-mobile) 56px
}

div.solutions-homepage-block-title {
  display: block;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.14;
  letter-spacing: .2px;
  text-align: left;
  margin-bottom: 16px
}



div.solutions-homepage-block-top-inner-flex {
  display: flex;
  flex-direction: column;
  gap: 32px
}

div.solutions-homepage-block-heading {
  font-size: 32px;
  font-weight: 200;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: left;
  color: var(--slb-black);
  margin-bottom: 16px
}

section.solutions-homepage-block-container.bg-blue div.solutions-homepage-block-heading {
  color: var(--slb-white)
}

div.solutions-homepage-block-sub-text {
  font-size: 16px;
  font-weight: 200;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: var(--slb-black)
}

section.solutions-homepage-block-container.bg-blue div.solutions-homepage-block-sub-text {
  color: var(--slb-white)
}


section.solutions-homepage-block-solution-carousel {
  position: relative;
  left: var(--horizontal-padding-mobile);
  display: flex;
  gap: 16px;
  background-color: var(--slb-grey-2);
  padding-bottom: 32px;
  padding-right: var(--horizontal-padding-mobile);
  transition: transform 1000ms var(--slb-bezier-curve);
  overflow: scroll;
  scrollbar-width: thin
}

section.solutions-homepage-block-container.bg-blue section.solutions-homepage-block-solution-carousel {
  background-color: var(--slb-blue)
}

section.solutions-homepage-block-container.bg-grey-1 section.solutions-homepage-block-solution-carousel {
  background-color: var(--slb-grey-1)
}

div.solutions-homepage-block-solution-carousel-article-strip-section-mobile-right-padding {
  margin-right: calc(var(--horizontal-padding-mobile) - 16px)
}


section.solutions-homepage-solution-carousel-controls-and-indicator {
  display: flex;
  padding: 0 var(--horizontal-padding-mobile) 0;
  background-color: var(--slb-grey-2);
  display: none
}

section.solutions-homepage-block-container.bg-blue section.solutions-homepage-solution-carousel-controls-and-indicator {
  background-color: var(--slb-blue)
}

section.solutions-homepage-block-container.bg-grey-1 section.solutions-homepage-solution-carousel-controls-and-indicator {
  background-color: var(--slb-grey-1)
}

section.solutions-homepage-block-container.bg-blue div.solutions-homepage-solution-carousel-controls>span {
  background-color: var(--slb-grey-1)
}

section.solutions-homepage-block-container.bg-grey-1 div.solutions-homepage-solution-carousel-controls>span {
  background-color: var(--slb-grey-2)
}

section.solutions-homepage-block-container.bg-blue div.active-solutions-homepage-solution-carousel-indicator-dot {
  background-color: var(--slb-white)
}

section.solutions-homepage-block-container.bg-blue div.solutions-homepage-solution-carousel-indicator-dot {
  background-color: var(--slb-grey-1)
}

section.solutions-homepage-block-container.bg-grey-1 div.solutions-homepage-solution-carousel-indicator-dot {
  background-color: var(--slb-grey-2)
}

section.solutions-homepage-block-container.bg-blue div.active-solutions-homepage-solution-carousel-indicator-dot {
  background-color: var(--slb-frost-blue-1)
}

section.solutions-homepage-block-container.bg-grey-1 div.active-solutions-homepage-solution-carousel-indicator-dot {
  background-color: var(--slb-blue)
}

section .solutions-homepage-block-top-inner-flex .link-btn,
section.solutions-homepage-block-container a.rebrand-link-button {
  justify-content: flex-end;
  gap: 15px
}

@media screen and (min-width: 834px) {
  section.solutions-homepage-block-container {
    padding: 104px 0
  }

  section.solutions-homepage-block-upper-text-content {
    padding: 0 var(--horizontal-padding-tablet-portrait) 56px
  }

  div.solutions-homepage-block-top-inner-flex {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 10%
  }



  section .solutions-homepage-block-top-inner-flex .link-btn {
    width: 325px
  }

  section.solutions-homepage-block-solution-carousel {
    left: var(--horizontal-padding-tablet-portrait);
    padding-right: unset;
    padding-bottom: unset;
    overflow: unset;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
  }

  div.solutions-homepage-block-solution-carousel-article-strip-section-mobile-right-padding {
    display: none
  }

  section.solutions-homepage-solution-carousel-controls-and-indicator {
    padding: 32px var(--horizontal-padding-tablet-portrait) 0;
    height: unset;
    display: flex
  }

  div.solutions-homepage-solution-carousel-controls {
    display: flex;
    gap: 16px
  }

  div.solutions-homepage-solution-carousel-controls>span {
    width: 42px;
    height: 42px;
    flex-grow: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 50%;
    padding: 10px;
    background-color: var(--slb-grey-3);
    cursor: pointer
  }

  div.solutions-homepage-solution-carousel-controls.carousel-left-end>span:first-of-type,
  div.solutions-homepage-solution-carousel-controls.carousel-right-end>span:last-of-type {
    cursor: default
  }

  div.solutions-homepage-solution-carousel-controls>span>img {
    width: 13px;
    height: 20px;
    flex-grow: 0;
    -o-object-fit: contain;
    object-fit: contain
  }

  div.solutions-homepage-solution-carousel-controls>span>span.solutions-homepage-solution-carousel-controls-left-button-disabled,
  div.solutions-homepage-solution-carousel-controls>span>span.solutions-homepage-solution-carousel-controls-right-button-disabled,
  div.solutions-homepage-solution-carousel-controls.carousel-left-end>span>span.solutions-homepage-solution-carousel-controls-left-button-active,
  div.solutions-homepage-solution-carousel-controls.carousel-right-end>span>span.solutions-homepage-solution-carousel-controls-right-button-active {
    display: none
  }

  div.solutions-homepage-solution-carousel-controls.carousel-left-end>span>span.solutions-homepage-solution-carousel-controls-left-button-disabled,
  div.solutions-homepage-solution-carousel-controls.carousel-right-end>span>span.solutions-homepage-solution-carousel-controls-right-button-disabled {
    display: unset
  }

  div.solutions-homepage-solution-carousel-indicator-container {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 8px
  }

  div.solutions-homepage-solution-carousel-indicator-dot {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: var(--slb-grey-3)
  }

  div.active-solutions-homepage-solution-carousel-indicator-dot {
    background-color: var(--slb-blue)
  }
}

@media screen and (min-width: 1194px) {
  section.solutions-homepage-block-upper-text-content {
    padding-left: 103px;
    padding-right: 103px;
  }

  section.solutions-homepage-solution-carousel-controls-and-indicator {
    padding-left: 103px;
    padding-right: 103px
  }

  section.solutions-homepage-block-solution-carousel {
    left: 103px
  }
}

@media screen and (min-width: 1392px) {
  section.solutions-homepage-block-upper-text-content {
    padding-left: 0px;
    padding-right: 0px;
    max-width: 1320px;
    margin: auto
  }

  section.solutions-homepage-solution-carousel-controls-and-indicator {
    max-width: 1320px;
    margin: auto;
    padding-right: 15px;
    padding-left: 15px;
  }

  section.solutions-homepage-block-solution-carousel {
    left: 0px
  }
}

@media screen and (min-width: 1440px) {

  section.solutions-homepage-block-solution-carousel {
    padding-left: 15px;
  }

  section.solutions-homepage-block-container {
    padding: 120px 0
  }

  section.solutions-homepage-block-upper-text-content {
    padding: 0px 15px 88px
  }

  div.solutions-homepage-block-heading {
    font-size: 48px
  }

  section .solutions-homepage-block-top-inner-flex .link-btn {
    width: 290px
  }

  section.solutions-homepage-solution-carousel-controls-and-indicator {
    padding-top: 48px
  }
}

div.spacing-block {
  height: 80px
}

@media(min-width: 834px) {
  div.spacing-block {
    height: 104px
  }
}

@media(min-width: 1194px) {
  div.spacing-block {
    height: 120px
  }
}

div.solutions-card-initial-state {
  align-self: stretch;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 100%;
  padding: 30px;
  background-color: var(--slb-white);
  z-index: 1;
  transition: opacity 500ms
}

div.solutions-card-initial-state-heading {
  align-self: stretch;
  flex-grow: 0;
  font-size: 24px;
  font-weight: 200;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: left;
  background-color: var(--slb-white)
}



div.solutions-card-hover-state {
  position: relative;
  top: 0;
  align-self: stretch;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 100%;
  padding: 30px;
  background-color: var(--slb-blue);
  z-index: 2;
  transition: top 750ms ease
}

div.solutions-card-hover-state-summary-text {
  align-self: stretch;
  flex-grow: 0;
  font-size: 16px;
  font-weight: 200;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #fff
}



@media screen and (min-width: 1440px) {

  div.solutions-card-initial-state-heading {
    font-size: 32px;
    line-height: 1.31
  }
}

div.stats-overview-blue-container {
  color: var(--slb-white);
  background-color: var(--slb-blue)
}

div.stats-overview-grey-container {
  color: var(--slb-blue);
  background-color: var(--slb-grey-1)
}

div.stats-overview-blue-container,
div.stats-overview-grey-container {
  padding: 0 var(--horizontal-padding-mobile);
  display: flex;
  flex-direction: column;
  gap: 48px
}

div.stats-overview-item-inner-separator-horizontal {
  height: 2px;
  flex-grow: 0;
  margin: 23px 0 23px 2px;
  background-color: var(--slb-white)
}

div.stats-overview-item-heading {
  font-size: 56px;
  font-weight: 50;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.14;
  letter-spacing: -1px;
  text-align: left
}

div.stats-overview-item-detail {
  font-size: 16px;
  font-weight: 200;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left
}

@media screen and (min-width: 834px) {

  div.stats-overview-blue-container,
  div.stats-overview-grey-container {
    padding: 0 var(--horizontal-padding-tablet-portrait);
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    -moz-column-gap: 40px;
    column-gap: 40px;
    align-items: start
  }
}

@media screen and (min-width: 1440px) {

  div.stats-overview-blue-container,
  div.stats-overview-grey-container {
    padding: 0 var(--horizontal-padding-desktop);
    -moz-column-gap: 65px;
    column-gap: 65px
  }
}


/* Slider */
.solutions-card-white-container {
  position: relative;
  width: 325px;
  min-height: 350px;
  display: flex;
  flex-direction: column;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15);
  overflow-y: hidden;
  z-index: 1;
  background-color: var(--slb-white);
  color: inherit;
}

section.solutions-homepage-block-solution-carousel>.solutions-card-white-container {
  min-width: 325px;
}

.div.solutions-card-initial-state-heading {
  font-size: 20px;
}

.solutions-homepage-block-sub-heading {
  font-size: 18px;
  font-weight: 300;
}

.solutions-homepage-block-solution-carousel .sub-text {
  margin-top: 15px;
  margin-bottom: 10px;
  height: 100%;
  color: var(--slb-grey-5);
}

.solutions-homepage-block-solution-carousel .sub-text p {
  margin-bottom: 5px;
}


.solutions-homepage-block-solution-carousel .sld-num {
  font-weight: 300;
  color: var(--slb-blue);
  font-size: 16px;
  margin-bottom: 10px;

}

.icon-font-chevron-left-light-grey:before {
  content: url(/content/next/images/EnergyTransition/chevron-left-g.svg);
  position: relative;
  right: 2px;
  top: 2px;
}

.icon-font-chevron-right-light-grey:before {
  content: url(/content/next/images/EnergyTransition/chevron-right-g.svg);
  position: relative;
  left: 1px;
  top: 2px;
}

.icon-font-chevron-left-blue:before {
  content: url(/content/next/images/EnergyTransition/chevron-left-b.svg);
  position: relative;
  right: 2px;
  top: 2px;
}

.icon-font-chevron-right-blue:before {
  content: url(/content/next/images/EnergyTransition/chevron-right-b.svg);
  position: relative;
  left: 1px;
  top: 2px;
}

div.solutions-homepage-block-top-inner-flex.sub-hd-tx-pos {
  align-items: flex-end;
  justify-content: end;
}

section.solutions-homepage-block-upper-text-content.spc-btn {
  padding-bottom: 10px;
}

.btn.btn-theme-outline {
  border: 1px solid;
}

.btn-arrow:before {
  content: url(/content/next/images/EnergyTransition/arrow-b.svg);
}

a:hover .btn-arrow:before, a:focus .btn-arrow:before {
    content: url(/content/next/images/EnergyTransition/arrow-w.svg);
}

.custom-bullet ul {
  padding: 0;
}

.custom-bullet ul li {
  list-style-type: none;
  position: relative;
  margin-bottom: 13px;
  line-height: 18px;
  padding-left: 10px;
  font-weight: 200;
  margin-left: 15px;
}

.custom-bullet ul li::before {
  content: "●";
  position: absolute;
  left: -14px;
  top: 0px;
  height: 8px;
  width: 8px;
  color: var(--slb-blue);
}