.row4 {
    display: flex;
    justify-content: center;
    gap:13px;
    flex-wrap: wrap;
}
.row3 {
    display: flex;
    justify-content: center;
    gap:20px;
    flex-wrap: wrap;
}
.row2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap:20px;
}
/* img {
    max-width: 100%;
    height: auto;
  } */