.okno_pam {
    width:100% ;
    padding: 8px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border: 3px solid rgb(232, 232, 241);
    margin-bottom: 15px;
    cursor: pointer;
    font-size: 20px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    text-align: left;
}

.okno_pam a {
    font-size: 25px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    width: 100%;
    text-align: left;    
}

.okno_pam:hover {
    background-color: rgb(232, 232, 241);
    transition: 0.1s;
}

.row {
    height: 795px;
    overflow-y: scroll;
    margin: initial;    
    }

.caption-container {
    width: auto;
}
