.romlidata {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.romlidata img {
  max-width: 140px;
}

.romlifooter {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
}

.romlifooter img {
  max-width: 160px;
}

.custom_blog_image img {
  max-width: 450px;
}
