.c-supportSectionBtn{display:grid;gap:70px;grid-template-columns:repeat(3,1fr)}.c-supportSectionBtn__box__img img{aspect-ratio:1/1;border-radius:50%;height:100%;max-height:20rem;max-width:20rem;object-fit:cover;width:100%}.c-supportSectionBtn__box__a{align-items:center;display:flex;flex-direction:column}.c-supportSectionBtn__box__title{border-bottom:2px solid #f42c47;color:#000;margin:2rem 0}.c-supportSectionBtn__box__text{color:#000}@media screen and (max-width:768px){.c-supportSectionBtn{gap:4rem 4rem;grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:500px){.c-supportSectionBtn{grid-template-columns:repeat(1,1fr)}}