#cmswire-articles > a figure,
#cmswire-articles > a .img-container {
    width: 100%;
    margin: 0;
    padding: 0;
}

#cmswire-articles > a img {
    max-width: 100%;
    width: 100%;
    display: block;
    max-height: 184px;
    object-fit: cover;
    margin-bottom: 20px;
}

#cmswire-articles .article-card__channel-name {
    font-size: 20px;
    line-height: 28px;
    color: #000;
    font-weight: 600;
    margin: 15px 0 10px;
}

#cmswire-articles .article-card__title {
    color: #2B1B63;
    font-weight: bold;
    font-size: 30px;
    line-height: 38px;
}