section#home-cover-section {
  display: flex;
  flex-direction: column;
}
#home-title-container {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-top: var(--gap-2xl);
}
#home-title-container h1 {
  margin: 0 0 var(-gap-2xl) 0;
}
#home-title-container h1 span {
  display: block;
}
#home-cover-bento {
  margin: var(--gap-2xl) 0;
}

#home-cover-bento .pad-image-overflow {
  aspect-ratio: 590/252;
}

#home-cover-bento .circle {
  --rotation: 45deg;
  flex: none;
  /* aspect-ratio: 1; */
  width: 7.375rem;
  height: 7.375rem;
}

#home-cover-bento .circle div {
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
  border-radius: 100%;
}

#home-cover-bento .circle img {
  height: 60%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 1023px) {
  #home-cover-bento .background-blue {
    height: 6.8125rem;
  }
}
