.right {
    margin-left: 20px;
    margin-bottom: 20px;
    max-width: 120px;
}

@media only screen and (max-width: 600px) {
    .right {
        margin-left: initial;
    }
}


/* app cards x5 */

.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-block {
    width: 20%;
}

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

@media only screen and (max-width: 768px) {
    .ss-app-card-block {
        width: 100%;
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 768px) {
    .ss-app-card-block {
        width: 33%;
        margin-bottom: 50px;
    }
}

.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:hover {
    border-color: rgba(2, 171, 245, .4);
    -webkit-box-shadow: 0 0 15px 0 rgba(2, 171, 245, .3);
    box-shadow: 0 0 15px 0 rgba(2, 171, 245, .3);
    outline: 0;
}

.ss-card-left {
    background-color: #03243b;
    padding: 20px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    display: grid;
    place-items: center;
    align-items: center;
    text-align: center;
    height: 100%;
}

.ss-card-left img {
    max-width: 80px;
    width: 100%;
}

.ss-card-right {
    padding: 10px;
    padding-left: 20px;
    width: 100%;
}

.ss-card-title {
    font-weight: bold;
}

.ss-card-cta {
    float: right;
    margin-right: 30px;
    margin-top: 10px;
}

.st-link .st-link__icon--arrow-small,
a .st-link__icon--arrow-small {
    width: 6px;
    height: 15px;
}

.char-table table {
    border-top: 1px solid;
}

.char-table {
	overflow-x: overlay;
}

.char-table table tbody tr:first-child td p{
    padding: 2px;
    font-size: 13px;
    margin: 0;
    font-weight: bold;
    line-height: 1;
    color: #032;
}

.char-table table tbody tr:not(:first-child) td p,
.char-table table tbody tr:not(:first-child) td ul {
    padding: 8px 0;
    font-size: 14px;
    margin: 0;
    font-weight: normal;
    line-height: 1.4;
    color: #032;
    text-align: left;
}

.char-table table tbody tr:not(:first-child) td ul li {
    padding-left: 0px;
    margin-left: 15px;
    list-style-type: disc;
}

.char-table table tbody tr:not(:first-child) td ul li:before {
    content: unset;
}

@media only screen and (max-width: 600px) {
    .ss-card {
        display: grid;
    }
}


/* long cards end */