/* benefits start */
.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;
    }
}

.ss-card-cta {
    width: 180px;
    height: 42px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 8px;
    padding: 12px 32px;
    background-color: #ffd200;
    color: #03234b;
    font-weight: bold;
    border-radius: 10px 0 10px 0;
}

.ss-card-cta:hover {
    width: 180px;
    height: 42px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 8px;
    padding: 12px 32px;
    background-color: #ffdb33;
    color: #03234b;
    font-weight: bold;
    border-radius: 10px 0 10px 0;
}

.ss-card-cta:active {
    width: 180px;
    height: 42px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 8px;
    padding: 12px 32px;
    background-color: #f5ca00;
    color: #03234b;
    font-weight: bold;
    border-radius: 10px 0 10px 0;
}

.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;
}

.ss-button-yellow {
    width: 150px;
    height: 42px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 8px;
    padding: 12px 32px;
    background-color: #ffd200;
    color: #03234b;
    font-weight: bold;
    border-radius: 10px 0 10px 0;
}

.ss-button-yellow:hover {
    width: 150px;
    height: 42px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 8px;
    padding: 12px 32px;
    background-color: #ffdb33;
    color: #03234b;
    font-weight: bold;
    border-radius: 10px 0 10px 0;
}

.ss-button-yellow:active {
    width: 150px;
    height: 42px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 8px;
    padding: 12px 32px;
    background-color: #f5ca00;
    color: #03234b;
    font-weight: bold;
    border-radius: 10px 0 10px 0;
}

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;
}

.ss-button-yellow {
    width: 150px;
    height: 42px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 8px;
    padding: 12px 32px;
    color: #03234b;
    font-weight: bold;
    border-radius: 10px 0 10px 0;
    background-color: #ffd200;
}
 
.ss-button-yellow:hover {
    background-color: #ffdb33;
}
 
.ss-button-yellow:active {
    background-color: #f5ca00;
}

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-card {
    width: 25%;
}

@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%;
    }
