.shl-news-card {
    display: flex;
    align-items: stretch;
    overflow: hidden;
    border-radius: 26px;
    background: #F3F3F3;
    text-decoration: none;
    height: 360px;
    max-height: 360px;
}

.shl-news-image {
    width: 42%;
    flex-shrink: 0;
}

.shl-news-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.shl-news-content {
    width: 58%;
    padding: 25px 40px;
    display: flex;
    flex-direction: column;
}

.shl-news-date {
    font-size: 18px;
    color: #026666;
    margin-bottom: 28px;
}

.shl-news-title {
    font-size: 34px;
    line-height: 1.3;
    color: #252834;
    margin-bottom: 16px;
    font-weight: 700;
    margin-top: 0px;
}

.shl-news-excerpt {
    font-size: 22px;
    line-height: 1.4;
    color: #252834;
    max-width: 90%;
    font-weight: 200;
}

.shl-news-readmore {
    margin-top: auto;
    color: #7BC6D6;
    font-size: 24px;
    text-decoration: underline;
    font-weight: 400;
}