.gallery-teaser-wrap {
    width: 92%;
    max-width: 560px;
    margin: 32px auto 40px;
}

.content.href a.gallery-teaser,
.content.href a.gallery-teaser:hover {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    color: inherit;
    border-bottom: none;
    text-decoration: none;
    display: block;
    box-sizing: border-box;
    border: 1px solid #d8d8d8;
    padding: 16px;
    background: #fafafa;
    border-radius: 10px;
    transition: border-color 0.2s ease, background-color 0.2s ease;
}

.content.href a.gallery-teaser:hover {
    border-color: #bbb;
    background: #f5f5f5;
}

.gallery-teaser__grid.row {
    margin-left: 0;
    margin-right: 0;
}

.gallery-teaser__cell.col-6 {
    padding: 5px;
    overflow: hidden;
}

.gallery-teaser__cell:nth-child(1) img {
    border-top-left-radius: 8px;
}

.gallery-teaser__cell:nth-child(2) img {
    border-top-right-radius: 8px;
}

.gallery-teaser__cell:nth-child(3) img {
    border-bottom-left-radius: 8px;
}

.gallery-teaser__cell:nth-child(4) img {
    border-bottom-right-radius: 8px;
}

.gallery-teaser__cell img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
}

.gallery-teaser__title {
    display: block;
    margin: 6px 0 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    line-height: 22px;
    font-weight: 600;
    font-style: normal;
    text-align: center;
    color: #000;
}

.gallery-teaser__desc {
    display: block;
    margin: 4px 0 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    color: #666;
}

.gallery-teaser:hover .gallery-teaser__desc {
    color: #666;
}

.content .gallery-teaser-wrap .gallery-teaser__title {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    line-height: 22px;
    font-weight: 600;
    font-style: normal;
    color: #000;
    margin: 6px 0 0;
}

.content .gallery-teaser-wrap .gallery-teaser__desc {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
    font-style: normal;
    color: #666;
    margin: 4px 0 0;
}

@media (max-width: 767px) {
    .gallery-teaser-wrap {
        width: 96%;
        max-width: 480px;
        margin: 28px auto 36px;
    }
}
