#main img {
  width: 100%;
}

#main .banner {
  width: 100%;
  display: flex;
  justify-content: center;
  overflow: hidden;
}

#main .content {
  padding-bottom: 10rem;
}

#main .content .container {
  position: relative;
}

#main .link-1 {
  width: calc(130 / 1200 * 100%);
  aspect-ratio: 130 / 28;
  display: block;
  position: absolute;
  top: calc(732 / 1200 * 100%);
  left: calc(925 / 1220 * 100%);
}
