﻿.boxes{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:space-between;align-content:stretch;align-items:stretch;box-sizing:border-box;--gap:20px;gap:var(--gap);}@media screen and (max-width:640px){.boxes{--gap:10px;}}.boxes .box{flex:0 0 calc((100% - var(--gap)*2)/3);box-sizing:border-box;}.boxes .box .image{width:100%;aspect-ratio:1;border-radius:5px;overflow:hidden;}.boxes .box .image img{display:block;width:100%;height:100%;object-fit:cover;}.boxes .box .title{font-weight:600;padding-top:.3em;}.boxes .box .spot{font-weight:500;}.boxes .box .spot sup{font-weight:600;}.subnotes p sup{font-weight:bold;}