.small-boxes{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;align-items:center;gap:20px;margin:2em auto}.small-boxes__box{width:160px;align-self:baseline}.small-boxes__box a,.small-boxes__box a:visited{color:#fff;text-decoration:none;font-weight:400}.small-boxes__box:hover{box-shadow:0 0 20px -8px}.small-boxes__box:hover a{color:#fff;text-decoration:underline}.small-boxes__box:hover .small-boxes__image{background-color:#fff}.small-boxes__box:hover .small-boxes__title{background-color:#023eb5}@media screen and (min-width:48em){.small-boxes__box{width:220px}}.small-boxes__image{align-items:center;background-color:#f2f6ff;display:flex;height:100px;justify-content:center;margin:0 auto;padding:1.5em;width:100%}@media screen and (min-width:48em){.small-boxes__image{height:130px}}.small-boxes__image img{height:58px}.small-boxes__title{font-size:16px;display:block;width:100%;text-align:center;padding:12px 10px 15px;color:#fff;background-color:#012369;overflow-wrap:break-word}