.icon_container{display:flex;justify-content:space-between;flex-wrap:wrap;gap:1rem;padding:0 1rem;width:100%;max-width:1000px;margin:1rem auto}.iconElement{display:flex;flex-direction:column;gap:1rem;align-items:center}.iconElement img{width:200px;height:auto;background:#a1b4d0;border-radius:50%}.iconElement img:hover{background:#5e7ea1}.iconElement p{color:#a1b4d0;font-size:19px;font-weight:bold}