.header-container {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.testimonial-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.inner-container {
  /* width: 400px; */
  padding: 20px;
  max-width: 800px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.senja-embed {
  width: 100%;
  height: 100%;
}
