@font-face {
  font-family: "Myriad Pro";
  src: local("Myriad Pro"), url("../fonts/MyriadPro-Regular.otf") format("opentype") tech(color-COLRv1);
}
@font-face {
  font-family: "Myriad Pro Bold";
  src: local("Myriad Pro Bold"), url("../fonts/MyriadPro-bold.otf") format("opentype") tech(color-COLRv1);
}
@font-face {
  font-family: "Myriad Pro Black";
  src: local("Myriad Pro Black"), url("../fonts/MyriadPro-BlackSemiCn.otf") format("opentype") tech(color-COLRv1);
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  color: black;
  background-color: #fff;
}

a {
  color: black;
}

h1,
h2,
h3,
h4,
h5,
p {
  margin: 0;
}

.text-bold {
  font-weight: bold;
}

.text-padding {
  padding: 0 0.5rem;
}

.text-center {
  text-align: center;
}

.line-through {
  text-decoration: line-through;
}

.text-red {
  color: #e70000;
}

.text-green {
  color: #1eb336;
}

.text-gray {
  font-size: 1.2rem;
  color: #aaaaaa;
}

.bg-red {
  background-color: red;
  padding: 2px;
  color: white;
  font-weight: 700;
}

.text-gray {
  color: #a7a7a7;
}

.text-white {
  color: white;
}

.text-blue {
  color: #0085cd;
}

.text-bg-green {
  background-color: #19ae30;
}

.text-bg-red {
  background-color: #cf0000;
}

.text-bg-yellow {
  background-color: #f2cc0f;
}

.image-wrapper {
  margin: 2.5rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bg {
  background-image: url("../images/bg.png");
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
}

.image-list {
  list-style-type: none;
}
.image-list li {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
}
.image-list li:not(:last-of-type) {
  margin-bottom: 10px;
}
.image-list li p {
  text-align: left;
}

@media (min-width: 768px) {
  .pic2 {
    max-width: 60%;
  }
}

.summary-subtitle {
  font-size: 23px;
  font-weight: bold;
  line-height: 36px;
  margin-bottom: 1.2rem;
}

.summary-button {
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: -moz-fit-content;
  width: fit-content;
  background: transparent linear-gradient(180deg, #08ff00 0%, #066e03 100%);
  box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.1607843137);
  border: 2px solid #1bc715;
  padding: 16px 24px;
  border-radius: 3.5rem;
  margin: 1.5rem auto;
  transition: all 0.35s ease-in-out;
  white-space: nowrap;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
.summary-button img {
  width: 34px;
  height: 34px;
}
.summary-button span {
  color: white;
  text-align: center;
  font-size: 3rem;
  font-weight: 700;
}
.summary-button:hover {
  cursor: pointer;
  background-color: white;
  color: #009f20;
}

.button--hidden {
  display: none;
  width: 100%;
  max-width: 320px;
}

.button--visible {
  display: flex;
}

.image-grid {
  display: grid;
  align-items: center;
  grid-template-columns: 50% 50%;
  margin: 2.5rem 0;
}

img {
  display: block;
  max-width: 100%;
}

a {
  text-decoration: none;
}

ul {
  padding-left: 0;
  margin: 0;
}
ul li {
  font-size: 1.6rem;
  line-height: 2.6rem;
}

.link {
  font-size: 24px;
  line-height: 35px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 25px;
  display: block;
  text-decoration: underline;
  color: #0000ff;
}

.lead {
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  margin-bottom: 30px;
}

.title {
  font-family: "Myriad Pro Black", sans-serif;
  font-size: 37px;
  line-height: 50px;
  font-weight: 900;
  margin-bottom: 25px;
  color: #9f2c45;
}

.inner {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-gap: 15px;
}

.next-page {
  display: block;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  color: white;
  font-weight: 700;
  border-radius: 10px;
  background-color: #0c9e11;
  padding: 16px;
  border: 4px solid white;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}

.link {
  display: grid;
  grid-template-columns: 38px 1fr;
  grid-gap: 16px;
  align-items: flex-start;
  margin-bottom: 30px;
}
.link img {
  margin-top: 5px;
}
.link span {
  font-family: "Poppins", sans-serif;
  font-size: 30px;
  line-height: 46px;
  font-weight: 700;
  color: #5332d4;
  text-decoration: underline;
  text-align: left;
}

.btn {
  width: 100%;
  max-width: 50.8rem;
  border: 2px solid #19ae30;
  background-color: #19ae30;
  border-radius: 0.2rem;
  text-align: center;
  display: block;
  color: white;
  font-size: 2.4rem;
  font-weight: 700;
  padding: 2.1rem;
  margin: 0 auto 2rem;
  cursor: pointer;
  transition: all 0.35s ease-in-out;
}
.btn:hover {
  color: #19ae30;
  background-color: white;
  border: 2px solid #19ae30;
}

.radius {
  border-radius: 10px;
}

.eye-wrapper {
  display: flex;
  justify-content: center;
  padding-bottom: 35px;
}

.decoration {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  height: 0.5rem;
}
.decoration-1 {
  background-color: #f69087;
}
.decoration-2 {
  background-color: #85ccb1;
}
.decoration-3 {
  background-color: #85a9b3;
}
.decoration-4 {
  background-color: #b0cb7a;
}

.header {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  padding: 15px 0;
  margin-bottom: 40px;
}
.header__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.header__logo {
  display: flex;
  align-items: center;
  gap: 12px;
}
.header__logo img {
  height: 94px;
  width: auto;
}
.header__logo span {
  font-family: "amster", serif;
  font-size: 28px;
  line-height: 30px;
  font-weight: 900;
  color: #9f2c45;
}
.header__logo span .green {
  color: #346756;
}
.header__nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 48px;
}
.header__nav a {
  position: relative;
}
.header__nav a:not(:last-of-type)::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -24px;
  width: 1px;
  height: 32px;
  background-color: #cbcbcb;
}
.header__link {
  font-size: 20px;
  line-height: 30px;
  text-transform: uppercase;
}
.header__hamburger {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
.header__hamburger div {
  width: 26px;
  height: 4px;
  background-color: #091437;
  border-radius: 2px;
}
.header__mobile {
  display: none;
}

.logos {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
  background-color: #254367;
  padding: 30px 90px 30px 40px;
}
.logos img {
  height: 48px;
  width: auto;
}

.breadcrumbs {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 30px;
}
.breadcrumbs span {
  color: #5332d4;
}

.heading {
  font-size: 51px;
  line-height: 65px;
  font-weight: 900;
  color: #346756;
  margin-bottom: 25px;
}
.heading span {
  color: #9f2c45;
}

.container {
  width: 100%;
  max-width: 1248px;
  margin-left: auto;
  margin-right: auto;
}

.figure {
  margin-bottom: 20px;
}

.figcaption {
  text-align: center;
  padding: 5px;
  background-color: #c5c5c5;
}
.figcaption .paragraph {
  margin-bottom: 0;
}

.blue-box {
  background-color: #04599d;
  border-radius: 10px;
  padding: 16px;
  margin-bottom: 30px;
}
.blue-box .paragraph {
  margin-bottom: 0;
}

.professor {
  margin-bottom: 30px;
}
.professor__row {
  display: grid;
  grid-template-columns: 183px auto;
  grid-gap: 24px;
}
.professor__inner {
  background-color: #254367;
  padding: 12px;
}
.professor__inner p {
  font-size: 16px;
  line-height: 21px;
  color: white;
}

.product {
  margin-bottom: 30px;
}
.product__header {
  background: transparent linear-gradient(90deg, #bc6ba6 0%, #ee7759 100%);
  padding: 16px;
}
.product__title {
  font-family: "Myriad Pro Bold", sans-serif;
  font-size: 27px;
  line-height: 37px;
  font-weight: 700;
  color: white;
  text-align: center;
}
.product__body {
  background: transparent linear-gradient(90deg, #fdece4 0%, #ffffff 100%);
  padding: 30px 24px;
}
.product__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}
.product__image {
  width: 100%;
  max-width: 326px;
}
.product__col:last-of-type {
  flex-shrink: 0;
}
.product__list li {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 16px;
}
.product__list li:not(:last-of-type) {
  margin-bottom: 16px;
}
.product__list li .paragraph {
  margin: 0;
}
.product__icon {
  width: 24px;
  height: auto;
}

.testimonial {
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.1607843137);
  padding: 24px;
  border-radius: 16px;
  margin: 0 auto 30px;
  width: 100%;
  max-width: 801px;
}
.testimonial__banner {
  padding: 24px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-bottom-right-radius: 128px;
  margin-bottom: 25px;
}
.testimonial__banner--first {
  background-image: url("../images/photo_pain_1.png");
}
.testimonial__banner--second {
  background-image: url("../images/photo_pain_2.png");
}
.testimonial__text-wrapper {
  max-width: 410px;
}
.testimonial__heading {
  font-family: "impact", serif;
  font-size: 43px;
  line-height: 52px;
  font-weight: 500;
}
.testimonial__heading--blue {
  color: #254367;
}
.testimonial__heading--red {
  color: #e52c2e;
}
.testimonial__row {
  display: grid;
  grid-template-columns: 194px auto;
  align-items: center;
  grid-gap: 24px;
  margin-bottom: 25px;
}
.testimonial__row img {
  border: 7px solid #fab907;
  border-radius: 50%;
}
.testimonial__inner {
  position: relative;
}
.testimonial__badge {
  background-color: #346756;
  width: -moz-fit-content;
  width: fit-content;
  padding: 8px;
  margin: -22px auto 0;
  z-index: 3;
  position: relative;
}
.testimonial__badge span {
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  color: white;
}

.separator {
  width: 100%;
  height: 3px;
  background-color: black;
  margin: 32px 0;
}

.banner {
  background-image: url("../images/banner.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 400px;
  height: 600px;
  margin-bottom: 30px;
}
.banner__content {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  padding: 20px;
}
.banner__heading {
  font-family: "pragmatica-extended", sans-serif;
  font-size: 64px;
  line-height: 70px;
  font-weight: 800;
  color: #bc6ba5;
}
.banner__text {
  font-family: "pragmatica-extended", sans-serif;
  font-size: 26px;
  line-height: 40px;
  font-weight: 800;
  color: white;
  color: #bc6ba5;
  margin-bottom: 27px;
}
.banner__title {
  font-family: "pragmatica-extended", sans-serif;
  font-size: 30px;
  line-height: 34px;
  font-weight: 800;
  color: #ee785c;
  text-align: right;
  padding-left: 160px;
}
.banner__btn {
  font-family: "Lato", sans-serif;
  width: 100%;
  margin: 0 auto;
  background: transparent linear-gradient(180deg, #08ff00 0%, #066e03 100%);
  border-radius: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 10px 20px;
  box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.1607843137);
  border: 2px solid #1bc715;
}
.banner__btn span {
  font-family: "Lato", sans-serif;
  font-size: 20px;
  line-height: 34px;
  color: white;
}
.banner__btn img {
  width: 42px;
  height: 42px;
}

.summary-content {
  width: 100%;
  max-width: 1248px;
  margin: 35px auto 0;
  padding: 0 2rem;
}

.summary-product {
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 376px;
  width: 100%;
}

.site-content {
  display: grid;
  margin-top: 35px;
  justify-content: center;
  grid-template-columns: repeat(1, 1fr);
  width: 100%;
}
@media (min-width: 1150px) {
  .site-content {
    grid-template-columns: 1fr 400px;
    grid-gap: 47px;
  }
}

.main-top,
.main-bottom {
  background-color: white;
}

.main-summary {
  width: 100%;
  max-width: 1248px;
  box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.1607843137);
  margin-inline: auto;
  text-align: center;
}
@media (max-width: 768px) {
  .main-summary {
    padding: 20px;
  }
}

.summary-inner {
  padding: 20px 100px;
}

.paragraph {
  font-family: "Myriad Pro", sans-serif;
  font-size: 1.8rem;
  line-height: 2.6rem;
  margin-bottom: 1.5rem;
}
.paragraph--center {
  text-align: center;
}

main .summary-title {
  font-family: "Montserrat", sans-serif;
  font-size: 3rem;
  line-height: 4.1rem;
  font-weight: bold;
  color: #0c9e11;
  padding: 0.5rem 2rem;
  text-align: center;
  margin: 0 auto 2.5rem;
  border-bottom: 2px solid #ddc8c8;
}
@media (min-width: 992px) {
  main .summary-title {
    font-size: 45px;
    line-height: 55px;
  }
}
main .main-title {
  font-size: 4.5rem;
  font-weight: bold;
  text-align: left;
  margin-bottom: 15px;
  line-height: 5.4rem;
}
@media (max-width: 768px) {
  main .main-title {
    font-size: 34px;
    line-height: 44px;
  }
}
main .main-lead {
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 4rem;
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  main .main-lead {
    font-size: 3.4rem;
  }
}
main .main-subtitle {
  font-size: 2rem;
  font-weight: bold;
  line-height: 2.6rem;
  margin-bottom: 1.2rem;
}
main .product__summary {
  display: flex;
  justify-content: center;
  gap: 24px;
}
main .product__text {
  margin-top: 20px;
}
main .product__text p {
  text-align: left;
}
main .product__under {
  margin-bottom: 0 !important;
  font-size: 18px !important;
}
main .under_button {
  margin-bottom: 10px;
}
main .main-paragraph-big {
  font-size: 1.8rem;
  line-height: 2.4rem;
  margin-bottom: 1.5rem;
}
main .paragraph-small {
  font-size: 2rem;
  font-weight: 700;
}

.main-top {
  margin-bottom: 4rem;
}
.main-top .main-article-date {
  text-align: center;
  font-size: 1.3rem;
  line-height: 1.8rem;
  color: #808080;
  margin-bottom: 1.9rem;
}
.main-top .list {
  margin-bottom: 1.6rem;
}
.main-top .green-box {
  background-color: #c2e5d8;
  padding: 2.2rem 1.5rem 1rem;
  margin-bottom: 3.8rem;
  border-radius: 8px;
}
.main-top .guarantee-subtitle {
  margin-bottom: 2.6rem;
  margin-top: 2.2rem;
}
.main-top .product-promotion-details {
  margin-top: 2.3rem;
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 0.5rem;
  margin-bottom: 3.1rem;
}
.main-top .product-promotion-details .text-red {
  text-decoration: line-through;
}
.main-top .product-promotion-details .text-green {
  font-size: 32px;
  line-height: 40px;
}
.main-top .product-promotion-details .text-red,
.main-top .product-promotion-details .text-green {
  font-weight: bold;
}

.text-inner {
  margin-bottom: 40px;
}

.summary-description {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 10px;
}
.summary-description--lato {
  font-family: "Lato", sans-serif;
  font-weight: 900;
}

.main-bottom .comments-title {
  text-transform: uppercase;
  font-size: 2.6rem;
  font-weight: bold;
  padding-bottom: 1.6rem;
}
.main-bottom .form-add-comment {
  display: flex;
  flex-direction: column;
  margin-bottom: 4rem;
}
.main-bottom .form-add-comment input {
  margin-bottom: 0.8rem;
}
.main-bottom .form-add-comment textarea {
  margin-bottom: 2.2rem;
  resize: none;
  min-height: 10rem;
}
.main-bottom .form-add-comment input,
.main-bottom .form-add-comment textarea {
  padding: 0.4rem 0.7rem 0.5rem 0.5rem;
  outline: none;
  font-family: "Roboto", sans-serif;
  font-size: 1.6rem;
  line-height: 2.1rem;
}
.main-bottom .form-add-comment input::-moz-placeholder, .main-bottom .form-add-comment textarea::-moz-placeholder {
  font-family: "Roboto", sans-serif;
  font-size: 1.6rem;
  line-height: 2.1rem;
}
.main-bottom .form-add-comment input::placeholder,
.main-bottom .form-add-comment textarea::placeholder {
  font-family: "Roboto", sans-serif;
  font-size: 1.6rem;
  line-height: 2.1rem;
}
.main-bottom .form-add-comment .form-buttons {
  display: flex;
  gap: 1.1rem;
}
.main-bottom .form-add-comment .form-buttons .form-btn {
  padding: 0.9rem;
  color: white;
  background-color: #868e96;
  border-radius: 0.3rem;
  border: none;
  cursor: pointer;
  transition: all 0.35s ease-in-out;
}
.main-bottom .form-add-comment .form-buttons .form-btn:hover {
  background-color: #5f6468;
}
.main-bottom .comments-wrapper .comment,
.main-bottom .added-comments .comment {
  display: flex;
  margin-bottom: 2.3rem;
}
.main-bottom .comments-wrapper .comment .comment-avatar,
.main-bottom .added-comments .comment .comment-avatar {
  width: 48px;
  height: 48px;
  margin-right: 2.4rem;
}
.main-bottom .comments-wrapper .comment .comment-content-wrapper .comment-row,
.main-bottom .added-comments .comment .comment-content-wrapper .comment-row {
  display: flex;
}
.main-bottom .comments-wrapper .comment .comment-content-wrapper .comment-row-image,
.main-bottom .added-comments .comment .comment-content-wrapper .comment-row-image {
  display: flex;
  flex-direction: column;
}
.main-bottom .comments-wrapper .comment .comment-content-wrapper .comment-author,
.main-bottom .added-comments .comment .comment-content-wrapper .comment-author {
  font-size: 1.6rem;
  font-weight: 700;
  color: black;
  margin-right: 0.9rem;
  margin-bottom: 0.8rem;
}
.main-bottom .comments-wrapper .comment .comment-content-wrapper .comment-date,
.main-bottom .added-comments .comment .comment-content-wrapper .comment-date {
  color: #7f919e;
  font-size: 1.4rem;
}
.main-bottom .comments-wrapper .comment .comment-content-wrapper .comment-content,
.main-bottom .added-comments .comment .comment-content-wrapper .comment-content {
  margin-bottom: 1.1rem;
}
.main-bottom .comments-wrapper .comment .comment-content-wrapper .comment-attachment,
.main-bottom .added-comments .comment .comment-content-wrapper .comment-attachment {
  width: -moz-fit-content;
  width: fit-content;
  max-width: 20rem;
  margin-bottom: 1.8rem;
}

.picture-error {
  color: red;
  font-size: 1.5rem;
  font-weight: 400;
  margin-bottom: 2rem;
}

.telephone-box {
  border: 0.2rem solid #cf0000;
  max-width: 50rem;
  color: black;
  margin: 2rem auto 4rem;
  font-size: 2rem;
  line-height: 4.2rem;
  padding: 0.5rem;
  font-weight: 700;
  text-align: center;
  position: relative;
}
@media (min-width: 525px) {
  .telephone-box {
    font-size: 3.5rem;
  }
}
@media (min-width: 768px) {
  .telephone-box {
    font-size: 4.5rem;
  }
}
.telephone-box::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15%;
  width: 2.6rem;
  height: 2.6rem;
  background-image: url("../images/icon-phone.svg");
  background-size: 100% 100%;
}

.hr {
  width: 100%;
  height: 0.1rem;
  margin: 1.5rem 0;
  background-color: #707070;
}

aside {
  display: none;
}
@media (min-width: 1150px) {
  aside {
    display: block;
  }
}

.aside__row {
  background-color: white;
}

.aside__title {
  font-size: 27px;
  line-height: 37px;
  font-weight: 700;
  text-align: left;
  margin-bottom: 20px;
}

.article {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  grid-gap: 16px;
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid black;
}
.article .paragraph {
  margin: 0;
}

.last-article {
  border-bottom: none;
}

footer {
  margin-top: 50px;
  background-color: #fff5da;
  padding: 50px 0;
}
footer .text-gray {
  text-align: center;
}
footer .copyright {
  margin-bottom: 2.3rem;
}
footer .attachments {
  display: flex;
  justify-content: center;
  gap: 0.8rem;
  margin-bottom: 1.8rem;
}
@media (max-width: 525px) {
  footer .attachments {
    flex-direction: column;
    gap: 10px;
  }
}
footer .attachments .text-gray {
  text-decoration: underline;
}
footer .company-address {
  margin-top: 2.3rem;
  margin-bottom: 1.8rem;
}

.image-row {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 3rem;
  margin: 0 auto 2rem;
}

.image-col {
  width: 50%;
  text-align: center;
  padding: 0 5px;
}

.image-title {
  font-size: 1.8rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.image-title-red {
  color: darkred;
}

.image-title-green {
  color: #3fcba3;
}

@media (max-width: 1260px) {
  .container {
    padding: 0 15px;
  }
  .summary-inner {
    padding: 15px;
  }
}
@media (max-width: 1140px) {
  .header__nav {
    display: none;
  }
  .header__mobile {
    display: block;
  }
}
@media (max-width: 768px) {
  .logos {
    padding: 15px;
    justify-content: center;
  }
  .logos img {
    height: 34px;
  }
  .heading {
    font-size: 28px;
    line-height: 34px;
  }
  .title {
    font-size: 32px;
    line-height: 40px;
  }
  .product__row {
    flex-direction: column;
  }
  .professor__row {
    grid-template-columns: repeat(1, 1fr);
    justify-items: center;
  }
  .professor__inner {
    max-width: 183px;
  }
  .inner {
    grid-template-columns: repeat(1, 1fr);
    justify-items: center;
  }
  .main-img .main-img-text {
    position: absolute;
    bottom: 20px;
    right: 20px;
  }
  .main-img p {
    font-size: 30px;
    line-height: 42px;
  }
  .box__img {
    margin-top: 30px;
    height: 400px;
  }
  .main-summary {
    text-align: center;
  }
  .summary-inner {
    padding: 0;
  }
  .product__summary {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .summary-button span {
    font-size: 18px;
  }
  .product__text {
    text-align: justify;
    font-size: 14px;
    line-height: 20px;
  }
  .summary-button {
    font-size: 20px;
    padding: 10px;
    white-space: normal;
  }
  .under_button {
    font-size: 12px;
    line-height: 18px;
  }
  .box__heading {
    font-size: 24px;
  }
}
@media (max-width: 564px) {
  .testimonial__banner {
    padding-bottom: 300px;
    background-position: bottom;
  }
  .testimonial__banner--first {
    background-image: url("../images/photo_pain_1_mobile.png");
  }
  .testimonial__banner--second {
    background-image: url("../images/photo_pain_2_mobile.png");
  }
  .testimonial__heading {
    font-size: 41px;
  }
  .testimonial__heading:last-of-type {
    margin-bottom: 15px;
  }
  .testimonial__row {
    grid-template-columns: repeat(1, 1fr);
  }
  .testimonial__inner {
    max-width: 194px;
    margin-inline: auto;
  }
  .link img {
    width: 24px;
    height: 24px;
  }
  .link span {
    font-size: 20px;
    line-height: 26px;
  }
}/*# sourceMappingURL=styles.css.map */