﻿/** {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.left img {
    position: absolute;
    left: 0;
}

h1 {
    text-align: center;
}

body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 20px;
    background: white;
    display: flex;
    justify-content: center;
}

.right-section {
    border: 1px solid black;
    position: absolute;
    right: 0;
    width: 350px;
    padding: 20px;
    background: white;
    text-align: center;
   
    display: flex;
    flex-direction: column;
    align-items: center;
   
}

.official img {
    width: 100px;
    height: 130px;
    border-radius: 10px;
    object-fit: cover;
}

.official .mark img {
    width: 10px;
    height: 30px;
    border-radius: 10px;
    object-fit: cover;
    margin: 100;
}


.mark img {
    width: 120px;
    height: 170px;
    border-radius: 10px;
    object-fit: cover;
   
}

.official p {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    margin-top: 5px;
}

.cm img {
    margin-top: 40px;
}

.official p {
    margin-top: 10px;
    text-align: center;
}

.row {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 15px;
}

    .row .official {
        width: 48%;
    }

footer {
    background-color: blue;
    color: white;
    
    position: fixed;
    bottom: 0;
    width: 100%;
    text-align: center;
}
*/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.left img {
    position: absolute;
    left: 0;
}

h1 {
    text-align: center;
}

.left {
    margin: auto;
    text-align: left;
}

body {
    font-family: Arial, sans-serif;
    margin: 0;
    background: white;
    /*display: flex;*/
    /*    padding: 20px;
*/ justify-content: center;
}

.right-section {
    box-sizing: border-box;
    border: 1px solid black;
    border-bottom-left-radius: 0;
    position: absolute;
    width: 300px;
    border-block-end-width: 0;
    background: white;
    align-items: center;
    border-radius: 2px;
    display: flex;
    flex-direction: column;
    right: 0;
    gap: 0;
    padding-left: 5px;
    padding-right: 5px;
    flex-wrap: wrap;
    /*  background-color: aqua; */
}

.official img {
    width: 50px;
    height: 50px;
    border-radius: 2px;
    object-fit: cover;
    align-items: center;
}

.official .mark img {
    width: 5px;
    height: 5px;
    border-radius: 2px;
    object-fit: cover;
}


.mark img {
    width: 80px;
    height: 80px;
    border-radius: 2px;
    object-fit: cover;
    align-items: center;
}

.official p {
    font-size: 9.5px;
    font-weight: normal;
    text-align: left;
    width: 120px;
}

.cm img {
    margin-top: 25px;
}

.official p {
    margin-top: 10px;
    text-align: left;
    width: 120px;
    align-items: center;
}

.row {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 5px;
    resize: horizontal;
    box-sizing: border-box;
    flex-wrap: wrap;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    margin-left: auto;
    gap: 0;
}

    .row .official {
        width: 40%;
        white-space: normal;
    }

footer {
    background-color: blue;
    color: white;
    text-align: center;
    /* position: absolute;     */
    /* width: 100%; */
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
}
