.lp-pharmaSection2{
  background: #ffffff;
  color: #111;
  position: relative;
}

.lp-pharmaSection2__inner{
  max-width: var(--lp-container);
  margin-inline: auto;
  padding-inline: var(--lp-page-pad);
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.lp-pharmaSection2__card{
  width: 100%;
  min-height: 0;
  background: transparent;
  border-radius: 0;
  transform: none;
  margin-bottom: 0;
  border: 0;
  box-shadow: none;
  position: relative;
  z-index: 1;
  padding: clamp(38px, 4vw, 58px) 0 clamp(46px, 6vw, 92px);
}

.lp-pharmaSection2__layout{
  display: grid;
  grid-template-columns: clamp(250px, 24vw, 320px) minmax(0, 1fr);
  gap: clamp(20px, 2.4vw, 34px);
  align-items: stretch;
}

.lp-pharmaSection2__reportWays{
  grid-column: 1;
  width: 100%;
  border-radius: 28px;
  overflow: hidden;
  align-self: stretch;
  display: flex;
  flex-direction: column;
}

.lp-pharmaSection2__reportWaysHead{
  background: #F7F7F7;
  color: var(--lp-about-title);
  padding: 18px 20px;
  text-align: center;
  font-size: clamp(16px, 1.3vw, 20px);
  line-height: 1.6;
  font-weight: 800;
}

.lp-pharmaSection2__reportWaysBody{
  background: var(--lp-about-title);
  color: #ffffff;
  padding: clamp(22px, 2.2vw, 30px);
  display: flex;
  flex-direction: column;
  gap: clamp(22px, 2.2vw, 30px);
  flex: 1 1 auto;
  justify-content: center;
}

.lp-pharmaSection2__infoBlock{
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 12px;
}

.lp-pharmaSection2__iconCircle{
  width: clamp(54px, 4vw, 62px);
  height: clamp(54px, 4vw, 62px);
  border-radius: 999px;
  background: #ffffff;
  color: var(--lp-accent);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(18px, 1.4vw, 22px);
  line-height: 1;
  flex: 0 0 auto;
}

.lp-pharmaSection2__infoLabel{
  margin: 0;
  color: #ffffff;
  font-size: clamp(16px, 1.1vw, 18px);
  line-height: 1.5;
  font-weight: 800;
}

.lp-pharmaSection2__infoText{
  margin: 0;
  color: rgba(255,255,255,.96);
  font-size: clamp(14px, 1vw, 15px);
  line-height: 1.95;
  font-weight: 400;
}

.lp-pharmaSection2__infoText--ltr{
  direction: ltr;
  unicode-bidi: embed;
  text-align: center;
  font-family: Arial, Tahoma, sans-serif;
  font-variant-numeric: lining-nums;
  font-feature-settings: "lnum" 1;
}

.lp-pharmaSection2__content{
  grid-column: 2;
  min-width: 0;
  display: flex;
  align-items: stretch;
  align-self: stretch;
}

.lp-pharmaSection2__textWrap{
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 18px;
  min-height: 100%;
}

.lp-pharmaSection2__title{
  margin: 0;
  color: var(--lp-about-title);
  font-size: clamp(22px, 2.2vw, 34px);
  line-height: 1.3;
  font-weight: 800;
}

.lp-pharmaSection2__article{
  color: #111;
  font-size: clamp(16px, 1.2vw, 19px);
  line-height: 2;
  font-weight: 400;
  font-synthesis: weight style;
}

.lp-pharmaSection2__article > :first-child{
  margin-top: 0;
}

.lp-pharmaSection2__article > :last-child{
  margin-bottom: 0;
}

.lp-pharmaSection2__article p,
.lp-pharmaSection2__article div,
.lp-pharmaSection2__article blockquote,
.lp-pharmaSection2__article ul,
.lp-pharmaSection2__article ol{
  margin: 0 0 14px;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
}

.lp-pharmaSection2__article ul,
.lp-pharmaSection2__article ol{
  padding-inline-start: 1.35em;
}

.lp-pharmaSection2__article li{
  margin-bottom: .35em;
  text-align: start;
}

.lp-pharmaSection2__article h2,
.lp-pharmaSection2__article h3{
  color: inherit;
  line-height: 1.45;
  margin: 0 0 .55em;
  font-weight: 800;
}

.lp-pharmaSection2__article h2{
  font-size: clamp(22px, 2.3vw, 32px);
}

.lp-pharmaSection2__article h3{
  font-size: clamp(19px, 2vw, 28px);
}

.lp-pharmaSection2__article strong,
.lp-pharmaSection2__article b{
  font-weight: 900 !important;
}

.lp-pharmaSection2__article em,
.lp-pharmaSection2__article i{
  font-style: italic !important;
}

.lp-pharmaSection2__article u{
  text-decoration: underline !important;
}

.lp-pharmaSection2__article s,
.lp-pharmaSection2__article strike{
  text-decoration: line-through !important;
}

.lp-pharmaSection2__article a{
  color: inherit;
  text-decoration: underline;
  text-underline-offset: .16em;
  font-weight: 700;
}

.lp-pharmaSection2__article blockquote{
  border: 0;
  padding: 0;
  opacity: 1;
}

.lp-pharmaSection2 .color,
.lp-pharmaSection2 span.color,
.lp-pharmaSection2 [data-color].color,
.lp-pharmaSection2 [data-color][style*="--color"]{
  color: var(--color) !important;
}

.lp-pharmaSection2 strong .color,
.lp-pharmaSection2 b .color,
.lp-pharmaSection2 em .color,
.lp-pharmaSection2 i .color,
.lp-pharmaSection2 u .color,
.lp-pharmaSection2 s .color,
.lp-pharmaSection2 strike .color{
  color: var(--color) !important;
}

.lp-pharmaSection2 .lp-enDigits{
  direction: ltr;
  unicode-bidi: isolate;
  display: inline-block;
  white-space: nowrap;
  font-family: Arial, Tahoma, sans-serif;
  font-variant-numeric: lining-nums tabular-nums;
  font-feature-settings: "lnum" 1, "tnum" 1;
}

@media (max-width: 1100px){
  .lp-pharmaSection2__layout{
    grid-template-columns: clamp(230px, 28vw, 290px) minmax(0, 1fr);
    gap: 18px;
    align-items: start;
  }

  .lp-pharmaSection2__content{
    align-self: stretch;
  }

  .lp-pharmaSection2__textWrap{
    gap: 16px;
  }
}

@media (max-width: 980px){
  .lp-pharmaSection2__layout{
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .lp-pharmaSection2__reportWays{
    grid-column: 1;
    max-width: 100%;
    justify-self: stretch;
    align-self: start;
  }

  .lp-pharmaSection2__content{
    grid-column: 1;
  }

  .lp-pharmaSection2__textWrap{
    gap: 14px;
  }

  .lp-pharmaSection2__card{
    padding: 30px 0 72px;
  }
}

@media (max-width: 520px){
  .lp-pharmaSection2__card{
    padding: 24px 0 50px;
  }

  .lp-pharmaSection2__reportWaysHead{
    padding: 16px 16px;
    font-size: 15px;
  }

  .lp-pharmaSection2__reportWaysBody{
    padding: 18px;
    gap: 18px;
  }

  .lp-pharmaSection2__iconCircle{
    width: 48px;
    height: 48px;
    font-size: 17px;
  }

  .lp-pharmaSection2__title{
    font-size: clamp(20px, 5vw, 26px);
  }

  .lp-pharmaSection2__article{
    font-size: 14px;
    line-height: 1.9;
  }
}