/* 2022 NOVE */
.bsm_22_firmy_obsah {
    width: 100%;
    height: auto;
    background-color: rgba(255,255,255,0.94);
    float: left;
    clear: both;
    display: flex;
    justify-content: space-around;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
}
.bsm_22_firmy_box {
    width: 20vw;
    height: auto;
    margin: 2vw;
    overflow: hidden;
}
.bsm_22_firmy_box_tit {
    width: 100%;
    height: 3vw;
    line-height: 3vw;
    color: rgba(16,27,78,1.00);
    font-size: 1.1em;
    font-weight: 600;
}
.bsm_22_firmy_box_text {
    width: 100%;
    height: 2vw;
    line-height: 2vw;
    font-size: 0.9em;
    font-weight: 300;
}
.bsm_22_firmy_box_text a {
    color: #6b9522;
}
.bsm_22_firmy_headline {
    width: 100%;
    height: 6vw;
    line-height: 6vw;
    color: rgba(62,62,62,0.5);
    font-size: 1.2vw;
    text-indent: 3vw;
    background-color: rgba(211,211,211,0.33);
}