.offerOverview {
  background-color: #BBB;
  text-align: center;
  padding: 1rem;
  margin: 0 6px;
  width: calc(100% - 12px);
}

.attachment-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr;
  gap: 0px 0px;
  grid-template-areas:
    ". . .";
}