#attorneyList {
    display: flex;
    flex-wrap: wrap;
}
.attorneyBox {
    width: 32.333%;
    box-sizing: border-box;
    margin: 0 .5%;
}
.attorneyBox img {
    width: 100%;
    height: auto;
}
.attorneyBox a.wooper {
    text-align: center;
    color: #333333 !important;
    padding: 0 3% 0.3em 3%;
    margin-bottom: 0.1em;
    letter-spacing: 0.05em;
    font-size: 1rem;
    line-height: 1.4;
    font-weight: 600;
    width: 100%;
    display: block;
    box-sizing: border-box;
    text-decoration: none;
    margin-bottom: 1.1vw;
}

@media only screen and (max-width: 698px) {
.attorneyBox {
    width: 49%;
}
.attorneyBox a.wooper {
    margin-bottom: 1.3vw;
}
}


