body.widget-snippet {
    padding: 40px;
}

.wc-widget-snippet-image-aside-article .card-block {
    display: flex;
    font-family: 'Nunito Sans', sans-serif;
    max-width: 1200px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}
.wc-widget-snippet-image-aside-article .image-block {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 270px;
            flex: 0 0 270px;
}

.wc-widget-snippet-image-aside-article .image-card {
    text-align: center;
}

body.widget-snippet .wc-widget-snippet-image-aside-article .image-card {
    padding: 5px;
}

.wc-widget-snippet-image-aside-article .image-card~.image-card {
    margin-top: 40px;
}

.wc-widget-snippet-image-aside-article .img-caption {
    color: #9a9a9a;
    font-size: 18px;
    font-weight: 700;
    margin-top: 10px;
    line-height: normal;
}

.wc-widget-snippet-image-aside-article .image-card img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
}

.wc-widget-snippet-image-aside-article .text-content {
    flex: 1 1 auto;
    padding-left: 50px;
}

.wc-widget-snippet-image-aside-article .text-content p {
    margin: 0 0 25px;
    font-size: 16px;
    color: #2C2C2C;
    line-height: 1.7;
}

.wc-widget-snippet-image-aside-article .text-content .with-gratitude {
    font-size: 16px;
    color: #2C2C2C;
    line-height: 1.7;
}

.wc-widget-snippet-image-aside-article .text-content .bold-text {
    font-weight: 700;
}

.wc-widget-snippet-image-aside-article .text-content .italic-text {
    font-style: italic;
    margin-top: 15px;
}

@media(max-width: 991px) {
    .wc-widget-snippet-image-aside-article .image-block {
        flex: 0 0 200px;
    }
}

@media(max-width: 767px) {
    .wc-widget-snippet-image-aside-article .image-block {
        flex: 0 0 120px;
    }

    .wc-widget-snippet-image-aside-article .text-content {
        padding-left: 30px;
    }
}

@media(max-width: 575px) {
    .wc-widget-snippet-image-aside-article .card-block {
        display: block;
    }

    .wc-widget-snippet-image-aside-article .text-content {
        padding-top: 30px;
        padding-left: 0;
    }

    .wc-widget-snippet-image-aside-article .image-card~.image-card {
        margin-top: 20px;
    }

    .wc-widget-snippet-image-aside-article .image-card img {
        max-width: 250px
    }

}
