.wac-images-box {
    width: 100%;
    position: relative;
    /* max-width: 545px; */
}
.wac-images-box-button{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.wac-images-box figure {
    position: relative;
    margin: 0;
    margin-bottom: 0;
}

.wac-images-box figure>* {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center center;
    max-width: 100%;
    max-height: 100%;
}

.wac-images-box figure::after {
    content: "";
    display: block;
    height: 0;
    width: 100%;
    padding-top: calc(408 / 545* 100%);
}

.wac-images-box-content{
    padding-top: 15px;
}
.wac-images-box-content .wac-images-box-content-title {
    color: #000;
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
}

.wac-images-box-content .wac-images-box-content-dis {
    color: #999999;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}
.project-location{
    display: flex;
    align-items: center;
    gap: 5px;
}
.project-location .location-text{
    font-size: 13px;
    font-weight: 600;
    color: #999999;
    line-height: 0;
}