.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;
}

/* cards */

.ss-card-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.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: 280px
}
 
.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;
}

.ss-card-title {
    font-weight: bold;
    padding-top: 20px;
    color: #03234b;
    text-align: center;
} 

.ss-card-desc {
    height: 120px;
    text-align: justify;
    padding: 0px 20px 0px 20px;
    margin-bottom: 0 !important;
}

.ss-card-cta {
    padding: 0px 20px 20px 20px;
}
 
.st-link .st-link__icon--arrow-small,
a .st-link__icon--arrow-small {
    width: 6px;
    height: 15px;
}

/* .st-card-section4 {
    width: calc(33.33% - 20px) !important;
} */
 
.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: 180px;
}
 
.st-card-section4 .st-card__image,
.st-card-section4 .st-meet-st .st-teaser-video .st-teaser-video__image {
    height: 180px;
}
 
.st-card-section4 {
    height: auto;
}

.ss-nfc-logos-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    padding-bottom: 20px;
}

.ss-nfc-logos {
    height: 85px;
}

.ss-card-img {
    min-height: 160px;
    max-height: 160px;
}