@media (max-width: 1024px) {
#fvContainer {
  /* width: 100%;
  height: 100vh;
  position: relative; */
}

#fvContainer > img {
  width: 700px;
  position: absolute;
  top: 0;
  left: -150px;
  z-index: -1;
}

.fvText {
  width: 400px;
  /* position: absolute; */
  bottom: 30px;
  top: auto;
  left: 6%;
  transform: translateX(0px);
  /* z-index: 1; */
}

/* .fvText img {
  width: 100%;
  vertical-align: bottom;
} */

.fvimg {
  width: 94%;
  height: 56vh;
  /* margin: 0 0 0 auto;
  position: relative; */
  top: 80px;
  /* border-radius: 136px 0 0 136px;
  overflow: hidden; */
}

/* .fvimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
} */






#foryouContainer {
  width: 100%;
  margin-top: calc(-44vh + 80px);
  padding-top: calc(44vh - 80px);
  /* position: relative;
  overflow: hidden; */
}

#foryouContainer > img {
  width: 80%;
  /* position: absolute;
  top: 0; */
  right: -20%;
  /* z-index: -1; */
}

.foryouContents {
  width: 100%;
  margin-top: 0px;
  /* display: flex;
  align-items: flex-start; */
  flex-wrap: wrap;
}

.foryouImg {
  width: 100%;
  margin: 0px 0 0;
  /* position: relative; */
}

/* .foryouImg img:first-of-type {
  width: 100%;
  vertical-align: bottom;
} */

.foryouImg img:nth-of-type(2) {
  width: 94%;
  /* vertical-align: bottom; */
}

.foryouImg img:last-of-type {
  width: 256.6px;
  /* position: absolute; */
  left: -146px;
  transform: translateX(0%);
  bottom: auto;
  top: -110px;
  /* z-index: -1; */
}

.foryouText {
  flex: 0 0 90%;
  margin: 60px auto 0;
  position: relative;
}

/* .foryouText > img {
  width: 191px;
  position: absolute;
  top: -60px;
  right: -60px;
} */

/* h2 {
  font-size: 36px;
  line-height: 1.8;
}

h2 span {
  font-size: 18px;
  display: block;
  line-height: 1;
}

h2::after {
  content: "";
  display: block;
  width: 94.66px;
  height: 7.4px;
  margin-top: 6px;
  background: var(--gradient1);
}

.foryouText p {
  margin-top: 50px;
} */

.foryouText > img {
  width: 39%;
  margin-top: 0;
  position: absolute;
  top: -30%;
  right: -15%;
  z-index: -1;
}







#profileBackContainer {
  /* width: 100%; */
  margin-top: -30px;
  padding: 30px 0 100px;
  /* overflow: hidden; */
  position: relative;
}

#profileBackContainer > img {
  width: 1152px;
  position: absolute;
  top: 0;
  left: -150px;
  z-index: -1;
}

.profileContainer {
  /* width: 90%;
  max-width: 960px; */
  margin: 150px auto 0;
  position: relative;
  display: flex;
  flex-direction: column-reverse;
}

.profileText {
  flex: 0 1 100%;
}

/* .profileText p {
  margin-top: 50px;
}

.more {
  width: 260px;
  height: 60px;
  margin-top: 50px;
  background: var(--secondaryColor);
  border-radius: 30px;
  position: relative;
}

.linkArrow {
  position: relative;
}
.linkArrow::before {
  content: "";
  width: 10px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.linkArrow::after {
  content: "";
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(-45deg);
}

.more a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
} */

.profileImg {
  width: 100%;
  max-width: 550px;
  margin: 0 auto;
  position: static;
  top: 0;
  left: 0;
  z-index: 0;
}

/* .profileImg img {
  width: 100%;
  vertical-align: bottom;
} */






#helpContainer {
  /* width: 100%; */
  margin-top: 80px;
  /* padding-bottom: 120px; */
  /* position: relative; */
}

/* #helpContainer > img:first-of-type {
  width: 100%;
  height: calc(100% - 170px);
  object-fit: cover;
  position: absolute;
  top: 170px;
  left: 0;
  z-index: -1;
}

.helpContents {
  width: 90%;
  max-width: 1200px;
  padding: 80px;
  margin: 0 auto;
  border-radius: 100px;
  text-align: center;
  background: #fff;
  box-shadow: 0px 0px 10px 3px rgba(100, 100, 100, 0.1);
  position: relative;
} */

/* .helpContents > img {
  width: 322px;
  position: absolute;
  top: -100px;
  left: -150px;
  z-index: -2;
} */

/* .helpContents h2::after {
  margin: 6px auto 0;
} */

.helpContentsList {
  /* width: 100%;
  max-width: 840px;
  margin: 70px auto 0; */
  display: block;
}

.help {
  width: 90%;
  max-width: 300px;
  margin: 0 auto 30px;
}
.help:last-of-type {
  margin-right: auto;
}

/* .help img {
  width: 100%;
  vertical-align: bottom;
} */

/* .helpContents > p {
  margin-top: 60px;
}

.helpBtn {
  width: 90%;
  max-width: 600px;
  margin: 60px auto 0;
  height: 80px;
  border: 2px solid var(--secondaryColor);
  box-sizing: border-box;
  border-radius: 40px;
  position: relative;
}

.helpBtn a {
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--secondaryColor);
}

.helpBtn.linkArrow::before {
  background: var(--secondaryColor);
}
.helpBtn.linkArrow::after {
  border-bottom: 2px solid var(--secondaryColor);
  border-right: 2px solid var(--secondaryColor);
} */








/* #reviewsContainer {
  width: 100%;
  margin: 100px auto 0;
  overflow: hidden;
}

#reviewsContainer h2 {
  text-align: center;
}

#reviewsContainer h2::after {
  margin: 6px auto 0;
} */

/* .reviewsContents {
  width: 90%;
  max-width: 960px;
  margin: 70px auto 0;
  position: relative;
} */

.reviewsContents > img:first-of-type {
  /* width: 256px; */
  /* position: absolute; */
  top: -150px;
  right: -70px;
  z-index: -1;
}

/* .reviewsContents > img:nth-of-type(2) {
  width: 191px;
  position: absolute;
  top: 29.5%;
  left: -250px;
} */

.reviewsContents > img:nth-of-type(3) {
  width: 1010px;
  position: absolute;
  top: 32%;
  left: -500px;
  z-index: -1;
}

.review {
  /* width: 100%; */
  max-width: 500px;
  margin: 0 auto;
  padding: 60px 0 50px;
  /* border-top: 1px solid #DBDBDC;
  display: flex;
  justify-content: space-between; */
  flex-wrap: wrap;
}
.review:last-of-type {
  border-bottom: 1px solid #DBDBDC;
}

.reviewImg {
  flex: 0 1 100%;
}

/* .reviewImg img {
  width: 100%;
  vertical-align: bottom;
} */

.reviewText {
  /* flex: 0 1 510px; */
  margin: 39px 0 0;
}

/* h3 {
  display: inline-block;
  text-align: center;
  min-width: 180px;
  padding: 0px 10px 1px;
  line-height: 1.8;
  font-size: 22px;
  color: #fff;
  background: var(--gradient2);
}

.reviewsPost {
  margin-top: 20px;
  font-size: 18px;
  line-height: 1.7;
}

.reviewsDesc {
  margin-top: 13px;
} */
}













@media (max-width: 560px) {
#fvContainer {
  /* width: 100%;
  height: 100vh;
  position: relative; */
}

#fvContainer > img {
  width: 400px;
  max-width: calc(90% + 100px);
  /* position: absolute; */
  /* top: 0; */
  left: -100px;
  /* z-index: -1; */
}

.fvText {
  width: 90%;
  max-width: 330px;
  margin: 0 auto;
  /* position: absolute; */
  bottom: 20px;
  top: auto;
  left: 0;
  right: 0;
  transform: translateX(0px);
  /* z-index: 1; */
}

/* .fvText img {
  width: 100%;
  vertical-align: bottom;
} */

.fvimg {
  width: 94%;
  height: 48vh;
  /* margin: 0 0 0 auto;
  position: relative; */
  top: 55px;
  border-radius: 60px 0 0 60px;
  /* overflow: hidden; */
}

/* .fvimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
} */






#foryouContainer {
  width: 100%;
  margin-top: calc(-52vh + 55px);
  padding-top: calc(52vh - 55px);
  /* position: relative;
  overflow: hidden; */
}

#foryouContainer > img {
  width: 100%;
  /* position: absolute;
  top: 0; */
  right: -25%;
  /* z-index: -1; */
}

/* .foryouContents {
  width: 100%;
  margin-top: 0px; */
  /* display: flex;
  align-items: flex-start; */
  /* flex-wrap: wrap;
} */

.foryouImg {
  /* width: 100%; */
  margin: 30px 0 0;
  /* position: relative; */
}

/* .foryouImg img:first-of-type {
  width: 100%;
  vertical-align: bottom;
} */

.foryouImg img:nth-of-type(2) {
  width: 94%;
  /* vertical-align: bottom; */
}

.foryouImg img:last-of-type {
  width: 256.6px;
  /* position: absolute; */
  left: -146px;
  transform: translateX(0%);
  bottom: auto;
  top: -110px;
  /* z-index: -1; */
}

.foryouText {
  /* flex: 0 0 90%; */
  margin: 20px auto 0;
  /* position: relative; */
}

.foryouText > img {
  width: 191px;
  position: absolute;
  top: -70px;
  right: -60px;
}

h2 {
  font-size: 30px;
  line-height: 1.3;
}

h2 span {
  /* font-size: 18px;
  display: block; */
  line-height: 1.5;
}

/* h2::after {
  content: "";
  display: block;
  width: 94.66px;
  height: 7.4px;
  margin-top: 6px;
  background: var(--gradient1);
} */

.foryouText p {
  margin-top: 40px;
}

/* .foryouText > img {
  width: 39%;
  margin-top: 0;
  position: absolute;
  top: -30%;
  right: -15%;
  z-index: -1;
} */







/* #profileBackContainer { */
  /* width: 100%; */
  /* margin-top: -30px; */
  /* padding: 30px 0 100px; */
  /* overflow: hidden; */
  /* position: relative; */
/* } */

/* #profileBackContainer > img {
  width: 1152px;
  position: absolute;
  top: 0;
  left: -150px;
  z-index: -1;
} */

.profileContainer {
  /* width: 90%;
  max-width: 960px; */
  margin: 100px auto 0;
  /* position: relative;
  display: flex;
  flex-direction: column-reverse; */
}

.profileText {
  flex: 0 1 100%;
  margin-top: 30px;
}

.profileText p {
  margin-top: 30px;
}

.more {
  width: 90%;
  max-width: 320px;
  /* height: 60px; */
  margin: 36px auto 0;
  /* background: var(--secondaryColor);
  border-radius: 30px;
  position: relative; */
}

/* .linkArrow {
  position: relative;
}
.linkArrow::before {
  content: "";
  width: 10px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.linkArrow::after {
  content: "";
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(-45deg);
}

.more a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
} */

/* .profileImg {
  width: 100%;
  max-width: 550px;
  margin: 0 auto;
  position: static;
  top: 0;
  left: 0;
  z-index: 0;
} */

/* .profileImg img {
  width: 100%;
  vertical-align: bottom;
} */






#helpContainer {
  /* width: 100%; */
  margin-top: 20px;
  padding-bottom: 90px;
  /* position: relative; */
}

/* #helpContainer > img:first-of-type {
  width: 100%;
  height: calc(100% - 170px);
  object-fit: cover;
  position: absolute;
  top: 170px;
  left: 0;
  z-index: -1;
} */

.helpContents {
  /* width: 90%;
  max-width: 1200px; */
  padding: 36px 5%;
  /* margin: 0 auto; */
  border-radius: 20px;
  /* text-align: center;
  background: #fff;
  box-shadow: 0px 0px 10px 3px rgba(100, 100, 100, 0.1);
  position: relative; */
}

/* .helpContents > img {
  width: 322px;
  position: absolute;
  top: -100px;
  left: -150px;
  z-index: -2;
} */

/* .helpContents h2::after {
  margin: 6px auto 0;
} */

.helpContentsList {
  /* width: 100%;
  max-width: 840px; */
  margin: 46px auto 0;
  display: block;
}

/* .help {
  width: 90%;
  max-width: 300px;
  margin: 0 auto 30px;
}
.help:last-of-type {
  margin-right: auto;
} */

/* .help img {
  width: 100%;
  vertical-align: bottom;
} */

.helpContents > p {
  margin-top: 36px;
}

.helpBtn {
  /* width: 90%; */
  max-width: 280px;
  margin: 40px auto 0;
  height: 60px;
  /* border: 2px solid var(--secondaryColor);
  box-sizing: border-box; */
  border-radius: 30px;
  /* position: relative; */
}

/* .helpBtn a {
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--secondaryColor);
}

.helpBtn.linkArrow::before {
  background: var(--secondaryColor);
}
.helpBtn.linkArrow::after {
  border-bottom: 2px solid var(--secondaryColor);
  border-right: 2px solid var(--secondaryColor);
} */








#reviewsContainer {
  /* width: 100%; */
  margin: 70px auto 0;
  /* overflow: hidden; */
}

/* #reviewsContainer h2 {
  text-align: center;
} */

/* #reviewsContainer h2::after {
  margin: 6px auto 0;
} */

/* .reviewsContents {
  width: 90%;
  max-width: 960px;
  margin: 70px auto 0;
  position: relative;
} */

.reviewsContents > img:first-of-type {
  width: 191px;
  /* position: absolute; */
  /* top: -150px; */
  right: -140px;
  /* z-index: -1; */
}

/* .reviewsContents > img:nth-of-type(2) {
  width: 191px;
  position: absolute;
  top: 29.5%;
  left: -250px;
} */

/* .reviewsContents > img:nth-of-type(3) {
  width: 1010px;
  position: absolute;
  top: 32%;
  left: -500px;
  z-index: -1;
} */

.review {
  /* width: 100%; */
  /* max-width: 500px;
  margin: 0 auto; */
  padding: 40px 0 32px;
  /* border-top: 1px solid #DBDBDC;
  display: flex;
  justify-content: space-between; */
  /* flex-wrap: wrap; */
}
/* .review:last-of-type {
  border-bottom: 1px solid #DBDBDC;
} */

/* .reviewImg {
  flex: 0 1 100%;
} */

/* .reviewImg img {
  width: 100%;
  vertical-align: bottom;
} */

.reviewText {
  /* flex: 0 1 510px; */
  margin: 30px 0 0;
}

/* h3 {
  display: inline-block;
  text-align: center;
  min-width: 180px;
  padding: 0px 10px 1px;
  line-height: 1.8;
  font-size: 22px;
  color: #fff;
  background: var(--gradient2);
}

.reviewsPost {
  margin-top: 20px;
  font-size: 18px;
  line-height: 1.7;
}

.reviewsDesc {
  margin-top: 13px;
} */
}