.boxes {
    gap: 30px;
    margin: 2em 5em;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
