﻿
.person-picture {
    widows: 100%;
    height: auto;
    max-width: 270px;
    max-height: 100%
}

.person-name {
    padding-top: 24px;
    font-family: 'Krungsri-Condensed-Bold';
    font-size: 20px;
    color: #222
}

.person-position {
    padding-top: 30px;
    font-family: 'Thongterm-Roman';
    font-size: 16px;
    color: #5a5a5a
}


@media(max-width: 767px) {
    .person-picture {
        max-width: 184px
    }

    .person-name {
        text-align: center;
        padding-top: 8px
    }

    .person-position {
        text-align: center;
        padding-top: 8px
    }
}
