.luvyoumom_box {
    /* margin-top: 42px; */
}

.exp_report_list {
    padding: 0 18px 23px 18px;
    display: flex;
    justify-content: space-between;
}

.exp_report_box {
    width: 30%;
    position: relative;
}

.exp_report_box:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}

.exp_report_box_inner {
    position: absolute;
    width: 100%;
    height: 100%;
    box-shadow: 2px 2px 2px rgba(150,150,150,0.1);
    border-radius: 10px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.exp_report_box_title {
    font-size: 14px;
    color: gray;
    padding-left: 5px;}

.exp_report_box_content {
    display: flex;
    justify-content: space-between;
}

.exp_report_box_content_img_box {
    align-self: end;
}

.exp_report_box_content_img_box img {}

.exp_report_box_content_count {}

.exp_report_box_content_count span {
    font-weight: bolder;
    font-size: 22px;
}

.exp_final {
    padding-bottom: 15px;
}