img {
  display: block;
  max-width: 100%;
}

.SS-WhySs {
  clear: both;
  font-size: 18px;
  line-height: 1.3em;
  margin: 0 -24px -38px;
}

.SS-WhySs a {
  color: var(--basic_purple);
}

.SS-WhySs p {
  margin-bottom: 1em;
  color: var(--secondary_medium_grey);
}

.SS-WhySs .SS-WhySsHeaderTitle {
  color: var(--lead_black);
  font-weight: normal;
  font-size: 3.25em;
  line-height: 1.1em;
  margin: -.25em 0 0.25em;
}

.SS-WhySs h1 {
  font-weight: normal;
  color: inherit;
  font-size: 3.25em;
  line-height: 1.1em;
  margin: 0 0 0.25em;
}

.SS-WhySs h1:first-child {
  margin-top: -.25em;
}

.SS-WhySs h2 {
  font-weight: bold;
  color: inherit;
  font-size: 1.5em;
  line-height: 1.1em;
  margin: 0 0 0.25em;
}

.SS-WhySs h2:first-child {
  margin-top: -.25em;
}

.SS-WhySs h3 {
  font-weight: normal;
  color: inherit;
  font-size: 1.5em;
  line-height: 1.1em;
  margin: 0 0 0.25em;
}

.SS-WhySs h3:first-child {
  margin-top: -.25em;
}

.SS-WhySs h4 {
  font-weight: normal;
  /* color: inherit; */
  font-size: 1.25em;
  line-height: 1.1em;
  margin: 0 0 0.5em;
}

.SS-WhySs h4:first-child {
  margin-top: -.25em;
}

.SS-WhySs ul {
  margin: 0 0 .5em 1em;
}

.SS-WhySs li {
  margin: 0 0 .5em;
  list-style-type: none;
}

.SS-WhySs .SS-WhySsLearnHeaderImage {
  max-width: 410px;
}

.SS-WhySs li:before {
  color: var(--secondary_medium_grey);
  content: "\2022";
  display: inline-block;
  font-size: 1.5em;
  margin-left: -.75em;
  -webkit-transform: translate(0, -0.05em);
  -ms-transform: translate(0, -0.05em);
  transform: translate(0, -0.05em);
  vertical-align: middle;
  width: .75em;
}

.SS-WhySs .SS-WhySsButton {
  background: var(--basic_purple);
  color: var(--white);
  display: table;
  font-size: 1.2em;
  margin-top: 1.5em;
  padding: .75em 2em;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  border-radius: 8px;
}

.SS-WhySs .SS-WhySsButton:after {
  border-style: solid;
  border-width: 0.28em 0 0.28em 0.4em;
  border-color: transparent transparent transparent var(--white);
  content: "";
  display: inline-block;
  height: 0;
  margin-left: .5em;
  width: 0;
}

.SS-WhySs .SS-WhySsButton:hover{
  background: var(--basic_hover);
  color: var(--white);
}

.SS-WhySs .SS-WhySsButton:active{
  background-color: var(--lead_black);
  color: var(--white);
}

.SS-WhySs .SS-WhySsHeader {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  /* background: var(--basic_purple) url("../images/bg-why-service-shop.jpg") no-repeat center; */
  background: var(--light_background_grey);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5em;
}

.SS-WhySs .SS-WhySsHeaderContent {
  -webkit-box-flex: 3;
  -ms-flex: 3;
  flex: 3;
  margin-right: 3em;
}

.SS-WhySs .SS-WhySsHeaderContent .SS-WhySsButton {
  background: var(--basic_purple);
  color: var(--white);
}

.SS-WhySs .SS-WhySsHeaderContent .SS-WhySsButton:hover {
  background: var(--basic_hover);
  color: var(--white);
}

.SS-WhySs .SS-WhySsHeaderContent .SS-WhySsButton:active {
  background: var(--lead_black);
  color: var(--white);
}

.SS-WhySs .SS-WhySsHeaderContent .SS-WhySsButton:after {
  /* border-left-color: var(--basic_purple); */
}

.SS-WhySsHeaderContent h1 {
  color: var(--lead_black);
}

.SS-WhySs .SS-WhySsHeaderSignUp {
  border: 1px solid var(--white);
  background-color: var(--white);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 2.5em;
}

.SS-WhySsHeaderSignUp h2{
  color: var(--lead_black);
}

.SS-WhySs .SS-WhySsShop {
  padding: 5em;
}

.SS-WhySs .SS-WhySsShopHeader {
  /* border-bottom: 1px solid var(--service_shop_border_grey);
  margin-bottom: 3em; */
  padding-bottom: 1.5em;
  /* text-align: center; */
  display: flex;
  gap: 2.5em;
}

.SS-WhySsRepairSubTitle {
  color: var(--lead_black);
}

.SS-WhySsShopHeaderContent {
  /* margin: 0 0px -38px;
  padding: 5px 20px; */
  line-height: 1.3em;
  font-size: 18px;
}

.SS-WhySsShopHeader img {
  max-width: 410px;
}

.SS-WhySs .SS-WhySsShopTitle {
  font-weight: normal;
  color: inherit;
  font-size: 3.25em;
  line-height: 1.1em;
  margin: 0 0 0.25em;
  color: var(--lead_black);
}

.SS-WhySs .SS-WhySsShopTitle:first-child {
  margin-top: -.25em;
}

.SS-WhySs .SS-WhySsShopSubTitle {
  color: var(--lead_black);
}

.SS-WhySs .SS-WhySsShopContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 1em;
}

.SS-WhySs .SS-WhySsShopContentHeading {
  color: var(--lead_black);
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  margin-bottom: 2em;
  padding-right: 60%;
  padding-left:80px;
  /* text-align: center; */
}

.SS-WhySs .SS-WhySsShopContent .SS-WhySsButton {
  display: block;
  margin-bottom: 2.5em;
  margin-top: auto;
}

.SS-WhySsShopContent h2 {
  padding-left: 0 !important;
}

.SS-WhySs .SS-WhySsShopColumn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-right: 4em;
}

.SS-WhySs .SS-WhySsShopColumn:last-child {
  margin-right: 0;
}

.SS-WhySs .SS-WhySsShopArticle {
  margin: 0 0 2.5em 2.5em;
}

.SS-WhySs .SS-WhySsShopArticleTitle {
  font-weight: normal;
  color: inherit;
  font-size: 1.25em;
  line-height: 1.1em;
  margin: 0 0 0.5em;
  color: var(--lead_black);
  position: relative;
  text-transform: uppercase;
}

.SS-WhySs .SS-WhySsShopArticleTitle:first-child {
  margin-top: -.25em;
}

.SS-WhySs .SS-WhySsShopArticleIcon {
  fill: var(--basic_purple);
  margin-right: .5em;
  position: absolute;
  right: 100%;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 1.5em;
}

.SS-WhySs .SS-WhySsShopFooter {
  color: var(--secondary_medium_grey);
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

.SS-WhySs .SS-WhySsLearn {
  /* background: var(--basic_purple) url("../images/bg-learn.jpg") no-repeat center; */
  /* color: var(--white); */
  padding: 5em;
  background-color: var(--light_background_grey);
}

.SS-WhySs .SS-WhySsLearnHeader {
  border-bottom: 1px solid var(--service_shop_border_grey);
  margin-bottom: 3em;
  padding-bottom: 1.5em;
  display: flex;
  gap: 2.5em;
  /* text-align: center; */
}

.SS-WhySsRepairHeaderImage {
  max-width: 410px;
}

.SS-WhySs .SS-WhySsLearnTitle {
  font-weight: normal;
  color: inherit;
  font-size: 3.25em;
  line-height: 1.1em;
  margin: 0 0 0.25em;
  color: var(--lead_black);
}

.SS-WhySs .SS-WhySsLearnTitle:first-child {
  margin-top: -.25em;
}

.SS-WhySsLearnSubTitle {
  color: var(--lead_black) !important;
}

.SS-WhySsLearnContentHeading {
  font-size: 1.5em;
}

.SS-WhySs .SS-WhySsLearnContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.SS-WhySsLearn p {
  color: var(--secondary_medium_grey);
}

.SS-WhySs .SS-WhySsLearnContentHeading {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  color: var(--lead_black);
  /* text-align: center; */
}

.SS-WhySs .SS-WhySsLearnArticle {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0 2em;
  text-align: center;
}

.SS-WhySs .SS-WhySsLearnArticleImage {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 8em;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 1em;
}

.SS-WhySs .SS-WhySsLearnArticleIcon {
  fill: var(--basic_purple);
  max-height: 100%;
  width: 4.5em;
}

.SS-WhySs .SS-WhySsLearnArticle p {
  margin-bottom: 0;
}

.SS-WhySs .SS-WhySsRepair {
  padding: 5em;
  padding-bottom: 3em;
}

.SS-WhySs .SS-WhySsRepairHeader {
  /* border-bottom: 1px solid var(--service_shop_border_grey);
  margin-bottom: 3em; */
  padding-bottom: 1.5em;
  display: flex;
  gap: 2.5em;
  /* text-align: center; */
}

.SS-WhySs .SS-WhySsRepairTitle {
  font-weight: normal;
  color: inherit;
  font-size: 3.25em;
  line-height: 1.1em;
  margin: 0 0 0.25em;
  color: var(--lead_black);
}

.SS-WhySs .SS-WhySsRepairTitle:first-child {
  margin-top: -.25em;
}

.SS-WhySs .SS-WhySsRepairContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.SS-WhySs .SS-WhySsRepairContentHeading {
  color: var(--lead_black);
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  margin-bottom: 1em;
  /* text-align: center; */
}

.SS-WhySs .SS-WhySsRepairArticle {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0 2em 3em 0;
  text-align: center;
}

.SS-WhySs .SS-WhySsRepairArticle:last-child {
  margin-right: 0;
}

.SS-WhySs .SS-WhySsRepairArticleTitle {
  color: var(--lead_black);
  font-size: 1em;
}

.SS-WhySs .SS-WhySsRepairArticleImage {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 8em;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 1em;
}

.SS-WhySs .SS-WhySsRepairArticleImage img {
  max-height: 100%;
}

.SS-WhySs .SS-WhySsRepairArticle p {
  margin-bottom: 0;
}

.SS-WhySs .SS-WhySsRepairFooter {
  color: var(--secondary_medium_grey);
  /* text-align: center; */
}

.SS-WhySs .SS-WhySsFooter {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background: var(--light_background_grey);
  color: var(--secondary_medium_grey);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5em;
}

.SS-WhySs .SS-WhySsFooterArticle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 2em 1em 0;
}

.SS-WhySs .SS-WhySsFooterArticle:last-child {
  margin-right: 0;
}

.SS-WhySs .SS-WhySsFooterArticleTitle {
  font-weight: normal;
  color: inherit;
  font-size: 1.25em;
  line-height: 1.1em;
  margin: 0 0 0.5em;
}

.SS-WhySs .SS-WhySsFooterArticleTitle:first-child {
  margin-top: -.25em;
}

.SS-WhySs .SS-WhySsFooterArticle .SS-WhySsButton {
  background: var(--basic_purple);
  color: var(--white);
  display: block;
  margin-top: auto;
}

.SS-WhySs .SS-WhySsFooterArticle .SS-WhySsButton:hover {
  background: var(--basic_hover);
  color: var(--white);
}

.SS-WhySs .SS-WhySsFooterArticle .SS-WhySsButton:active{
  background: var(--lead_black);
  color: var(--white);
}

.SS-WhySs .SS-WhySsFooterArticle .SS-WhySsButton:after {
  /* border-left-color: var(--basic_purple); */
}

h2.SS-WhySsShopTitle {
  color: var(--lead_black);
}

h2.SS-WhySsFooterArticleTitle {
  color: var(--lead_black) !important;
}

.SS-WhySsButton:active {
  background-color: var(--lead_black);
  color: var(--white);
}

.SS-WhySsButton:hover {
  background-color: var(--basic_hover);
  color: var(--white);
}