.ss-card {
    display: flex;
    margin-top: 25px;
    transition: all .3s ease;
    -webkit-box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
}

.ss-card:hover {
    border-color: rgba(2, 171, 245, .4);
    -webkit-box-shadow: 0 0 15px 0 rgba(2, 171, 245, .3);
    box-shadow: 0 0 15px 0 rgba(2, 171, 245, .3);
    outline: 0;
    cursor: pointer;
}

.ss-card-left {
    background-color: #03243b;
    padding: 20px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    display: grid;
    place-items: center;
    text-align: center;
   
}

.ss-card-right {
    padding: 10px;
    padding-left: 20px;
    width: 100%;
}

.ss-card-title {
    font-weight: bold;
}

.ss-card-cta {
    float: right;
    margin-right: 30px;
    margin-top: 10px;
}

.st-link .st-link__icon--arrow-small,
a .st-link__icon--arrow-small {
    width: 6px;
    height: 15px;
}

@media only screen and (max-width: 600px) {
    .ss-card {
        display: grid;
    }
}


/* LONG CARDS END */


/* APPLICATION CARDS START */

.ss-app-card-block-img {
    display: flex;
    justify-content: center;
    margin: 20px 0;
}

.ss-app-card-block-img {
    display: grid;
    place-items: center;
    height: 100px;
}

.ss-app-card-block-img img {
    max-height: 100px;

    height: 100%;
}

.ss-app-card-block-title {
    font-weight: bold;
    height: 50px;
    color: #03234b;
    text-align: center;
}

.ss-app-card-blocks {
    display: flex;
    flex-wrap: wrap;
}

.ss-app-card-block-list ul li::before {
    display: none;
}

.ss-app-card-block-list ul li {
    padding-left: 0;
    font-size: 14px;
}

.ss-app-card-block-list {
    text-align: center;
}


/* APP CARDS END */

.video-js .vjs-big-play-button {
    border: 2px solid #E6007E;
}

.video-js .vjs-big-play-button::before {
    border-left: 20px solid #E6007E;
}

.video-js .vjs-big-play-button:focus::before,
.video-js:hover .vjs-big-play-button::before {
    border-left-color: #E6007E;
}

.video-js .vjs-big-play-button:focus,
.video-js:hover .vjs-big-play-button {
    background-color: rgba(255, 255, 255, 0.3);
    border-color: #E6007E;
    transition: all .3s ease;
}

.ss-box-container {
    display: flex;
    flex-wrap: wrap;
}

.ss-boxes {
    width: calc(50% - 6px);
    margin: 3px;
    height: 225px;
}

.ss-yellow-box {
    background-color: #FFD200;
}

.ss-yellow-text, .yellow-list {
    color: #03234b;
}

.ss-darkblue-box {
    background-color: #03234b;
}

.ss-darkblue-text, .darkblue-list {
    color: #fff;
}

@media (max-width: 600px) {
    .ss-boxes {
        width: 100%;
        margin: 3px;
        height: 245px;
        padding: 5px;
    }
}

.ss-benefits-container {
    display: flex;
}

@media only screen and (max-width: 600px) {
    .ss-benefits-container {
        display: grid;
    }
}

.ss-benefits-darkblue, .ss-benefits-yellow {
    margin: 3px;
    padding: 10px;
}

.ss-benefits-darkblue p, .ss-benefits-yellow p {
    font-weight: bold;
    font-size: 18px;
    min-height: 54px;
}

.ss-benefits-darkblue ul li, .ss-benefits-yellow ul li {
    font-size: 15px;
}

.ss-stm32mpu-wrapper {
    background-color: #f8f8f8;
}

.ss-stm32mpu-section-title {
    padding: 15px 0 0 15px;
}

.ss-stm32mpu-cards {
    display: flex;
    align-items: self-end;
    flex-wrap: wrap;
    place-content: center;
}



.ss-stm32mpu-title {
    font-size: 16px;
    font-weight: bold;
    color: #03234b;
    text-align: center;
    height: 40px;
}

.ss-stm32mpu-img {
    display: grid;
    justify-content: center;
    height: 125px;
}

.ss-stm32mpu-img img {
    max-height: 125px;
    min-height: 125px;
    height: 100%;
}

/* benefits start */


.tr-bottom {
    border-bottom: 2px solid #000; /* Aggiunge un bordo di 1px solo alla parte superiore del td */
  }
  .ss-box-container {
  display: flex;
  flex-wrap: wrap;
  }
  
  .ss-boxes {
  width: calc(50% - 6px);
  margin: 3px;
  height: 225px;
  }
  
  .ss-yellow-box {
  background-color: #FFD200;
  }
  
  .ss-yellow-text {
  color: #03234b;
  }
  
  .ss-yellow-title {
  color: #03234b;
  text-align: center;
  padding: 10px;
  margin-top: 20px;
  }
  
  .ss-darkblue-box {
  background-color: #03234b;
  }
  
  .ss-darkblue-text {
  color: #fff;
  }
  
  .ss-darkblue-title {
  color: #fff;
  text-align: center;
  padding: 10px;
  margin-top: 20px;
  }
  
  .benefits-title {
  height: 55px;
  }
  
  .benefits-description {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: 120px;
  padding: 5px;
  }
  
  .yellow-list {
  color: #03234b;
  }
  .yellow-list::before {
  color: #03234b !important;
  }
  
  .darkblue-list {
  color: #fff;
  }
  .darkblue-list::before {
  color: #fff !important;
  }
  
  @media (max-width: 600px) {
  .ss-boxes {
    width: 100%;
    margin: 3px;
    height: 245px;
    padding: 5px;
  }
  }
  
  .ss-benefits-container {
  display: flex;
  }
  
  @media only screen and (max-width: 600px) {
  .ss-benefits-container {
  display: grid;
  }
  }
  
  .ss-benefits-darkblue {
  background-color: #03234b;
  }
  
  .ss-benefits-darkblue p, .ss-benefits-darkblue ul, .ss-benefits-darkblue ul li::before {
  color: #ffffff;
  }
  
  .ss-benefits-yellow {
  background-color: #ffd200;
  }
  
  .ss-benefits-yellow p, .ss-benefits-yellow ul, .ss-benefits-yellow ul li::before {
  color: #03234b;
  }
  
  .ss-benefits-darkblue p, .ss-benefits-yellow p {
  font-weight: bold;
  font-size: 18px;
  min-height: 54px;
  }
  
  .ss-benefits-darkblue, .ss-benefits-yellow {
  margin: 3px;
  padding: 10px;
  }
  
  .ss-benefits-darkblue ul li, .ss-benefits-yellow ul li {
  font-size: 15px;
  }
  
  .ss-stm32mpu-wrapper {
    background-color: #f8f8f8;
  }
  
  .ss-stm32mpu-section-title {
    padding: 15px 0 0 15px;
  }
  
  .ss-stm32mpu-cards {
    display: flex;
    align-items: self-end;
    flex-wrap: wrap;}
    @media (min-width: 768px) {
    .ss-stm32mpu-cards {
        place-content: center;
    }
  }
  

  
  .ss-stm32mpu-title {
    font-size: 16px;
    font-weight: bold;
    color: #03234b;
    text-align: center;
    height: 40px;
  }
  
  .ss-stm32mpu-img {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
  }
  
  .ss-stm32mpu-img {
    display: grid;
    justify-content: center;
    height: 125px;
  }
  
  .ss-stm32mpu-img img {
    max-height: 125px;
    min-height: 125px;
    height: 100%;
  }
  
      
  .ss-box-container {
      display: flex;
      flex-wrap: wrap;
  }
  
  .ss-boxes {
      width: calc(50% - 6px);
      margin: 3px;
      height: 225px;
  }
  
  .ss-yellow-box {
      background-color: #FFD200;
  }
  
  .ss-yellow-text {
      color: #03234b;
  }
  
  .ss-yellow-title {
      color: #03234b;
      text-align: center;
      padding: 10px;
      margin-top: 20px;
  }
  
  .ss-darkblue-box {
      background-color: #03234b;
  }
  
  .ss-darkblue-text {
      color: #fff;
  }
  
  .ss-darkblue-title {
      color: #fff;
      text-align: center;
      padding: 10px;
      margin-top: 20px;
  }
  
  .benefits-title {
      height: 55px;
  }
  
  .benefits-description {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      height: 120px;
      padding: 5px;
  }
  
  .yellow-list {
      color: #03234b;
  }
  .yellow-list::before {
      color: #03234b !important;
  }
  
  .darkblue-list {
      color: #fff;
  }
  .darkblue-list::before {
      color: #fff !important;
  }
  
  @media (max-width: 600px) {
      .ss-boxes {
          width: 100%;
          margin: 3px;
          height: 245px;
          padding: 5px;
      }
  }
  
  .ss-benefits-container {
      display: flex;
  }
   
  @media only screen and (max-width: 600px) {
      .ss-benefits-container {
        display: grid;
      }
    }
   
  .ss-benefits-darkblue {
      background-color: #03234b;
  }
   
  .ss-benefits-darkblue p, .ss-benefits-darkblue ul, .ss-benefits-darkblue ul li::before {
      color: #ffffff;
  }
   
  .ss-benefits-yellow {
      background-color: #ffd200;
  }
   
  .ss-benefits-yellow p, .ss-benefits-yellow ul, .ss-benefits-yellow ul li::before {
      color: #03234b;
  }
   
  .ss-benefits-darkblue p, .ss-benefits-yellow p {
      font-weight: bold;
      font-size: 18px;
      min-height: 54px;
  }
  .b-title {
      height: 55px;
  }
  
  .b-list {
      height: 175px;
  }
  
  
   
  .ss-benefits-darkblue, .ss-benefits-yellow {
      margin: 3px;
      padding: 10px;
  }
   
  .ss-benefits-darkblue ul li, .ss-benefits-yellow ul li {
      font-size: 15px;
  }
  
  /* benefits end */
  
  /* Discover our product offering start */
  .ss-card {
      display: flex;
      margin-top: 25px;
      transition: all .3s ease;
      -webkit-box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
      box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
  }
  
  .ss-card-right {
      width: 100%;
  }
  
  .ss-card-title {
      font-weight: bold;
      color: #fff;
  }
  
  .ss-card-desc {
      text-align: justify;
  }
  
  .new-logo-img {
      height: 60px;
      position: absolute;
      top: -15px;
      left: -15px;
  }
  
  @media only screen and (max-width: 768px) {
      .ss-card-right {
          width: 100%;
      }
  
      .new-logo-img {
          height: 50px;
          position: absolute;
          top: -15px;
          left: -15px;
      }
  
      .ss-card-title {
          font-size: 16px;
          font-weight: bold;
          color: #03234b;
          padding: 15px 0 0 10px;
      }
  
      .ss-card-title-new {
          font-size: 16px;
          font-weight: bold;
          color: #03234b;
          padding: 15px 0 0 40px;
      }
  
      .ss-card-desc {
          text-align: justify;
          padding: 10px;
      }
  }
  
  @media only screen and (min-width: 768px) {
      .ss-card-title {
          font-weight: bold;
          color: #03234b;
          padding: 20px 0 0 20px;
      }
  
      .ss-card-title-new {
          font-weight: bold;
          color: #03234b;
          padding: 20px 10px 0 60px;
      }
  
      .ss-card-desc {
          text-align: justify;
          padding: 10px 20px;
      }
  }
  
  @media only screen and (min-width: 1083px) {
      .ss-card-title {
          font-weight: bold;
          color: #03234b;
          padding: 20px 20px 10px 20px;
      }
  
      .ss-card-title-new {
          font-weight: bold;
          color: #03234b;
          padding: 20px 20px 10px 60px
      }
  
      .ss-card-desc {
          text-align: justify;
          padding: 0px 20px 10px 20px;
      }
  }
  

  

  
 
  
  .st-link .st-link__icon--arrow-small,
  a .st-link__icon--arrow-small {
      width: 6px;
      height: 15px;
  }
  
  @media only screen and (max-width: 600px) {
      .ss-card {
          display: grid;
      }
  }
  /* Discover our product offering end */
  /* Development tools for STM32WBA series */
  .ss-button {
      display: flex;
      justify-content: center;
      padding-bottom: 15px;
  }
  
  .ss-button-dev-tools {
      display: flex;
      justify-content: center;
  }
  

  
  h2.ss-stm32wba-section-title,
  .ss-stm32wba-title{
      position: relative;
  }
  
  .ss-stm32wba-section-title {
      padding: 30px 0 10px 15px;
  }
  
  .ss-stm32wba-wrapper {
      background-color: #f8f8f8;
      display: flex;
      flex-wrap: wrap;
      align-content: center;
  }
  
  .ss-stm32wba-cards {
      margin-bottom: 40px;
  }
  
  .ss-stm32wba-title {
      font-size: 16px;
      font-weight: bold;
      color: #03234b;
      text-align: center;
      height: 40px;
      margin-bottom: 20px;
  }
  
  .ss-stm32wba-img {
      display: flex;
      justify-content: center;
      margin-bottom: 20px;
  }
  
  .ss-stm32wba-img {
      display: grid;
      justify-content: center;
      height: 125px;
  }
  
  .ss-stm32wba-img img {
      max-height: 125px;
      min-height: 125px;
      height: 100%;
  }
  /* Development tools for STM32WBA series end */
  
  .ss-product-type {
      border: 1px solid #03234b;
      padding: 10px 20px 0px;
      position: relative;
  }
  
  .product-type-content--title {
      position: absolute;
      top: 0;
      left: 0;
      color: #fff;
      background: #03234b;
      padding: 8px 20px;
  }
  
  .product-type-content--image {
      display: flex;
      justify-content: center;
      margin: 30px 0 10px;
  }
  .ss-box-container {
      display: flex;
      flex-wrap: wrap;
  }
  
  .ss-boxes {
      width: calc(50% - 6px);
      margin: 3px;
      height: 225px;
  }
  
  @media (max-width: 600px) {
      .ss-boxes {
          width: 100%;
          margin: 3px;
          height: 225px;
      }
  }
  
  .ss-yellow-box {
      background-color: #FFD200;
  }
  
  .ss-yellow-text {
      color: #03234b;
  }
  
  .ss-yellow-h-text {
      color: #03234b;
      text-align: center;
      padding: 10px;
      margin-top: 10px;
  }
  
  .ss-darkblue-box {
      background-color: #03234b;
  }
  
  .ss-darkblue-text {
      color: #fff;
  }
  
  .ss-darkblue-h-text {
      color: #fff;
      text-align: center;
      padding: 10px;
      margin-top: 10px;
  }
  
  .b-title {
      height: 55px;
  }
  
  .b-list {
      height: 175px;
  }
  
  .y-list {
      color: #03234b;
  }
  .y-list::before {
      color: #03234b !important;
  }
  
  .d-list {
      color: #fff;
  }
  .d-list::before {
      color: #fff !important;
  }
  
  .ss-thead {
      background-color: #03234b;
  }
  
  .ss-thead-text {
      color: #fff;
  }
  
  table {
      width: 100%;
      border-collapse: collapse;
  }
  
  .table-container {
      overflow-x: auto;
  }
  
  table tr td {
      text-align: center;
  }
  
  /* Development tools for STM32H7 series */
  .ss-button {
      display: flex;
      justify-content: center;
      padding-bottom: 15px;
  }
  
  .ss-button-dev-tools {
      display: flex;
      justify-content: center;
  }
  


  
  h2.ss-stm32wba-section-title,
  .ss-stm32wba-title{
      position: relative;
  }
  
  .ss-stm32wba-section-title {
      padding: 30px 0 10px 15px;
  }
  
  .ss-stm32wba-wrapper {
      background-color: #f8f8f8;
      display: flex;
      flex-wrap: wrap;
      align-content: center;
  }
  
  .ss-stm32wba-cards {
      margin-bottom: 40px;
  }
  
  .ss-stm32wba-title {
      font-size: 16px;
      font-weight: bold;
      color: #03234b;
      text-align: center;
      height: 40px;
      margin-bottom: 20px;
  }
  
  .ss-stm32wba-img {
      display: flex;
      justify-content: center;
      margin-bottom: 20px;
  }
  
  .ss-stm32wba-img {
      display: grid;
      justify-content: center;
      height: 125px;
  }
  
  .ss-stm32wba-img img {
      max-height: 125px;
      min-height: 125px;
      height: 100%;
      mix-blend-mode: multiply;
  }
  /* Development tools for STM32H7 series end */
  
  
    
    
      
      @media (max-width: 600px) {
      .ss-boxes {
          width: 100%;
          margin: 3px;
          height: 245px;
          padding: 5px;
      }
      }
      
      @media only screen and (max-width: 600px) {
      .ss-benefits-container {
        display: grid;
      }
      }
      
   /* stm32mpu ecosystem */
   
      .ss-stm32mpu-wrapper {
          background-color: #f8f8f8;
      }
      
      .ss-stm32mpu-section-title {
          padding: 15px 0 0 15px;
      }
      
      .ss-stm32mpu-cards {
          place-content: space-evenly;
          display: flex;
          align-items: self-end;
          flex-wrap: wrap;
      }
      @media (min-width: 768px) {
      .ss-stm32mpu-cards {
          place-content: center !important;
      }
    }
      
      
  .ss-stm32mpu-card2 {
      width: 50%;
  }
  
  @media (max-width: 768px) {
      .ss-stm32mpu-card {
          width: 100%;
      }
  }
  
  
      .ss-stm32mpu-title {
          font-size: 16px;
          font-weight: bold;
          color: #03234b;
          text-align: center;
          height: 40px;
      }
  
      .ss-stm32mpu-img {
          display: flex;
          justify-content: center;
          margin-bottom: 20px;
      }
      
      .ss-stm32mpu-img {
          display: grid;
          justify-content: center;
          height: 125px;
      }

      .ss-stm32mpu-img img {
          max-height: 125px;
          min-height: 125px;
          height: 100%;
      }

.ss-app-card-block-img {
    display: flex;
    justify-content: center;
    margin: 20px 0;
}

.ss-app-card-block-img {
    display: grid;
    place-items: center;
    height: 100px;
}

.ss-app-card-block-img img {
    max-height: 100px;
    min-height: 100px;
    height: 100%;
}

.ss-app-card-block-title {
    font-weight: bold;
    height: 50px;
    color: #03234b;
    text-align: center;
}


.ss-app-card-blocks {
    display: flex;
    flex-wrap: wrap;
}

.ss-app-card-block-list ul li::before {
    display: none;
}

.ss-app-card-block-list ul li {
    padding-left: 0;
    font-size: 14px;
}

.ss-app-card-block-list {
    text-align: center;
}

@media only screen and (max-width: 768px) {
    .ss-app-card-block {
        width: 100%;
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 768px) {
    .ss-app-card-block {
  
        margin-bottom: 50px;
    }
}

@media only screen and (min-width: 1083px) {
    .ss-app-card-block {
        margin-bottom: 50px;
    }
}


/* apps cards end */

.ss-card {
    display: flex;
    margin-top: 25px;
    transition: all .3s ease;
    -webkit-box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
}

.ss-card:hover {
    border-color: rgba(2, 171, 245, .4);
    -webkit-box-shadow: 0 0 15px 0 rgba(2, 171, 245, .3);
    box-shadow: 0 0 15px 0 rgba(2, 171, 245, .3);
    outline: 0;
    cursor: pointer;
}

.ss-card-left {
    background-color: #03243b;
    padding: 20px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    display: grid;
    place-items: center;
    text-align: center;
    height: 100%;
}

.ss-card-right {
    padding: 10px;
    padding-left: 20px;
    width: 100%;
}

.ss-card-title {
    font-weight: bold;
}

.ss-card-cta {
    float: right;
    margin-right: 30px;
    margin-top: 10px;
}

.st-link .st-link__icon--arrow-small,
a .st-link__icon--arrow-small {
    width: 6px;
    height: 15px;
}

@media only screen and (max-width: 600px) {
    .ss-card {
        display: grid;
    }
}


/* END LONG CARDS */

.ss-card {
    display: flex;
    margin-top: 25px;
    transition: all .3s ease;
    -webkit-box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
}

.ss-card:hover {
    border-color: rgba(2, 171, 245, .4);
    -webkit-box-shadow: 0 0 15px 0 rgba(2, 171, 245, .3);
    box-shadow: 0 0 15px 0 rgba(2, 171, 245, .3);
    outline: 0;
    cursor: pointer;
}

.ss-card-left {
    background-color: #03243b;
    width: 170px;
    padding: 20px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    display: grid;
    place-items: center;
    text-align: center;
    height: 100%;
}

.ss-card-right {
    padding: 10px;
    padding-left: 20px;
    width: 100%;
}

.ss-card-title {
    font-weight: bold;
}

.ss-card-cta {
    float: right;
    margin-right: 30px;
    margin-top: 10px;
}

.st-link .st-link__icon--arrow-small,
a .st-link__icon--arrow-small {
    width: 6px;
    height: 15px;
}

@media only screen and (max-width: 600px) {
    .ss-card {
        display: grid;
    }
}

/* END LONG CARDS */

.ss-app-card-block-img {
    display: flex;
    justify-content: center;
    margin: 20px 0;
}
 
.ss-app-card-block-img {
    display: grid;
    place-items: center;
    height: 100px;
}
 
.ss-app-card-block-img img {
    max-height: 100px;
    min-height: 100px;
    height: 100%;
}
 
.ss-app-card-block-title {
    font-weight: bold;
    height: 50px;
    color: #03234b;
    text-align: center;
}
 
.ss-app-card-blocks {
    display: flex;
    flex-wrap: wrap;
}
 
.ss-app-card-block-list ul li::before {
    display: none;
}
 
.ss-app-card-block-list ul li {
    padding-left: 0;
    font-size: 14px;
}
 
.ss-app-card-block-list {
    text-align: center;
}



#super {
    vertical-align:super;
    font-size: small;
    padding: 0px;
    margin-left: -4px;
}



.ss-app-card-block-img {
    display: flex;
    justify-content: center;
    margin: 20px 0;
}

.ss-app-card-block-img {
    display: grid;
    place-items: center;
    height: 100px;
}

.ss-app-card-block-img img {
    max-height: 100px;
    min-height: 100px;
    height: 100%;
}

.ss-app-card-block-title {
    font-weight: bold;
    height: 50px;
    color: #03234b;
    text-align: center;
}



.ss-app-card-blocks {
    display: flex;
    flex-wrap: wrap;
}

.ss-app-card-block-list ul li::before {
    display: none;
}

.ss-app-card-block-list ul li {
    padding-left: 0;
    font-size: 14px;
}

.ss-app-card-block-list {
    text-align: center;
}

@media only screen and (max-width: 768px) {
    .ss-app-card-block {
        width: 100%;
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 768px) {
    .ss-app-card-block {
    
        margin-bottom: 50px;
    }
}

@media only screen and (min-width: 1083px) {
    .ss-app-card-block {
   
        margin-bottom: 50px;
    }
}

   .benefits-box {
                                        background-color: #002b5c;
                                        /* blu scuro simile */
                                        padding: 20px;
                                        border-radius: 4px;
                                    }

                                    /*.benefits-list {
                    list-style-type: disc; 
                    color: white; 
                    display: flex;
                    flex-wrap: wrap;
                    justify-content: space-between;
                    gap: 20px;
                    padding-left: 20px; 
                } */
                                    .benefits-list {
                                      
                                        color: white;
                                    }

                                    .benefits-list li {
                                        flex: 1 1 22%;
                                        min-width: 200px;
                                    }

                                    @media (max-width: 900px) {
                                        .benefits-list li {
                                            flex: 1 1 45%;
                                            /* 2 colonne */
                                        }
                                    }

                                    @media (max-width: 600px) {
                                        .benefits-list li {
                                            flex: 1 1 100%;
                                            /* 1 colonna */
                                        }
                                    }

                                    .benefits-list li::marker {
                                        content: none !important;
                                        display: none !important;
                                    }

                                    .benefits-list li::before {
                                        color: white;
                                        content: '\2022';
                                    }

                                    .ss-button {
                                        display: flex;
                                        justify-content: center;
                                        padding-bottom: 15px;
                                    }

                                    @media (max-width: 768px) {
                                        .ss-button-yellow {
                                            margin-left: 7rem;
                                        }
                                    }

                                    .ss-button-dev-tools {
                                        display: flex;
                                        justify-content: center;
                                    }

                                    .ss-button-yellow {
                                        width: 171px;
                                        height: 42px;
                                        display: flex;
                                        flex-direction: row;
                                        justify-content: center;
                                        align-items: center;
                                        padding: 12px 32px;
                                        background-color: #ffd200;
                                        color: #03234b;
                                        font-weight: bold;
                                        border-radius: 10px 0 10px 0;
                                    }

                                    .ss-button-yellow:hover {
                                        background-color: #ffdb33 !important;
                                    }

                                    .ss-button-yellow:active {
                                        width: 171px;
                                        height: 42px;
                                        display: flex;
                                        flex-direction: row;
                                        justify-content: center;
                                        align-items: center;
                                        padding: 12px 32px;
                                        background-color: #f5ca00;
                                        color: #03234b;
                                        font-weight: bold;
                                        border-radius: 10px 0 10px 0;
                                    }