#equip .list{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:60px;margin-top:60px}#equip .item{text-align:center}#equip .item figure{width:60%;margin:0;margin-inline:auto;aspect-ratio:1/1;border-radius:50%;overflow:hidden}#equip .item figure img{width:100%;height:100%;object-fit:cover}#equip .item .text{margin-top:15px}#equip .item .text h4{font-size:20px;font-weight:var(--font-bold)}#equip .item .text h5{margin-top:5px;font-size:14px;font-weight:var(--font-regular);color:var(--corporate-color)}#equip .item .text .description{margin-top:15px;font-size:14px;line-height:1.5;text-align:justify;text-align-last:center}#equip .item .text .description p:first-of-type{margin-top:0}#equip .item:nth-child(4n+1) figure{background:#f0faed}#equip .item:nth-child(4n+2) figure{background:#fef0f5}#equip .item:nth-child(4n+3) figure{background:#fff6e6}#equip .item:nth-child(4n+4) figure{background:#ecfbfb}@media only screen and (max-width:1024px){#equip .list{grid-template-columns:repeat(2,1fr);grid-gap:50px 30px}}@media only screen and (max-width:700px){#equip .list{grid-gap:40px 25px}#equip .item figure{width:70%}#equip .item .text h4{font-size:18px}#equip .item .text .description{font-size:13px}}@media only screen and (max-width:460px){#equip .list{grid-template-columns:1fr;grid-gap:40px}#equip .item figure{width:50%}}
