@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@300;400;500;700&display=swap');

*{
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

.customer img{
    height: 100%;
}

.customer{
    min-height: 400px;
    display: flex;
    flex-direction: column;
}

.customer h2{
    text-align: center;
    padding: 30px 0;
}

article{
    text-align: center;
    padding: 25px;
}

article .img-box{
    border-radius: 75px;
    overflow: hidden;
    width:160px;
    height:220px;
    margin: 0 auto;
}

article p{
    padding: 10px 0px 0px 0px;
    font-size:18pt;
    font-family:Arial, Helvetica, sans-serif;
    color:#33ACB4;
}

article h3{
    padding: 5px 0px 20px 0px;
    font-size:12pt;
    font-family:Arial, Helvetica, sans-serif;
}