.section1 {
  min-height: 776px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section1 .title {
  margin-top: 131.57px;
  border-bottom: 2.79px solid #2a5c81;
  padding-bottom: 8px;
  font-size: 14.87px;
  margin-bottom: 24.67px;
}
.section1 .mainTitle {
  font-size: 37.19px;
  font-family: "Judson";
  font-weight: 400;
  margin-bottom: 106.67px;
}
.section1 .contents {
  display: flex;
  flex-direction: row;
  /* border: 1px solid black; */
  width: 100%;
  max-width: 1678px;
  min-height: 280.75px;
  justify-content: space-between;
}
.section1 .contents .card {
  /* border: 1px solid black; */
  width: 308.64px;
  height: 280.75px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section1 .contents .card .desc {
  width: 217.54px;
  height: 138.52px;
  background: rgba(255, 255, 255, 0.85);
  border-radius: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 120%;
}
@media (max-width: 1800px) {
  .section1 .contents {
    flex-direction: column;
    align-items: center;
    gap: 48px;
    margin-bottom: 77px;
  }
  .section1 .mainTitle {
    text-align: center;
    line-height: 110%;
    margin-bottom: 40px;
  }
  .section1 .title {
    margin-top: 77px;
  }
}
.section3 {
  height: 672px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section3 .bgImg {
  background-image: url("../assets/section3Bg.png");
  width: 100%;
  height: 533px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.section3 .doctor {
  margin-right: 28px;
  object-fit: contain;
}
.section3 .desc {
  max-width: 533.74px;
  color: white;
  padding-top: 130px;
}
.section3 .desc .subTitle {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 7px;
}
.section3 .desc .title {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 22px;
}
.section3 .desc .descTitle {
  font-weight: 400;
  font-size: 16px;
  /* height: 141px; */
  line-height: 140%;
  margin-bottom: 30px;
}
.section3 button {
  width: 120px;
  height: 48px;
  background: #aab597;
  color: white;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 16px;
}
@media (max-width: 1400px) {
  .section3 .doctor {
    display: none;
  }
  .section3 {
    height: 533px;
  }
  .section3 .desc {
    padding: 0 25px;
  }
}
.section4 {
  padding: 144px 0;
  background: #e6e9e1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section4 .content {
  width: 1418px;
  height: 569.69px;
  /* border: 1px solid black; */
  display: flex;
}

.section4 .content .imgSection {
  width: 709px;
  height: 100%;
  display: flex;
  align-items: end;
  gap: 25.13px;
}
.section4 .content .imgSection .img1 {
  border-radius: 186.58px;
}
.section4 .content .imgSection .img2 {
  border-radius: 186.58px;
}
.section4 .content .desc {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.section4 .content .desc .subTitle {
  border-bottom: 3.73px #2a5c81 solid;
  padding-bottom: 11px;
  width: 193.79px;
  font-size: 19.9px;
  font-weight: 400;
  display: flex;
  justify-content: center;
  margin-bottom: 33.2px;
}
.section4 .content .desc .mainTitle {
  font-size: 49.75px;
  margin-bottom: 35.28px;
}
.section4 .content .desc .descript {
  max-width: 502px;
  font-size: 19.9px;
  margin-bottom: 66.21px;
}
.section4 .content .desc button {
  margin-right: auto;
  background-color: #2a5c81;
  color: white;
  border-radius: 62.19px;
  width: 220px;
  height: 63.44px;
  font-size: 20px;
  font-weight: 400;
  font-family: "Inter";
}
@media (max-width: 1400px) {
  .section4 .content .imgSection {
    display: none;
  }
  .section4 .content {
    justify-content: center;
    text-align: center;
  }
  .section4 .content .desc .subTitle {
    margin-left: auto;
    margin-right: auto;
  }
  .section4 {
    padding: 63px 0;
  }
  .section4 .content .desc button {
    margin-left: auto;
  }
  .section4 .content .desc .mainTitle {
    font-size: 30px;
  }
  .section4 .content .desc .descript {
    padding: 0 20px;
  }
}
.section5 {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 70px 0;
}
.section5 .content {
  display: flex;
  flex-direction: column;
  text-align: center;
}
.section5 .content .title {
  margin-top: 103px;
  margin-bottom: 15px;
  font-size: 28px;
}
.section5 .content .subTitle {
  font-size: 18px;
}
.section5 .content .items {
  display: flex;
  gap: 47px;
  margin-top: 54px;
  margin-bottom: 132px;
}
.section5 .content .items .item {
  display: flex;
  flex-direction: column;
}
.section5 .content .items .item img {
  margin-bottom: 20px;
}
.section5 .content .items .item p {
  font-size: 20px;
}
@media (max-width: 1400px) {
  .section5 .content .items {
    flex-direction: column;
  }
  .section5 .content .items {
    margin-bottom: 0;
  }
  .section5 .content .title {
    margin-top: 0px;
  }
}
.section6 {
  height: 781px;
  display: flex;
  flex-direction: row;
  gap: 20px;
  font-family: "Syne";
}
.section6 .left {
  height: 100%;
  width: auto;
  aspect-ratio: 950/781;
  /* border: 1px solid black; */
  background-image: url("../assets/section6Img1.jpg");
  background-size: cover;
  background-position: center;
  position: relative;
}
.section6 .left .content {
  position: absolute;
  left: 100px;
  bottom: 160px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.section6 .left .content p {
  font-size: 62px;
  font-weight: 700;
  color: white;
}
.section6 .left .content button {
  /* background: white; */
  width: 252px;
  height: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  border: 1px solid white;
  color: white;
  &:hover {
    background: white;
    color: black;
  }
}

.section6 .right {
  display: flex;
  flex-direction: column;
  gap: 20px;
  /* border: 1px solid black; */
  width: 100%;
}
.section6 .right .top {
  /* border: 1px solid black; */
  width: 100%;
  height: auto;
  aspect-ratio: 950/380;
  background-image: url("../assets/section6Img2.jpg");
  background-size: cover;
  background-position: center;
  position: relative;
}
.section6 .right .top .content {
  position: absolute;
  left: 120px;
  bottom: 72px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.section6 .right .top .content p {
  font-size: 62px;
  font-weight: 700;
  color: white;
}
.section6 .right .top .content button {
  width: 251px;
  height: 46px;
  border: 1px solid white;
  color: white;
  font-size: 20px;
  &:hover {
    background: white;
    color: black;
  }
}
.section6 .right .bottom {
  /* border: 1px solid black; */
  width: 100%;
  height: auto;
  aspect-ratio: 950/380;
  background-image: url("../assets/section6Img3.jpg");
  background-size: cover;
  background-position: center;
  position: relative;
}
.section6 .right .bottom .content {
  position: absolute;
  left: 120px;
  bottom: 72px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.section6 .right .bottom .content p {
  font-size: 62px;
  font-weight: 700;
  color: white;
}
.section6 .right .bottom .content button {
  width: 251px;
  height: 46px;
  border: 1px solid white;
  color: white;
  font-size: 20px;
  &:hover {
    background: white;
    color: black;
  }
}
@media (max-width: 1620px) {
  .section6 {
    height: auto;
    flex-direction: column;
  }
  .section6 .left .content {
    left: 53.24px;
    bottom: 38.24px;
  }
  .section6 .left .content p {
    font-size: 23px;
  }
  .section6 .left .content button {
    width: 88px;
    height: 17px;
    font-size: 7.61px;
  }
  .section6 .right .top .content {
    left: 49px;
    bottom: 46px;
  }
  .section6 .right .top .content p {
    font-size: 23px;
  }
  .section6 .right .top .content button {
    width: 88px;
    height: 17px;
    font-size: 7.61px;
  }
  .section6 .right .bottom .content {
    left: 45px;
    bottom: 27px;
  }
  .section6 .right .bottom .content p {
    font-size: 23px;
  }
  .section6 .right .bottom .content button {
    width: 88px;
    height: 17px;
    font-size: 7.61px;
  }
}
