@font-face {
  font-family: 'BalanceGroovy Regular';
  src: url("../fonts/Balancegroovyregular-RpZzl.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'BalanceGroovy Groovy';
  src: url("../fonts/Balancegroovygroovy-BWwyl.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
/* line 1, ../sass/yacht/yacht-text.scss */
.yacht-text {
  position: relative;
}

/* line 5, ../sass/yacht/yacht-text.scss */
.yacht-text-wr {
  max-width: 1000px;
  margin: 0 auto;
  line-height: 0.95;
  font-size: clamp(20px, 2.5vw, 36px);
  text-align: center;
}

/* line 1, ../sass/yacht/yacht-textimg.scss */
.yacht-textimg {
  position: relative;
}
/* line 4, ../sass/yacht/yacht-textimg.scss */
.yacht-textimg .title {
  line-height: 0.95;
  font-size: clamp(24px, 2.5vw, 48px);
}

/* line 10, ../sass/yacht/yacht-textimg.scss */
.yacht-textimg-wr {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
/* line 16, ../sass/yacht/yacht-textimg.scss */
.yacht-textimg-wr .img {
  width: 49%;
  display: block;
}
/* line 20, ../sass/yacht/yacht-textimg.scss */
.yacht-textimg-wr .img img {
  display: block;
  width: 100%;
  border-radius: 20px;
}

@media only screen and (min-width: 0px) and (max-width: 1023px) {
  /* line 30, ../sass/yacht/yacht-textimg.scss */
  .yacht-textimg-wr {
    margin-top: 20px;
    gap: 15px 0;
  }
  /* line 34, ../sass/yacht/yacht-textimg.scss */
  .yacht-textimg-wr .img {
    width: 100%;
  }
}
