.introduction__left p {
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  letter-spacing: 0%;
  color: #231F20;
  margin-top: 45px;
}

.whatPrint__container {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 20px;
  margin-top: 120px;
}
.whatPrint__section {
  max-width: 387px;
  width: 100%;
  padding: 30px 0 30px 30px;
  background-color: #F1F6FF;
  border-radius: 30px;
}
.whatPrint__section h5 {
  font-weight: 700;
  font-size: 22px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #231F20;
}
.whatPrint__section p {
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: 0%;
  color: #231F20;
  margin-top: 15px;
}
.whatPrint__section ul {
  list-style: disc;
  margin-left: 25px;
}
.whatPrint__section ul li {
  font-weight: 400;
  font-size: 16px;
  line-height: 90%;
  letter-spacing: 0%;
  color: #231F20;
  margin-top: 15px;
}

.examplePrints__container {
  margin-top: 200px;
}
.examplePrints__h2 {
  font-weight: 700;
  font-size: 32px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #1A47AF;
  text-align: center;
}
.examplePrints__swiper {
  margin-top: 40px;
}
.examplePrints__item {
  max-width: 387px;
  border-radius: 30px;
  width: 100%;
  background-color: #F1F6FF;
  padding: 0 0 20px 0;
}
.examplePrints__img {
  max-width: 387px;
  width: 100%;
  border-radius: 30px;
}
.examplePrints__desc {
  margin: 20px 30px 0;
}
.examplePrints__desc h2 {
  font-weight: 700;
  font-size: 22px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: #231F20;
}
.examplePrints__desc p {
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: #231F20;
  margin-top: 10px;
}

.advantages__h2 {
  font-weight: 700;
  font-size: 32px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: #1A47AF;
}
.advantages__wrapper {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  margin-top: 40px;
  gap: 20px;
}
.advantages__item {
  max-width: 374px;
  width: 100%;
  padding: 30px;
  background-color: #F1F6FF;
  border-radius: 30px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
}
.advantages__item img {
  width: 86px;
}
.advantages__item p {
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: #231F20;
  margin-top: 16px;
}

.whatIsThis__container {
  padding: 30px;
  background-color: #F1F6FF;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 30px;
  margin-top: 120px;
}
.whatIsThis__left {
  max-width: 602px;
  width: 100%;
}
.whatIsThis__left h2 {
  font-weight: 700;
  font-size: 32px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #1A47AF;
}
.whatIsThis__left p {
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0%;
  color: #231F20;
  margin-top: 30px;
}
.whatIsThis__left p span {
  font-weight: 600;
}
.whatIsThis__left img {
  max-width: 478px;
  width: 100%;
  margin-top: 30px;
}
.whatIsThis__right img {
  max-width: 478px;
  width: 100%;
}

.suggestion__container {
  margin-top: 120px;
}
.suggestion__h2 {
  font-weight: 700;
  font-size: 32px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #1A47AF;
}
.suggestion__p {
  margin-top: 40px;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #231F20;
}
.suggestion__p span {
  color: #000000;
  font-weight: 600;
}
.suggestion__wrapper {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 20px;
}
.suggestion__item {
  background-color: #F1F6FF;
  border-radius: 30px;
  max-width: 580px;
  width: 100%;
  height: 594px !important;
}
.suggestion__item-top {
  max-width: 580px;
  width: 100%;
}
.suggestion__item-bottom {
  padding: 0 30px 20px;
  display: flex;
  justify-content: space-between;
  align-self: center;
  flex-direction: column;
  width: 100%;
  max-height: 268px !important;
  height: 100% !important;
}
.suggestion__item-bottom .btn {
  align-self: center;
  max-width: 246px;
  width: 100%;
}
.suggestion__item-dec {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 10px;
}
.suggestion__item-dec h2 {
  font-weight: 700;
  font-size: 22px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: #231F20;
}
.suggestion__item-dec p {
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: #231F20;
}
.suggestion__item-dec sub {
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  text-align: center;
  letter-spacing: 0%;
  color: #ED018C;
}

.info__h2 {
  font-weight: 700;
  font-size: 32px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #1A47AF;
}
.info__container {
  margin-top: 120px;
}
.info__container p,
.info__container sub,
.info__container li {
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: 0%;
  color: #000000;
}
.info__container p {
  margin-top: 40px;
}
.info__container sub {
  margin-top: 20px;
  display: block;
}
.info__container ul {
  margin-left: 20px;
  margin-top: 20px;
  list-style: disc;
}

@media (max-width: 1040px) {
  .introduction__h1--desktop {
    margin-top: 90px;
  }
}
@media (max-width: 980px) {
  .introduction__h1--desktop {
    margin-top: 45px;
  }
}
@media (max-width: 768px) {
  .--mt {
    margin-top: 381px;
  }
  .advantages__h2 {
    text-align: start;
  }
  .introduction__h1--desktop {
    font-weight: 800;
    font-size: 31px;
    line-height: 40px;
    letter-spacing: 0%;
  }
  .whatPrint__container {
    margin-top: 300px;
    flex-wrap: wrap;
  }
  .introduction__left p {
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
  }
  .introduction__right--banner {
    filter: none !important;
    -webkit-clip-path: inset(0 0 calc(100% - 560px) 0) !important;
            clip-path: inset(0 0 calc(100% - 560px) 0) !important;
    margin-top: 240px !important;
  }
  .introduction__container {
    background: linear-gradient(90deg, #7FA7CF 0%, #7FA9D0 12.16%, #7FABD1 24.86%, #7BA8D1 50.28%, #7AA8D2 64.79%, #79A5CE 79.66%, #74A1CC 100%);
  }
  .examplePrints__h2 {
    text-align: start;
  }
}
@media (max-width: 510px) {
  .suggestion__item {
    height: 540px !important;
  }
  .whatPrint__container {
    margin-top: 200px;
    flex-wrap: wrap;
  }
  .--mt {
    margin-top: 250px;
  }
}
@media (max-width: 450px) {
  .suggestion__item {
    height: 500px !important;
  }
  .whatPrint__container {
    margin-top: 150px;
    flex-wrap: wrap;
  }
}
@media (max-width: 400px) {
  .--mt {
    margin-top: 150px;
  }
  .suggestion__item {
    height: 450px !important;
  }
  .whatPrint__container {
    margin-top: 80px;
    flex-wrap: wrap;
  }
  .advantages__wrapper {
    gap: 15px;
  }
  .advantages__item {
    max-width: 160px;
  }
}