﻿@charset "utf-8";



.outer-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.photo {
    width: 23%;
    padding: 20px 0;
}

