.accreditations{background-color:#f2f2f2;margin-top:50px;border-radius:100px;padding:30px}.accreditations-inner{display:grid;grid-gap:50px;grid-template-columns:repeat(5,1fr);max-width:fit-content;margin:0 auto;align-items:center}.accreditations-inner>div{max-width:190px;text-align:center}.accreditations-inner img{max-width:100%}@media only screen and (max-width:767px){.accreditations-inner{grid-template-columns:repeat(2,1fr)}}@media only screen and (min-width:501px) and (max-width:767px){#estas{display:none}}@media only screen and (max-width:500px){.accreditations{border-radius:50px}.accreditations-inner{grid-template-columns:repeat(1,1fr);grid-gap:30px}}