.announce{
    border-bottom: 1px solid #f1eac5;
    border-top: 1px solid #f1eac5;
    padding: 2rem;
}
.announce-item-title {
    color: #938538;
    font: 300 20px / 1.2 museo-cyrl, Times New Roman, sans-serif;
    line-height: 24px;
    margin-bottom: 1.5rem;
}
.announce-item-gallery a img {
    height: 10vw;
    width: calc(11vw - 4rem);
}
@media (max-width:992px) {
    .announce-item-gallery a img {
        height: 36vw;
        width: 30vw;
    }
}