.partner_wrap h3{
    text-align: center;
    margin-bottom: 50px;
}
.partner_flex_wrap{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 100px;
}
.partner_imgbox{
    border-radius: 50%;
    box-sizing: border-box;
    width: 280px;
    height: 280px;
    margin: 20px 10px;
    box-shadow: 5px 5px 10px 1px rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
}
.partner_imgbox img{
    /* height: 100%; */
    width: 60%;
}
@media screen and (max-width: 1000px) {
    .partner_flex_wrap{
        justify-content: center;
    }
}