:root {
  --header-height:104px;
  --header-height-sm:67px;
}

@media screen and (max-width: 991.98px) {
  .home-banner3 {
    padding: 40px 0;
  }
}
@media screen and (min-width: 992px) {
  .home-banner3 {
    display: flex;
    min-height: 700px;
    height: calc(100vh - var(--header-height));
    /* padding-top: 50px; */
    padding-bottom: calc(var(--header-height) - 50px);
    display: flex;
    align-items: center;
  }
}
.home-banner3-wrap .h1 {
  font-size: 52px;
  margin-bottom: 0;
  font-style: italic;
  max-width: 1275px;
  margin: 0 auto;
  margin-bottom: 46px;
  line-height: 1.6;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .home-banner3-wrap .h1 {
    font-size: 50px;
  }
}
@media screen and (min-width: 992px) {
  .home-banner3-wrap .h1 {
    text-align: center;
    line-height: 1.5;
    font-size: 3.75rem;
    margin-bottom: 3.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .home-banner3-wrap .h1 {
    font-size: 5.125rem;
  }
}
@media screen and (min-width: 1600px) {
  .home-banner3-wrap .h1 {
    font-size: 6.1875rem;
  }
}
.home-banner3-wrap p {
  text-align: center;
  letter-spacing: 0.313rem;
  font-size: 20px;
}
@media screen and (max-width: 991.98px) {
  .home-banner3-wrap p {
    line-height: 1.8;
    max-width: 268px;
    margin: 0 auto;
    font-size: 16px;
  }
}
.home-banner3-wrap .text-line {
  text-decoration: underline;
  text-decoration-thickness: 3px;
}
@media screen and (min-width: 992px) {
  .home-banner3-wrap .text-line {
    text-decoration-thickness: 5px;
  }
}
.home-banner3-wrap .text-img {
  display: inline-block;
  max-width: 125px;
  width: 100%;
  overflow: hidden;
  border-radius: 30px;
  flex: 0 0 125px;
  will-change: transform, opacity, max-width;
  transform: translateZ(0);
}
@media screen and (min-width: 768px) {
  .home-banner3-wrap .text-img {
    max-width: 190px;
    border-radius: 50px;
    flex: 0 0 190px;
  }
}
@media screen and (min-width: 992px) {
  .home-banner3-wrap .text-img {
    max-width: 245px;
    border-radius: 100px;
    flex: 0 0 245px;
  }
}
@media screen and (min-width: 1600px) {
  .home-banner3-wrap .text-img {
    max-width: 344px;
  }
}
.home-banner3-wrap .text-img .ratio {
  --gl-aspect-ratio: 44.6%;
}
.home-banner3-wrap .text-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100px;
  left: 50%;
  transform: translateX(-50%) translateZ(0);
}

.text-line-wrap {
  display: inline-block;
  transform: translateZ(0);
}

.line-block {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
@media screen and (min-width: 992px) {
  .line-block {
    height: 150px;
  }
}
@media screen and (min-width: 1200px) {
  /* .line-block {
    height: 193.92px;
  } */
}