.c-supportSectionBtn{display:grid;gap:20px;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 #0f3fa7;color:#000;margin:2rem 0}.c-supportSectionBtn__box__text{color:#000}@media screen and (max-width:768px){.c-supportSectionBtn{gap:4rem 2rem;grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:500px){.c-supportSectionBtn{gap:2rem 2rem;grid-template-columns:repeat(1,1fr)}}