.sernity_card_v3_horizontal {
    display: flex;
    flex-flow: row;
    align-items: flex-end;
    position: relative;
    width: 100%;
    height: 245px;
}
.sernity_card_v3_horizontal img {
    -webkit-mask-image: url(../../assets/images/_card-v3-horizontal-mask.png);
    mask-image: url(../../assets/images/_card-v3-horizontal-mask.png);
    mask-repeat: no-repeat;
    mask-size: 100% 100%;
    width: 100%;
    height: 100%;
}
.sernity_card_v3_horizontal a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 45%;
    background-color: #007579;
    border-radius: 18px 8px 8px 0;
    font-family: Inter;
    color: #F4F4F4;
    z-index: 1;
    cursor: pointer;
    right: 20px;
    position: absolute;
    bottom: 3px;
    padding: 5px 0 5px 15px;
}
.sernity_card_v3_horizontal a span {
    width: 75%; text-align: center;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}
.sernity_card_v3_horizontal a svg { width: 20% }

@media only screen and (min-width: 320px) and (max-width: 768px) {
    .sernity_card_v3_horizontal a {
        width: 42%;
        font-size: 0.8rem;
        padding: 5px;
        justify-content: flex-end;
    }
}