.nameCollection {
    font-size: 40px;
    text-transform: uppercase;
    margin-top: 50px;
    line-height: 40px;
}

.tagsCollection {
    font-size: 16px;
}

.banner-block-left {
    margin-left: 0;
    margin-top: 15px;
    border-radius: 20px;
    width: calc(100% - 20px);
    max-height: 200px;
    height: 100%;
    color: white;
    padding: 20px;
    background-size: cover;
    display: none;
}