.znachki_sharag {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    flex-direction: row;
    justify-content: space-between;
}

h1 {
    font-size: 25px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    width: 100%;
    text-align: center;
    color: #0000dd
}

.okno_sharagi {
    width:30% ;
    padding: 10px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border: 3px solid rgb(232, 232, 241);
    margin-bottom: 20px;
    font-size: 13px;
}

.sharaga-top {
    text-align: center;
}

.okno_sharagi:hover {
    background-color: rgb(232, 232, 241);
    transition: 0.1s;
}

.okno_sharagi img {
    max-height: 120px;    
    width: auto;
    margin: 0 auto;
}

.zagolovok_2 > h1 {
    font-size: 25px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    width: 100%;
    text-align: center;    
}

.zagolovok_2 a {
    color: #0000dd
}