@charset "UTF-8";
.volunteer-par {
    margin: 40px auto;
}

.menu-par .title {
    text-align: center;
    font-size: 20px;
    padding: 30px 0;
}

.volunteer-box {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    box-sizing: border-box;
}

.volunteer-info {
    width: 225px;
    margin: 20px 7px;
}

.volunteer-img-par {
    width: 100%;
    height: 282px;
}

.volunteer-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.volunteer-txt {
    margin-top: 8px;
    line-height: 20px;
}

.volunteer-txt>span {
    display: inline-block;
    width: 100%;
}

@media only screen and (max-width: 768px) {
    .volunteer-par {
        margin: 20px auto;
    }
    .menu-par .title {
        text-align: center;
        font-size: 1.6rem;
        padding: 15px 0;
    }
    .volunteer-info {
        width: 48%;
        margin: 10px 1%;
    }
}