/* hero */
.taking-xdemvy--hero {
  padding: 45px 0 15px;
  @media (min-width: 992px) {
    padding: 0 0 40px;
  }
}

.taking-xdemvy--hero .container.one {
  max-width: 1220px;
}

.taking-xdemvy--hero p {
  font-size: 20px;
  line-height: 24px;
}
@media (min-width: 992px) {
  .taking-xdemvy--hero p {
    font-size: 20px;
    line-height: 26px;
  }
}

.taking-xdemvy--hero ul {
  font-size: 20px;
  line-height: 24px;
}
@media (min-width: 992px) {
  .taking-xdemvy--hero ul {
    font-size: 20px;
    line-height: 26px;
  }
}

.taking-xdemvy--hero li {
  margin-bottom: 16px;
}

/* hero -- header */
.taking-xdemvy--header {}
@media (min-width: 992px) {
  .taking-xdemvy--header {
    display: flex;
    align-items: flex-end;
    gap: 16px;
  }
  .taking-xdemvy--header .taking-xdemvy--desktop-hero {
    flex: 0 0 312px;
  }
}

.taking-xdemvy--header h1 {
  font-size: 55px;
  line-height: 58px;
}
@media (min-width: 992px) {
  .taking-xdemvy--header h1 {
    font-size: 85px;
    line-height: 85px;
    padding-bottom: 50px;
  }
}

.taking-xdemvy--sub-header {}

.taking-xdemvy--sub-header h2 {
  margin-top: 10px;
  margin-bottom: 16px;
}

.taking-xdemvy--sub-header p {
  font-weight: 500;
  margin-bottom: 24px;
}

.taking-xdemvy--sub-header ul {
  padding-left: 12px;
}
.taking-xdemvy--sub-header li {
  position: relative;
  padding-left: 20px;
  list-style: none;
}
.taking-xdemvy--sub-header li:after {
  content: " ";
  background: transparent no-repeat top center;
  background-image: url("./../img-icon/Point@2x.png");
  background-size: contain;
  width: 18px;
  height: 20px;
  position: absolute;
  left: -9px;
  top: 15px;
  transform: translateY(-50%);
  padding-right: 10px;
}

.taking-xdemvy--desktop-hero {
  display: none;
}
@media (min-width: 992px) {
  .taking-xdemvy--desktop-hero {
    display: block;
  }
}

.taking-xdemvy--mobile-hero {
  display: block;
}
@media (min-width: 992px) {
  .taking-xdemvy--mobile-hero {
    display: none;
  }
}

p.taking-xdemvy--image-description {
  font-size: 13px;
  line-height: 26px;
  text-align: center;
}
@media (min-width: 992px) {
  p.taking-xdemvy--image-description {
    font-size: 10px;
    line-height: 26px;
  }
}


/* what is */
.taking-xdemvy--what-is {
  background: #F2EEE5;
  /* background: url("/themes/custom/heller/images/taking-xdemvy--what-is@2x.png")
    no-repeat top -90px right -100px #F2EEE5; */
  background-size: 804px auto;
  padding: 60px 0;
  position: relative;
}
@media (min-width: 992px) {
  .taking-xdemvy--what-is {
    /* background-image: none; */
    /* background: url("/themes/custom/heller/images/taking-xdemvy--what-is@2x.png")
      no-repeat top -90px right -160px #F2EEE5; */
    /* background-size: 804px auto; */
    padding: 60px 0 70px;
  }
}

.taking-xdemvy--what-is .container {
  position: relative;
}

.taking-xdemvy--what-is h3 {
  font-size: 30px;
  line-height: 50px;
  text-transform: uppercase;
  color: #15889E;
  font-weight: 500;
  font-family: 'Barlow Condensed';
}

.taking-xdemvy--what-is p {
  font-size: 20px;
  line-height: 24px;
  margin: 16px 0 20px;
}
@media (min-width: 992px) {
  .taking-xdemvy--what-is p {
    font-size: 20px;
    line-height: 26px;
  }
}

.taking-xdemvy--what-is ul {
  font-size: 20px;
  line-height: 24px;
  max-width: 560px;
}
@media (min-width: 992px) {
  .taking-xdemvy--what-is ul {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 60px;
  }
}

.taking-xdemvy--what-is ul {
  padding-left: 12px;
}
.taking-xdemvy--what-is li {
  position: relative;
  padding-left: 20px;
  list-style: none;
  margin-bottom: 20px;
}
.taking-xdemvy--what-is li:after {
  content: " ";
  background: transparent no-repeat top center;
  background-image: url(./../img-icon/Point@2x.png);
  background-size: contain;
  width: 18px;
  height: 20px;
  position: absolute;
  left: -9px;
  top: 15px;
  transform: translateY(-50%);
  padding-right: 10px;
}

.taking-xdemvy--what-is .one p {
  max-width: 562px;
}

.taking-xdemvy--what-is .two {
  text-align: center;
}
.taking-xdemvy--what-is .two p {
  text-align: center;
}

.taking-xdemvy--what-is .two a {
  text-align: center;
  display: inline-block;
  margin: 0 auto;
}

.what-is-image-desktop {
  display: none;
}
@media (min-width: 1080px) {
  .what-is-image-desktop {
    display: block;
    position: absolute;
    top: -170px;
    right: -240px;
    max-width: 804px;
  }
}

.what-is-image-mobile {
  position: relative;
  display: block;
  width: 848px;
  margin: 30px auto 40px;
  max-width: unset;
  left: 44%;
  transform: translateX(-50%);
}
@media (min-width: 1080px) {
  .what-is-image-mobile {
    display: none !important;
  }
}

/* after */
.taking-xdemvy--after {
  padding-top: 40px;
}

.taking-xdemvy--after h2 {
  margin-bottom: 24px;
}

.taking-xdemvy--after p {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .taking-xdemvy--after p {
    font-size: 20px;
    line-height: 26px;
  }
}
.taking-xdemvy--after p:last-child {
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .taking-xdemvy--after p:last-child {
    margin-bottom: 50px;
  }
}
.taking-xdemvy--after .text-teal {
  color: #15889E;
}
