.issuu-embed {
  position: relative;
  padding-top: max(60%, 326px);
  height: 0;
  width: 100%;
}

.issuu-embed iframe {
  position: absolute;
  border: none;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.inserted-image {
  width: 250px;
  height: 70px;
  margin-left: 0;
  margin-right: 0;
}

@media screen and (min-width: 600px) {
  .info {
    display: flex;
    flex-direction: row;
    gap: 2rem;
  }
  .info .content {
    width: 45%;
  }
  .content {
    width: 45%;
  }
}
.font-color {
  color: black;
}
.top-banner {
  width: 100%;
  height: auto;
  max-width: 799px;
  aspect-ratio: 799 / 363;
  margin-left: 0px;
  margin-right: 0px;
}
