/* .st-card .st-card__focus::after {
    width: 50%;
} */

.st-card:focus,
.st-card:hover {
    border-color: inherit !important;
    -webkit-box-shadow: inherit !important;
    box-shadow: inherit !important;
    outline: 0;
}

.st-card .st-card__focus {
    height: 45px;
    text-align: center;
}

.st-card,
.st-card--application {
    border: 0 !important;
    -webkit-box-shadow: inherit !important;
    box-shadow: inherit !important;
}

.st-card {
    width: 334px !important;
}

.ss-cards-wrapper {
    width: 50%;
    display: grid;
    place-items: center;
    margin-bottom: 25px;
}

.ss-cards-image-wrapper>img {
    max-height: 138px;
    margin-left: 15px;
}

.ss-card-list>ul {
    min-height: 180px;
    margin-left: 20px;
}

@media only screen and (max-width: 600px) {
    .ss-cards-wrapper {
        width: 100%;
    }
    .ss-cards-image-wrapper>img {
        max-height: 138px;
        margin-left: 5px;
    }
}