.right {
    margin-left: 20px;
    margin-bottom: 20px;
    max-width: 350px;
}

@media only screen and (max-width: 600px) {
    .right {
        margin-left: initial;
    }
}


/* 4 cards with slider */

.st-card .st-card-content {
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    background: #03234b;
    z-index: 1;
}

.st-card__headline {
    color: white;
}

.st-card .st-card__headline {
    margin: 0 10px 0px;
    padding: 10px 0px 10px 0px;
}

.st-card__headline {
    color: white;
    display: block;
    font-size: 18px;
    font-weight: 700;
    margin: 0 20px 10px;
    overflow: hidden;
}

.st-card {
    height: 250px;
    margin: 0 10px 20px;
    overflow: hidden;
    position: relative;
    width: calc(33.33% - 20px);
}

.st-card__image img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}

.st-card__image {
    margin-bottom: 0;
    height: 300px;
}

.st-card__image-nfc img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}

.st-card__image-nfc {
    margin-bottom: 0;
    height: 230px;
}

.st-card-button {
    position: absolute;
    bottom: 0;
    background: #FFD200;
    padding: 5px 15px;
    right: 0;
    cursor: pointer;
}

.st-card-button:hover {
    background: #FFD200;
}

.st-card-button a,
.st-card-button a:hover,
.st-card-button a span:hover {
    color: #03234b;
}

.st-card-section4 {
    width: calc(25% - 20px) !important;
    /* 4 columns -> 25%  /  3 columns -> 33.33%    */
}

.st-card-section4 .st-card__focus:after {
    width: 55%;
}

.st-card-section4 .st-card__headline {
    font-size: 13px;
}

.st-card-section4 .st-card__image-t-container {
    height: 145px;
}

.st-card-section4 .st-card__image,
.st-card-section4 .st-meet-st .st-teaser-video .st-teaser-video__image {
    height: 145px;
}

.st-card-section4 {
    height: auto;
}

.ss-card__image {
    display: grid;
    align-content: center;
    justify-content: center;
    height: 100px !important;
}

.ss-card__image img {
    max-width: 100px;
    width: 75px;
}

.ss-card__p {
    padding: 0 20px;
    margin: 0;
    min-height: 125px;
    font-size: 14px;
}

.ss-h4 {
    margin: 0 20px 10px;
    min-height: 80px;
    text-align: center;
    font-size: 16px;
}

.ss-card__image-t-container {
    height: 100px !important;
    margin-bottom: 10px !important;
}


/* 4 cards slider end */

/* STM32 developpers start */

.stm32-developpers-title {
    background-color: #03234b;
    color: #fff;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    padding: 16px;
    margin: 0;
}

.stm32-developers-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 50px;
}

.stm32-developers-mcu {

    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 400px;
    background-color: #3CB4E6;
    color: #fff;
    border-radius: 20px;
    padding: 12px;
    margin: 30px 0 0 30px;

}

.stm32-developers-mpu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 400px;
    background-color: #03234b;
    color: #fff;
    border-radius: 20px;
    padding: 12px;
    margin: 30px 0 0 30px;
}

.stm32-developers-description {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding: 10px;
    text-align: center;
}

.ss-button {
    display: flex;
    justify-content: center;
    margin-top: 10px;
    padding-bottom: 15px;
}

.ss-button-yellow {
    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 {
    background-color: #ffdb33;
    color: #03234b;
}

.ss-button-yellow:active {
    background-color: #f5ca00;
}

/* STM32 developpers end */