.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: 100px;
    font-size: 14px;
    min-height: 105px;
}

.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;
}

.ss-title {
    text-align: center;
    padding-top: 15px;
    min-height: 57px;
}

.ss-find-products {
    margin: 20px 20px 20px;
    text-align: end;
}
/* 4 cards slider end */