.fv {
  background-color: #F5F6F8;
  position: relative;
  overflow: hidden;

}


.fv_box {
  padding: 40px 0 20px;
  justify-content: center;
  align-content: center;
  display: flex;
  text-align: center;
  flex-direction: column;
  margin: 0 auto;
}

.fv_box .btns {
  margin-top: 1rem;
}

.fv_box2 {
  padding: 80px 10px 20px;
  justify-content: flex-start;
  align-content: center;
  display: flex;
  text-align: left;
  margin: 0 auto;
}

.fv_left {
  padding-right: 2rem;
}


/* .ylcir01 {
  position: absolute;
  display: inline-block;
  top: 45%;
  left: 4%;
  width: 100px;
  height: 100px;
  text-align: center;
  line-height: 80px;
  border-radius: 50%;
  border: solid 12px #ffff00;
  -webkit-filter: blur(3px);
  -moz-filter: blur(3px);
  -o-filter: blur(3px);
  -ms-filter: blur(3px);
  filter: blur(3px);

} */

/* .ylcir02 {
  position: absolute;
  display: inline-block;
  top: 60%;
  left: 5%;
  width: 140px;
  height: 140px;
  text-align: center;
  line-height: 80px;
  border-radius: 50%;
  border: solid 16px #ffff00;
  -webkit-filter: blur(3px);
  -moz-filter: blur(3px);
  -o-filter: blur(3px);
  -ms-filter: blur(3px);
  filter: blur(3px);

} */

/* .ylcir03 {
  position: absolute;
  display: inline-block;
  top: 20%;
  right: 4%;
  width: 100px;
  height: 100px;
  text-align: center;
  line-height: 80px;
  border-radius: 50%;
  border: solid 12px #ffff00;
  -webkit-filter: blur(3px);
  -moz-filter: blur(3px);
  -o-filter: blur(3px);
  -ms-filter: blur(3px);
  filter: blur(3px);

} */

/* .ylcir04 {
  position: absolute;
  display: inline-block;
  top: 32%;
  right: 6%;
  width: 140px;
  height: 140px;
  text-align: center;
  line-height: 80px;
  border-radius: 50%;
  border: solid 16px #ffff00;
  -webkit-filter: blur(3px);
  -moz-filter: blur(3px);
  -o-filter: blur(3px);
  -ms-filter: blur(3px);
  filter: blur(3px);

} */

/* .ylcir01, .ylcir02, .ylcir03, .ylcir04 {
  transform-origin: center bottom;
  animation: yurayura 2s linear infinite;
} */

.ylcir01, .ylcir02, .ylcir03, .ylcir04 {
  display: none;
}

@keyframes yurayura {
  0%, 100% {
    transform: rotate(1deg);
  }

  50% {
    transform: rotate(-1deg);
  }
}



.fv_box h1 {
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: .3rem;
}

.fv_box h2 {
  font-size: 1.1rem;
  margin-top: 1rem;
}


.fv_box2 h1 {
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: .6rem;
}

.fv_box2 h2 {
  font-size: 1rem;
  margin-top: 1rem;
}




@media screen and (max-width: 576px) {

  .fv_box h1,
  .fv_box2 h1 {
    font-size: 1.5rem;
    line-height: 1.6;
  }

  .fv_box h2,
  .fv_box2 h2 {
    font-size: .9rem;
  }

  .ylcir01 {
    top: 35%;
    left: -2%;
    width: 80px;
    height: 80px;
  }

  .ylcir02 {
    top: 50%;
    left: 2%;
    width: 120px;
    height: 120px;
  }

  .ylcir03 {
    position: absolute;
    display: inline-block;
    top: 20%;
    right: -4%;
    width: 80px;
    height: 80px;
  }

  .ylcir04 {
    position: absolute;
    display: inline-block;
    top: 32%;
    right: 2%;
    width: 100px;
    height: 100px;
  }



}

@media screen and (max-width: 375px) {

  .fv_box h1,
  .fv_box2 h1 {
    font-size: 1.6rem;
    line-height: 1.6;

    font-weight: 600;

  }

  .fv_box h2,
  .fv_box2 h2 {
    font-size: .9rem;
  }

  .fv_box,
  .fv_box2 {
    padding: 80px 10px;
  }


}



.fv_left>.btns {
  margin: 3rem 0 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  padding: 0;
  text-align: center;
}

.fv_left>.btns .blbtn {
  margin-left: 2rem;
}

@media screen and (max-width: 768px) {
  .fv_box2 {
    flex-direction: column-reverse;
  }

  .fv_left {
    padding: 1rem;

  }

  .fv_right img {
    width: 60%;
    margin: 0 20%;
  }
}


.hubspotimg img {
  max-width: 340px;
}