.at-articleWithDropshadow {
    margin-bottom: 1rem;
    padding: 20px 0;
    background: #fff;
    box-shadow: var(--boxShadow);
}

.at-articleWithDropshadow__article,
.at-articleWithDropshadow__content {
    margin-bottom: 1rem;
}

@media (min-width: 768px) {
    .at-articleWithDropshadow.Article.--width50 {
        width: 50%;
    }
}
