.widget-rc {

    &__item {
        box-shadow: $boxShadow;
        border-radius: 5px;
        overflow: hidden;
        margin-bottom: 30px;
    }

    &__image {
        margin-bottom: 20px;

        img {
            width: 100%;
            height: auto;
        }
    }

    &__title {
        margin: 0;
        padding: 0 20px 20px;
        font-size: 16px;

        a {
            text-decoration: none;
        }
    }
}