/* About Us */

/* Attention, do not edit this file directly, please use the stylesheet editor in admin.
Any changes made here will be overwritten*/

#staffList {display:grid;grid-template-columns:repeat(5, minmax(200px, 1fr));grid-gap:40px;margin-top:50px;}#staffList img {border-radius:50%;width:100%;display:block;margin:10px auto;max-width:250px;}#staffList .name {text-align:center;color :#5F6874;font-weight:bold;text-transform:uppercase;margin-bottom:0;font-size:18px;}#staffList .title {font-size:14px;text-align:center;color:#5F6874;margin-top:10px;}#staffList .email {display:block;text-align:center;color:#1bb4da;font-weight:bold;}#staffList .description {text-align:center;color:#020e34;}#main_content img {width:auto;max-width:250px;height:auto;}
@media (min-width: 1600px) {

}

@media (min-width: 1200px) and (max-width: 1599px) {

}

@media (min-width: 980px) and (max-width: 1199px) {
#staffList {grid-template-columns:repeat(4, minmax(200px, 1fr));grid-gap:20px;}
}

@media (min-width: 768px) and (max-width: 979px) {
#staffList {grid-template-columns:repeat(3, minmax(200px, 1fr));grid-gap:20px;}
}

@media (max-width: 767px) {
#staffList {grid-template-columns:repeat(2, minmax(200px, 1fr));grid-gap:20px;}
}

@media (max-width: 480px) {
#staffList {grid-template-columns:repeat(1, minmax(200px, 1fr));grid-gap:20px;}#staffList img {max-width:200px;}
}
