.logo__custom,
.image__custom {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.content__custom-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 4rem;
  flex-wrap: wrap;
}
