.frame3-container {
  width: 100%;
  display: flex;
  overflow: auto;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
}
.frame3-frame3 {
  width: 100%;
  height: 1204px;
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: flex-start;
  flex-shrink: 0;
  background-color: rgba(255, 255, 255, 1);
}
.frame3-text {
  top: 122px;
  left: 64px;
  color: rgba(37, 37, 37, 1);
  width: 674px;
  height: auto;
  position: absolute;
  font-size: 88px;
  font-style: Regular;
  text-align: left;
  font-family: Alice;
  font-weight: 400;
  line-height: 80px;
  font-stretch: normal;
  text-decoration: none;
}
.frame3-hero-image {
  top: 416px;
  left: 64px;
  width: 1313px;
  height: 732px;
  display: flex;
  overflow: hidden;
  position: absolute;
  align-items: flex-start;
  flex-shrink: 0;
}
