.section {
margin-bottom: 80px;
}
.section-title {
font-size: 18px;
font-weight: 700;
color: rgba(102, 107, 122, 1);
text-align: center;
border-bottom: 1px solid rgba(233, 236, 242, 1);
margin-bottom: 42px;
}
.section-title span {
display: inline-block;
padding: 8px;
border-bottom: 4px solid rgba(233, 236, 242, 1);
}
.gallery {
justify-content: space-between;
}
.gallery figure{
text-align: center;
flex: 0 0 421px;
}
.gallery img {
height: 285px;
object-fit: cover;
}
.gallery figcaption {
margin-bottom: 40px;
text-align: center;
font-size: 16px;
font-weight: 400;
color: rgba(102, 107, 122, 1);
}
.gallery figcaption:after {
content: "　";
}
