.c-blogSectionBtn{display:grid;gap:8rem 4rem;grid-template-columns:repeat(3,1fr)}.c-blogSectionBtn__box__img img{border-radius:50%;height:100%;max-height:20rem;max-width:20rem;object-fit:cover;width:100%}.c-blogSectionBtn__box{align-items:center;display:flex;flex-direction:column}.c-blogSectionBtn__box__title{border-bottom:2px solid #0f3fa7;color:#000;margin-bottom:1rem;padding:1rem}.c-blogSectionBtn__box__text{color:#000;margin-bottom:2rem;text-align:center}.c-blogSectionBtn__box__cta1{padding:8px 20px;width:100%}@media screen and (max-width:768px){.c-blogSectionBtn{gap:4rem 2rem;grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:500px){.c-blogSectionBtn{gap:2rem 2rem;grid-template-columns:repeat(1,1fr)}}