    *,
     ::after,
     ::before {
        box-sizing: border-box;
    }
    
    * {
        outline: 0 !important;
    }
    
    div {
        display: block;
    }
    
    .container {
        font: 'Roboto', sans-serif;
    }
    
    body {
        margin: 0;
        font-size: 1rem;
        line-height: 1.5;
        color: #1D3448;
        background-color: #F5F5F5;
    }
    
    .h1,
    .h2,
    .h3,
    .h4,
    .h5,
    .h6,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        line-height: 1.2;
        color: inherit;
    }
    
    *,
     ::after,
     ::before {
        box-sizing: border-box;
    }
    
    * {
        outline: 0 !important;
    }
    
    h1 {
        display: block;
        margin-block-start: 0.67em;
        margin-block-end: 0.67em;
        margin-inline-start: 0px;
        margin-inline-end: 0px;
    }
    
    .bankStructure {
        max-width: 1360px;
        margin: 0 auto;
    }
    
    .bankStructure_title h2 {
        font-size: 46px !important;
        line-height: 54px !important;
        color: #1D3448 !important;
        margin-bottom: 80px !important;
        margin-top: 0 !important;
    }
    
    .development_department_tittle {
        text-transform: uppercase;
        font-size: 42px;
        font-weight: 700;
        color: #1D3448;
    }
    
    .membersOfmanagement {
        margin-top: 1rem;
    }
    
    .membersOfmanagement_position {
        margin-top: 1rem;
        font-size: 18px;
        font-weight: 400;
        color: rgba(10, 30, 50, 0.8);
        line-height: 150%;
    }
    
    .membersOfmanagement_name a {
        text-decoration: none;
        color: #0A1E32;
        font-size: 22px;
        font-weight: 500;
        line-height: 150%;
    }
    
    .membersOfmanagement_name a:hover {
        text-decoration: none;
        color: #1D3448;
    }
    
    .membersOfmanagement_contacts {
        margin-top: 1rem;
        color: rgba(10, 30, 50, 0.6);
        font-size: 16px;
        font-weight: 400;
        line-height: 130%;
    }
    
    .membersOfmanagement_info {
        color: #1D3448;
        display: inline;
    }
    
    .membersOfmanagement:last-child {
        border-bottom: 0px;
    }
    @media (min-width: 279px) and (max-width: 680px) { 
        .membersOfmanagement_name a {
            font-size: 18px;
        }
        .membersOfmanagement_position {
            font-size: 16px;
            margin-top: .5rem;
        }
        .membersOfmanagement_contacts {
            font-size: 14px;
            margin-top: .5rem;
        }
    }