.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: 30px;
    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;
}

/* Product types */
.ss-button {
    display: flex;
    justify-content: center;
    padding-bottom: 15px;
}

.ss-button-yellow {
    width: 200px;
    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: 200px;
    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: 200px;
    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-board-section-title,
.ss-board-title{
    position: relative;
}

.ss-board-section-title {
    padding: 30px 0 10px 15px;
}

.ss-board-wrapper {
    background-color: #f8f8f8;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}

.ss-board-cards {
    margin-bottom: 20px;
}

.ss-board-title {
    font-size: 16px;
    font-weight: bold;
    color: #03234b;
    text-align: center;
}

.ss-board-img {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.ss-board-img {
    display: grid;
    justify-content: center;
    height: 125px;
}

.ss-board-img img {
    max-height: 125px;
    min-height: 125px;
    height: 100%;
    mix-blend-mode: multiply;
}

.benefits {
    background-color: #f8f8f8;
    padding-top: 20px;
}