.bsz__aside-teasers__heading,
.right p.bsz__aside-teasers__heading {
    margin-bottom: 14px;
}

.bsz__aside-teaser__item {
    display: flex;
    margin-bottom: 20px;
}

.bsz__aside-teaser__media {
    flex-basis: 80px;
    width: 80px;
    max-height: 120px;
    min-height: 120px;
    aspect-ratio: 2 / 3;
}

.bsz__aside-teaser__image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bsz__aside-teaser__content {
    flex: 1;
    padding-left: 10px;
}

.bsz__aside-teaser__link {
    display: block;
    margin-bottom: 5px;
}