.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.body {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.tgl-header {
  background-color: #220036;
  justify-content: center;
  align-items: center;
  display: flex;
}

.tgl-header.new-black {
  background-color: #fff;
  width: 100%;
}

.tgl-header-wrapper {
  color: #fff;
  justify-content: space-between;
  align-items: center;
  width: 940px;
  padding-top: 2em;
  padding-bottom: 2em;
  display: flex;
}

.tgl-advertorial {
  color: #000;
  -webkit-text-stroke-color: #fff;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
}

.tgl-content-wrapper {
  justify-content: space-between;
  width: 70%;
  margin-top: 3em;
  display: flex;
  position: relative;
}

.tgl-content-wrapper.centered {
  justify-content: center;
  align-items: center;
  width: 940px;
  margin-top: 2em;
}

.list {
  margin-bottom: 10px;
}

.list.blue-border {
  border-left: 8px solid #3478cc;
  margin-bottom: 0;
}

.list.numbered {
  font-size: 18px;
  list-style-type: decimal;
}

.t-body-stars-rating-2 {
  min-height: 20px;
}

.t-body-author-name-2 {
  color: #000;
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Open Sans, sans-serif;
  font-size: 24px;
  line-height: 90%;
}

.t-body-author-name-2._2 {
  font-size: 18px;
}

.new-mob-only-text {
  display: none;
}

.tgl-content {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.tgl-cta-btn {
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #00b403;
  border: 2px solid #00b403;
  border-radius: 5px;
  width: 100%;
  margin-top: 1em;
  margin-bottom: 2em;
  padding-top: 1em;
  padding-bottom: 1em;
  font-family: Open Sans, sans-serif;
  font-size: 21px;
  line-height: 100%;
  transition: all .4s cubic-bezier(.86, 0, .07, 1);
}

.tgl-cta-btn:hover {
  color: #00b403;
  background-color: #0000;
  border: 2px solid #00b403;
}

.tgl-cta-btn.off-on-mobiles {
  padding-top: 1em;
  padding-bottom: 1em;
  box-shadow: 0 2px 5px #0003;
}

.tgl-cta-btn.off-on-mobiles.sticky-btn {
  vertical-align: baseline;
  margin-top: 0;
  margin-bottom: 0;
}

.tgl-cta-btn.off-on-mobiles.mb-1em, .tgl-cta-btn.mb-1em {
  margin-bottom: 1em;
}

.tgl-cta-btn.mb-0 {
  margin-bottom: 0;
}

.tgl-update-section {
  color: #000;
  -webkit-text-stroke-color: black;
  background-color: #feffb6;
  border: 1px dashed #c300004d;
  border-radius: 5px;
  width: 100%;
  padding: 2em;
}

.tgl-update-section.light-red {
  background-color: #ffc0c0;
}

.tgl-update-section.light-blue {
  background-color: #c9eeff;
  border-style: none;
  border-left-width: 0;
  box-shadow: 0 2px 5px #0003;
}

.tgl-update-section.light-blue.mt-1em {
  margin-top: 1em;
}

.tgl-update-section.light-blue.mb-1em {
  margin-bottom: 1em;
}

.image-2 {
  vertical-align: baseline;
  border-radius: 8px;
  width: 100%;
  margin-bottom: 0;
}

.image-2.mb-20 {
  border-radius: 8px;
  margin-bottom: 20px;
}

.eq-v2-testimonial-inside-article-2 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: #f6f6f6ad;
  border: 1px #0000003b;
  border-radius: 6px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 1.5em;
  margin-left: auto;
  margin-right: auto;
  padding: 2em;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.review-img {
  border-radius: 100px;
  width: 80px;
  margin-right: 20px;
}

.review-img.bigger {
  border-radius: 6px;
  width: 600px;
  margin-bottom: 20px;
}

.bold-text-2 {
  color: #000;
  font-family: Open Sans, sans-serif;
}

.tgl-content-main {
  flex-direction: column;
  align-items: flex-start;
  width: 70%;
  display: flex;
}

.tgl-content-main.width-100 {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}

.div-block-32 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  padding-top: 0;
  display: flex;
}

.div-block-32._2 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 200%;
  margin-top: 0;
  padding-left: 40px;
  padding-right: 40px;
}

.tgl-mobile-cta-section {
  display: none;
}

.tgl-h {
  color: red;
  margin-top: 1em;
  margin-bottom: .5em;
  font-family: Open Sans, sans-serif;
  font-size: 26px;
  line-height: 120%;
}

.tgl-h.mt-2em {
  margin-top: 2em;
}

.tgl-h.mt-0 {
  margin-top: 0;
}

.tgl-h.mt-0.mb-1em {
  margin-bottom: 1em;
}

.tgl-h.centered {
  text-align: center;
  width: 100%;
}

.list-item-2 {
  margin-top: 5px;
  margin-bottom: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 18px;
}

.bg-vid {
  z-index: 999;
  position: relative;
}

.bg-vid.hero-vid {
  object-fit: fill;
  border-radius: 8px;
  width: 100%;
  height: 600px;
  margin-bottom: 0;
}

.bg-vid.hero-vid.mb-1em {
  margin-bottom: 1em;
}

.bg-vid.hero-vid.mb-20 {
  margin-bottom: 20px;
}

.nl-3-adv-h.new-font.small-size-28, .nl-3-adv-h.new-font.small-size-28.new-head-text-style {
  margin-top: 40px;
}

.nl-3-adv-h.new-font.small-size-28.new-head-text-style.new-font-size-s {
  font-size: 26px;
}

.nl-3-adv-h.new-font.small-size-28.new-head-text-style.new-font-size-s.mt-10 {
  margin-top: 10px;
}

.tgl-p {
  color: #000;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 150%;
}

.tgl-p.update-msg {
  margin-bottom: 0;
}

.tgl-p.update-msg.centered {
  text-align: center;
}

.tgl-p.update-msg.blue-border {
  border-left: 8px solid #3478cc;
  border-radius: 0;
  padding-left: 20px;
}

.tgl-p.update-msg.mb-20 {
  margin-bottom: 20px;
}

.tgl-p.update-msg.mb-20.border-blue {
  border-left: 8px solid #3478cc;
  margin-bottom: 0;
  padding-left: 40px;
}

.tgl-p.disclaimer {
  color: #a5a5a5;
  text-align: left;
  margin: 40px auto 0;
  font-size: 10px;
}

.tgl-p.disclaimer.trigger-off {
  margin-top: 0;
}

.tgl-p.mb-10 {
  margin-bottom: 10px;
}

.tgl-p.caption {
  font-size: 14px;
}

.tgl-p.mb-0 {
  margin-bottom: 0;
}

.tgl-p.mt-20 {
  margin-top: 20px;
}

.tgl-p.mt-20.mb-0 {
  margin-bottom: 0;
}

.tgl-p.centered {
  text-align: center;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.bold-text {
  color: #000;
  font-family: Open Sans, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 100%;
}

.tgl-main-head {
  color: #000;
  margin-top: 0;
  font-family: Open Sans, sans-serif;
  font-size: 38px;
  line-height: 117%;
}

.review-text {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

.review-text.centered.mb-10 {
  margin-bottom: 10px;
}

.quellen-div {
  width: 100%;
  display: none;
}

.tgl-footer {
  background-color: #220036;
  justify-content: center;
  align-items: center;
  margin-top: 3em;
  display: flex;
}

.tgl-footer.new-footer-color {
  background-color: #16120d;
  width: 100%;
}

.tgl-footer-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 70%;
  padding-top: 3em;
  padding-bottom: 3em;
  font-family: Open Sans, sans-serif;
  display: flex;
}

.tgl-logo-links {
  align-items: center;
  display: flex;
}

.tgl-footer-link {
  color: #b9b9b9;
  text-transform: uppercase;
  margin-left: 5px;
  margin-right: 5px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.floating-cta {
  z-index: 9000;
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #ffffffb3;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 2em;
  display: block;
  position: sticky;
  bottom: 0;
}

.studienbox {
  background-color: #fff;
  border: 1px solid #d8d8d8;
  border-radius: 5px;
  margin-bottom: 1em;
  padding: 10px 20px;
}

.studienbox.border-purple {
  border-color: #d8d8d8;
  box-shadow: 0 0 5px #0003;
}

.studienbox.border-purple._4.mb-2em {
  margin-bottom: 2em;
}

.studienbox.border-purple._4 {
  margin-top: 2em;
}

.studienbox._2 {
  width: 100%;
  height: auto;
  margin-bottom: 2em;
  box-shadow: 0 2px 5px #0003;
}

.l2-p-3 {
  color: #343434;
  align-self: flex-start;
  margin-bottom: 1em;
  padding-top: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
}

.l2-p-3.studienbox._2._4 {
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 150%;
}

.l2-p-3.studienbox {
  border: 1px #000;
  border-bottom-color: #d8d8d8;
  border-radius: 0;
  margin-bottom: 0;
  padding-bottom: 15px;
  padding-left: 0;
  font-size: 22px;
}

.l2-p-3.studienbox._2 {
  border-top-style: solid;
  border-top-color: #d8d8d8;
  border-bottom-style: none;
  border-radius: 0;
  margin-top: 0;
  padding-top: 15px;
  padding-bottom: 10px;
}

.l2-p-3.studienbox._2._4 {
  box-shadow: none;
  font-size: 20px;
}

.l2-p-3.studienbox._2._4.border-none {
  color: #000;
  border-top-style: none;
  border-bottom-style: none;
  border-left: 6px solid #3478ccbd;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  font-size: 18px;
}

.tag {
  font-family: Open Sans, sans-serif;
}

.img-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.paragraph-43 {
  font-size: 16px;
  line-height: 1.5;
}

.heading-13, .heading-12 {
  margin-top: 20px;
}

.emura-op-1-header-banner {
  background-color: #fed33d;
  justify-content: center;
  align-items: center;
  padding-top: .75em;
  padding-bottom: .75em;
  display: flex;
}

.p.mb-0 {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 100%;
}

.p.rating-p {
  margin-bottom: 0;
  padding-top: 3px;
  padding-left: 10px;
  font-size: 21px;
  font-weight: 700;
  line-height: 100%;
}

.achtung-msg-2 {
  margin-right: 15px;
  font-weight: 700;
}

.emura-op-1-header {
  justify-content: center;
  align-items: center;
  padding-top: 2em;
  padding-bottom: 2em;
  display: flex;
}

.emura-op-1-header-logo {
  height: 30px;
}

.product-rating {
  display: flex;
}

.emura-op-1-hero-section-about-product {
  flex-flow: column;
  max-width: 55%;
  display: flex;
}

.testimonial-stars {
  height: 20px;
}

.hero-section-slider-wrapper {
  width: 100%;
  overflow: hidden;
}

.discount-tag {
  background-color: #d00000;
  border-radius: 5px;
  margin-bottom: 10px;
  padding: 5px 10px;
}

.swiper-wrapper.wrapper-custom {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  overflow: visible;
}

.testimonial-verified-box {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  margin-top: 5px;
  margin-bottom: 5px;
  display: flex;
}

.text-block-h2-2 {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 24px;
  line-height: 100%;
}

.banner-bg {
  z-index: 0;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.po-tag {
  background-color: #3467ff;
  border: 1px solid #3467ff;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: .25em;
  padding-bottom: .25em;
  display: flex;
  position: absolute;
  top: -15%;
  left: 0;
  right: 0;
}

.swiper-img {
  position: sticky;
  top: 0;
}

.hero-size-box {
  margin-top: 2em;
  margin-bottom: 2em;
}

.hero-size-box.d-none {
  display: none;
}

.emura-hero-cta-p {
  margin-bottom: 0;
  padding-top: 5px;
  font-size: 24px;
}

.or-akus-ctasii-h2 {
  margin-top: 0;
  margin-bottom: 0;
}

.emura-op-1-content-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  display: flex;
}

.actual-price-2 {
  color: #d00000;
  margin-bottom: 0;
  font-size: 64px;
  line-height: 100%;
}

.emura-custom-li {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.testimonial-author-name-2 {
  margin-bottom: 5px;
  font-size: 26px;
  font-weight: 700;
  line-height: 100%;
}

.banner-content {
  z-index: 1;
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.image-21 {
  min-height: 60px;
}

.or-akus-cta-section-item {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  color: #000;
  cursor: pointer;
  background-color: #f7f7f7;
  border: 1px solid #0000001a;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  width: 35%;
  padding: 1em;
  text-decoration: none;
  transition: all .4s;
  display: flex;
  position: relative;
}

.or-akus-cta-section-item:hover {
  transform: scale(1.05);
  box-shadow: 0 0 5px 2px #0000001a;
}

.or-akus-cta-section-item.br-top {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.testimonial {
  background-color: #eceef0;
  border: 1px solid #0000001a;
  border-radius: 10px;
  padding: 2em 2em 1.5em;
}

.product-price-section {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: flex-end;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  display: flex;
}

.product-price-section.custom-padding-bottom {
  margin-bottom: 0;
}

.product-sub-h-5 {
  font-size: 18px;
  line-height: 100%;
}

.size-item-h-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 21px;
  line-height: 100%;
}

.discount-p-5 {
  color: #fff;
  margin-bottom: 0;
  padding-top: 3px;
  font-size: 21px;
  line-height: 100%;
}

.p-price-note {
  color: #636363;
  font-style: italic;
}

.swiper-slide.slide-custom {
  flex: none;
  width: 100%;
}

.emura-custom-ol {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  margin-top: 2em;
  display: flex;
}

.banner-image {
  max-width: 35%;
}

.faq-answer {
  margin-top: 0;
  display: flex;
  overflow: hidden;
}

.product-feature-img {
  height: 45px;
}

.testimonial-verified-img {
  height: 20px;
}

.emura-op-1-6th-section {
  grid-column-gap: 5%;
  grid-row-gap: 5%;
  background-color: #181413;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  margin-top: 10em;
  margin-bottom: 10em;
  display: flex;
}

.emura-op-1-6th-section.margin-bot-adjt {
  margin-bottom: 4em;
}

.faq-button {
  height: 25px;
}

.old-price-5 {
  margin-bottom: 7px;
  font-size: 32px;
  line-height: 100%;
  text-decoration: line-through;
}

.emura-cta-2 {
  color: #000;
  background-color: #ffc600;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: .85em 1.5em;
  font-size: 26px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
  display: flex;
}

.emura-cta-2.cta-fsz-s {
  font-size: 21px;
}

.p-pair {
  color: #747474;
  margin-bottom: 0;
}

.swiper {
  position: relative;
  inset: 0;
}

.text-block-h-2 {
  font-size: 44px;
  font-weight: 700;
  line-height: 100%;
}

.text-block-h-2.color-white {
  color: #fff;
  font-size: 48px;
}

.text-block-h-2.mt-0 {
  margin-top: 0;
}

.text-block-h-2.tc-w {
  color: #fff;
}

.emura-op-1-hero-section-slider {
  width: 40%;
}

.product-section-divider {
  opacity: .1;
  background-color: #000;
  height: 1px;
}

.btn-container {
  width: 100%;
  margin-top: 2em;
  margin-bottom: 2em;
}

.faq-wrapper {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-flow: column;
  width: 100%;
  margin-top: 2em;
  display: flex;
}

.size-box-h-2 {
  margin-top: 0;
  font-size: 32px;
  line-height: 100%;
}

.div-block-36 {
  width: 100%;
}

.div-block-36.mt-mb-4em {
  margin-top: 4em;
  margin-bottom: 4em;
}

.product-feature-description-h-3 {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 26px;
  line-height: 100%;
}

.testimonial-verified-p-2 {
  color: #1d9200;
  margin-bottom: 0;
  padding-top: 3px;
  font-size: 16px;
  line-height: 100%;
}

.or-akus-cta-section {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-flow: wrap;
  justify-content: center;
  margin-top: 4em;
  margin-bottom: 1.5em;
  display: flex;
}

.emura-op-1-content {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.product-h-2 {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 64px;
  line-height: 100%;
}

.size-item-p-2 {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 150%;
}

.faq-item {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: #fff;
  border: 1px solid #0000001a;
  border-radius: 10px;
  flex-flow: column;
  padding: 2em 2.25em;
  display: flex;
}

.or-akus-cta-section-item-info {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.reviews-head-text {
  max-width: 40%;
}

.emura-op-1-4th-section {
  grid-column-gap: 5%;
  grid-row-gap: 5%;
  justify-content: space-between;
  align-items: center;
  max-width: 1000px;
  margin-top: 10em;
  display: flex;
}

.emura-op-1-4th-section.new-top-adj {
  margin-top: 5em;
  margin-bottom: 6px;
}

.po-tag-p {
  color: #f5f5f5;
  text-align: center;
  margin-bottom: 0;
}

.emura-op-1-3rd-section {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 10em;
  padding-left: 5em;
  padding-right: 5em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.answer-p-2 {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 150%;
}

.answer-p-2.p-3 {
  color: #343434;
  padding-bottom: 15px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 18px;
  font-weight: 400;
}

.testimonial-p-2 {
  margin-top: 1.25em;
  font-size: 16px;
  line-height: 150%;
}

.hero-size-item {
  background-color: #e9e9e9;
  border: 1px solid #0000001a;
  border-radius: 5px;
  flex-flow: column;
  padding: 1.25em 1.25em 1em;
  display: flex;
}

.testimonials-head {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.tgl-h-2 {
  color: red;
  margin-top: 30px;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 26px;
  line-height: 120%;
}

.tgl-h-2.centered {
  text-align: center;
}

.p-old-price {
  color: #989898;
  text-align: center;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: line-through;
}

.hero-product-features {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  margin-top: 2em;
  margin-bottom: 2em;
  display: flex;
}

.product-feature-description-p-5 {
  font-size: 12px;
  line-height: 130%;
}

.section-image-block {
  max-width: 45%;
}

.section-image-block.mw-custom {
  max-width: 37.5%;
}

.emura-op-1-testimonials {
  width: 100%;
  max-width: 1000px;
}

.emura-op-1-hero-section {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  width: 100%;
  margin-top: 3em;
  display: flex;
  position: relative;
}

.banner-text {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 45%;
  padding-top: 5em;
  padding-bottom: 5em;
  display: flex;
}

.emura-op-1-2nd-section {
  margin-top: 10em;
  display: flex;
}

.emura-op-1-2nd-section._1k-width {
  grid-column-gap: 10%;
  grid-row-gap: 10%;
  justify-content: space-between;
  align-items: center;
  max-width: 1000px;
}

.emura-op-1-2nd-section._1k-width.mt-1em {
  margin-top: 1em;
}

.emura-op-1-2nd-section._1k-width.margin-top-adjust {
  margin-top: 4em;
}

.section-text-block {
  max-width: 50%;
  margin-right: 3em;
  padding-top: 5em;
  padding-bottom: 5em;
}

.faq-question {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.p-rabatt {
  color: #ff9500;
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  line-height: 120%;
}

.text-block-p-2 {
  font-size: 16px;
  line-height: 150%;
}

.text-block-p-2.color-white, .text-block-p-2.tc-w {
  color: #fff;
}

.testimonial-column {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-flow: column;
  width: 32%;
  display: flex;
}

.question-p-2 {
  margin-bottom: 0;
  padding-top: 5px;
  font-size: 26px;
  font-weight: 700;
  line-height: 100%;
}

.emura-op-1-faq-section {
  background-color: #eceef0;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1000px;
  margin-top: 2em;
  padding: 3em 7em 5em;
  display: flex;
}

.hero-size-item-wrapper {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.testimonial-body {
  justify-content: space-between;
  align-items: stretch;
  margin-top: 2em;
  margin-bottom: 2em;
  display: flex;
}

.testimonial-img {
  width: 100%;
}

.p-new-price {
  color: #00b403;
  font-size: 28px;
  line-height: 100%;
}

.hero-product-feature {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 47%;
  display: flex;
}

.section-full-width {
  width: 100%;
  max-height: 50%;
}

.image-22 {
  width: 100%;
}

.verfified-icon {
  max-height: 14px;
}

.t3ti-head-info._2 {
  align-self: flex-start;
}

.t3ti-head-h-wrapper {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.star-rating-2 {
  align-self: center;
  max-height: 24px;
}

.star-rating-2.t3ti-stars {
  max-height: 16px;
  margin-top: .25em;
  margin-bottom: .25em;
  font-size: 14px;
}

.t3ti-head-h {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 100%;
}

.t3-testimonials-item-2 {
  flex-flow: column;
  margin-bottom: 0;
  display: flex;
}

.t3-testimonials-item-2._2 {
  background-color: #fff;
  border: 1px solid #d8d8d8;
  border-radius: 10px;
  width: 50%;
  padding: 15px;
}

.bold-text-319 {
  color: #343434;
  font-size: 18px;
  font-weight: 600;
}

.p-5 {
  color: #000;
  align-self: flex-start;
  font-size: 18px;
  font-weight: 300;
  line-height: 150%;
}

.p-5._2 {
  color: #343434;
  margin-top: 10px;
  font-weight: 400;
  line-height: 140%;
}

.op-top-3-testimonials-2 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  border-top: 2px solid #d8d8d8;
  flex-flow: column;
  margin-top: 0;
  padding-top: 1em;
  padding-bottom: 1em;
  display: flex;
}

.op-top-3-testimonials-2._2 {
  border-top-style: none;
  flex-flow: row;
  margin-top: 0;
  margin-bottom: 1em;
}

.op-top-3-testimonials-2._2.mb-0 {
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.t3ti-head {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.t3ti-head._2 {
  flex-flow: column;
  align-self: flex-start;
}

.t3ti-head-img-5 {
  border-radius: 100px;
  max-height: 110px;
}

.t3ti-head-img-5._2 {
  border-radius: 10px;
  align-self: flex-start;
  max-height: 100%;
}

.grid {
  grid-template-rows: auto;
}

.grid-col-1.flex-center {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.grid-col-1.flex-top-center {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.grid-col-1.flex-top-center.border {
  border: 1px solid #d8d8d8;
  border-radius: 6px;
  padding-left: 20px;
  padding-right: 20px;
  box-shadow: 0 2px 5px #0003;
}

.grid-col-1.flex-top-center.border.left {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.grid-col-2 {
  background-color: #0000;
}

.grid-col-2.flex-center {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-23 {
  border-radius: 6px;
}

.faq-answer-2 {
  flex-flow: column;
  margin-top: 0;
  display: flex;
  overflow: hidden;
}

.bold-text-300 {
  color: #343434;
  font-size: 18px;
  font-weight: 600;
  line-height: 120%;
}

.faq-item-2 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: #fff;
  border: 1px solid #0000001a;
  border-radius: 10px;
  flex-flow: column;
  padding: 0;
  display: flex;
}

.bold-text-259 {
  color: #343434;
  font-size: 18px;
  font-weight: 600;
}

.bold-text-302 {
  color: #343434;
  font-family: Open Sans, sans-serif;
  line-height: 130%;
}

.faq-question-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #343434;
  background-color: #f7f7f7;
  border-bottom: 1px solid #0000001a;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  display: flex;
}

.question-p {
  color: #343434;
  margin-bottom: 0;
  padding-top: 3px;
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
}

.h3 {
  color: #4b3873;
  font-size: 30px;
  line-height: 100%;
}

.h3.mb-0 {
  color: #343434;
  text-align: center;
  margin-top: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 24px;
  line-height: 100%;
}

.h3.mb-0.pl-0 {
  color: #2c2c2c;
  text-align: left;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 26px;
  line-height: 130%;
}

.h3.mb-0.pl-0.produktinfos {
  color: #343434;
  text-align: left;
  line-height: 120%;
}

.faq-wrapper-2 {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-flow: column;
  width: 100%;
  margin-top: 2em;
  margin-bottom: 2em;
  display: flex;
}

.faq-wrapper-2.mb-0 {
  margin-bottom: 0;
}

.faq-button-2 {
  height: 25px;
}

.bold-text-315 {
  color: #343434;
  font-size: 18px;
  font-weight: 700;
}

.grid-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  margin-bottom: 1em;
}

.grid-2._3 {
  grid-template-columns: 1fr 1fr 1fr;
}

.div-block-37 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-24 {
  max-height: 100px;
  margin-bottom: 10px;
}

.image-24.mt-5 {
  margin-top: 5px;
}

.image-24.mt-10 {
  margin-top: 10px;
}

.eq-v2-testimonial-inside-article-3 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: #f6f6f6ad;
  border: 1px #0000003b;
  border-radius: 6px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin: 1em auto;
  padding: 2em;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.div-block-34 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.review-img-2 {
  border-radius: 5px;
  width: 120px;
  margin-right: 20px;
}

.div-block-38 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  padding-top: 0;
  display: flex;
}

.code-embed {
  width: 100%;
}

.hinweis {
  color: #b1b1b1;
  font-size: 8px;
  line-height: 10px;
}

@media screen and (min-width: 1440px) {
  .answer-p-2.p-3 {
    margin-bottom: 0;
    padding-bottom: 10px;
    padding-left: 20px;
  }

  .verfified-icon {
    max-height: 14px;
  }

  .t3ti-head-h-wrapper {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .star-rating-2 {
    max-height: 24px;
  }

  .star-rating-2.t3ti-stars {
    max-height: 15px;
    margin-top: .25em;
    margin-bottom: .25em;
  }

  .t3ti-head-h {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 26px;
    line-height: 100%;
  }

  .p-5 {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 150%;
  }

  .op-top-3-testimonials-2 {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    border-top: 2px solid #d8d8d8;
    flex-flow: column;
    margin-top: 0;
    margin-bottom: 1em;
    padding-top: 1em;
    display: flex;
  }

  .t3ti-head {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .t3ti-head-img-5 {
    border-radius: 100px;
    max-height: 65px;
  }

  .faq-answer-2 {
    flex-flow: column;
  }

  .faq-item-2 {
    border-radius: 0;
    padding: 0;
  }

  .faq-question-2 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .question-p {
    font-size: 20px;
  }

  .h3 {
    font-size: 26px;
    line-height: 100%;
  }

  .h3.mb-0 {
    white-space: pre-wrap;
    margin-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .h3.mb-0.pl-0 {
    color: #000;
    margin-bottom: 0;
    padding-left: 0;
  }

  .faq-wrapper-2 {
    margin-bottom: 2em;
  }

  .faq-button-2 {
    font-family: Merriweather, serif;
    line-height: 20px;
  }
}

@media screen and (max-width: 991px) {
  .tgl-header-wrapper {
    align-items: center;
    width: 90%;
  }

  .tgl-content-wrapper {
    flex-direction: column;
    align-items: center;
    width: 95%;
  }

  .tgl-content-wrapper.centered {
    width: 90%;
  }

  .tgl-cta-btn.off-on-mobiles {
    justify-content: center;
    align-items: center;
    display: inline-flex;
  }

  .tgl-cta-btn.off-on-mobiles.sticky-btn {
    display: inline-block;
  }

  .tgl-content-main {
    width: 100%;
  }

  .tgl-mobile-cta-section {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 2em;
    display: flex;
  }

  .tgl-main-head {
    font-size: 38px;
  }

  .tgl-footer-wrapper {
    align-items: center;
    width: 95%;
  }

  .tgl-logo-links {
    flex-direction: column;
  }

  .tgl-footer-link {
    margin-bottom: 15px;
    margin-left: 0;
    margin-right: 0;
  }

  .floating-cta {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-flow: column;
  }

  .emura-op-1-hero-section-about-product {
    max-width: 100%;
    padding-left: 2em;
    padding-right: 2em;
  }

  .banner-content {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-top: 5em;
  }

  .or-akus-cta-section-item {
    width: 48%;
  }

  .testimonial {
    width: 100%;
  }

  .testimonial.ti-lc {
    width: 48.3%;
  }

  .banner-image {
    max-width: 70%;
  }

  .emura-op-1-6th-section {
    flex-flow: column-reverse;
    justify-content: center;
    align-items: center;
  }

  .reviews-head-rating {
    margin-top: 1em;
  }

  .text-block-h-2.mt-0.ta-c {
    text-align: center;
  }

  .emura-op-1-hero-section-slider {
    width: 100%;
  }

  .reviews-head-text {
    max-width: 80%;
  }

  .emura-op-1-4th-section {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding-left: 3em;
    padding-right: 3em;
  }

  .emura-op-1-3rd-section {
    padding-left: 3em;
    padding-right: 3em;
  }

  .testimonials-head {
    flex-flow: wrap;
    justify-content: space-around;
  }

  .section-image-block {
    max-width: 55%;
  }

  .section-image-block.mw-custom {
    max-width: 60%;
  }

  .emura-op-1-testimonials {
    padding-left: 3em;
    padding-right: 3em;
  }

  .emura-op-1-hero-section {
    flex-flow: column;
  }

  .banner-text {
    max-width: 100%;
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .emura-op-1-2nd-section._1k-width {
    flex-flow: column-reverse;
    justify-content: space-between;
    align-items: flex-start;
    padding-left: 3em;
    padding-right: 3em;
  }

  .section-text-block {
    max-width: 100%;
    margin-right: 0;
    padding-left: 3em;
    padding-right: 3em;
  }

  .section-text-block.p-0 {
    padding: 3em 0;
  }

  .text-block-p-2.ta-c {
    text-align: center;
  }

  .testimonial-column {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 48.3%;
  }

  .testimonial-column.tc-last {
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .emura-op-1-faq-section {
    padding-left: 3em;
    padding-right: 3em;
  }

  .testimonial-body {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
    flex-flow: wrap;
    margin-top: 3em;
  }

  .p-5 {
    font-size: 18px;
  }

  .h3.mb-0 {
    text-align: center;
    margin-top: 1em;
    margin-bottom: 8px;
    font-size: 18px;
  }

  .h3.mb-0.pl-0 {
    border-left: 5px #bf8034;
    margin-top: 1.5em;
    margin-bottom: 20px;
    padding-left: 0;
    font-size: 28px;
  }

  .h3.mb-0.pl-0.produktinfos {
    margin-top: 0;
    margin-bottom: 0;
  }

  .faq-wrapper-2 {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .eq-v2-testimonial-inside-article-2 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .nl-3-adv-h.new-font {
    text-align: center;
  }

  .tgl-main-head {
    font-size: 33px;
  }

  .heading-17 {
    line-height: 110%;
  }

  .or-akus-cta-section-item-img {
    max-width: 45%;
  }

  .testimonial.ti-lc {
    width: 100%;
  }

  .faq-button {
    margin-left: 15px;
  }

  .testimonial-column {
    width: 100%;
  }

  .question-p-2 {
    font-size: 24px;
  }

  .star-rating-2 {
    max-height: 22px;
  }

  .p-5 {
    font-weight: 300;
  }

  .question-p {
    font-size: 24px;
  }

  .h3.mb-0 {
    text-align: center;
    font-size: 16px;
  }

  .h3.mb-0.pl-0 {
    text-align: left;
  }

  .h3.mb-0.pl-0.produktinfos {
    align-self: flex-start;
  }

  .faq-button-2 {
    margin-left: 15px;
  }

  .eq-v2-testimonial-inside-article-3 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }
}

@media screen and (max-width: 479px) {
  .tgl-content-wrapper.centered {
    margin-top: 1em;
  }

  .list {
    padding-left: 20px;
  }

  .list.blue-border {
    padding-left: 30px;
  }

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

  .t-body-author-name-2 {
    font-size: 20px;
  }

  .new-mob-only-text {
    color: #000;
    margin-top: auto;
    font-family: Open Sans, sans-serif;
    font-size: 25px;
    line-height: 32px;
    display: flex;
  }

  .t-body-2 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .tgl-cta-btn.off-on-mobiles {
    margin-top: 0;
    margin-bottom: 1em;
  }

  .tgl-cta-btn.mb-0 {
    margin-bottom: 1em;
  }

  .tgl-update-section.light-blue {
    padding-left: 1em;
    padding-right: 1em;
  }

  .eq-v2-testimonial-inside-article-2 {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 1em;
    padding-right: 1em;
  }

  .review-img.bigger {
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .div-block-32 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .div-block-32._2 {
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

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

  .bg-vid.hero-vid {
    height: 200px;
  }

  .nl-3-adv-h {
    font-size: 32px;
    line-height: 120%;
  }

  .nl-3-adv-h.new-font {
    text-align: center;
    font-size: 26px;
  }

  .nl-3-adv-h.new-font.small-size-28 {
    font-size: 28px;
  }

  .nl-3-adv-h.new-font.small-size-28.new-head-text-style.new-font-size-s.mt-10 {
    text-align: center;
  }

  .nl-3-adv-h.new-font.small-size-28.new-head-text-style.new-font-size-s.mt-10.mobile-left-aligned {
    text-align: left;
  }

  .tgl-p.update-msg.blue-border, .tgl-p.update-msg.mb-20.border-blue {
    padding-left: 20px;
  }

  .tgl-p.disclaimer {
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
  }

  .bold-text {
    font-size: 28px;
  }

  .tgl-main-head {
    font-size: 25px;
    display: inline-flex;
  }

  .tgl-main-head.new-mob-view-off {
    display: none;
  }

  .tgl-main-head.new-mob-view-off.new-adjust.floating-btn-trigger {
    display: block;
  }

  .review-text {
    font-size: 16px;
  }

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

  .review-text.centered.mb-10 {
    margin-bottom: 0;
  }

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

  .studienbox {
    background-color: #fff;
    margin-bottom: .5em;
    padding: 15px;
  }

  .l2-p-3 {
    color: #343434;
    font-size: 20px;
    font-weight: 400;
  }

  .l2-p-3.studienbox {
    padding-top: 5px;
    font-size: 20px;
  }

  .l2-p-3.studienbox._2 {
    padding-bottom: 5px;
    font-size: 20px;
  }

  .tag {
    font-size: 18px;
  }

  .heading-17 {
    font-size: 28px;
    line-height: 120%;
  }

  .p.mb-0 {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
  }

  .achtung-msg-2 {
    margin-right: 0;
  }

  .emura-op-1-header-logo {
    height: 20px;
  }

  .emura-op-1-hero-section-about-product {
    padding-left: 1.25em;
    padding-right: 1.25em;
  }

  .emura-hero-cta-p {
    text-align: center;
  }

  .actual-price-2 {
    font-size: 58px;
  }

  .emura-custom-li {
    flex-flow: column;
  }

  .or-akus-cta-section-item {
    width: 100%;
  }

  .discount-p-5 {
    font-size: 16px;
  }

  .banner-image {
    max-width: 90%;
  }

  .emura-op-1-6th-section {
    margin-top: 5em;
    margin-bottom: 5em;
  }

  .old-price-5 {
    font-size: 28px;
  }

  .or-akus-cta-section {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .product-h-2 {
    font-size: 46px;
  }

  .size-item-p-2 {
    font-size: 11px;
  }

  .emura-op-1-4th-section, .emura-op-1-3rd-section {
    margin-top: 5em;
    padding-left: 1.25em;
    padding-right: 1.25em;
  }

  .answer-p-2.p-3 {
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
    font-weight: 300;
  }

  .hero-product-features {
    flex-flow: column;
  }

  .section-image-block {
    max-width: 100%;
  }

  .section-image-block.mw-custom {
    max-width: 90%;
  }

  .emura-op-1-testimonials {
    padding-left: 1.25em;
    padding-right: 1.25em;
  }

  .emura-op-1-hero-section {
    margin-top: 0;
  }

  .emura-op-1-2nd-section._1k-width {
    margin-top: 5em;
    padding-left: 1.25em;
    padding-right: 1.25em;
  }

  .section-text-block {
    padding-left: 1.25em;
    padding-right: 1.25em;
  }

  .emura-op-1-faq-section {
    margin-top: 5em;
    padding-left: 1.25em;
    padding-right: 1.25em;
  }

  .hero-product-feature {
    width: 100%;
  }

  .t3ti-head-h-wrapper {
    grid-column-gap: .3em;
    grid-row-gap: .3em;
    line-height: 18px;
  }

  .star-rating-2 {
    max-height: 16px;
  }

  .t3ti-head-h {
    text-align: center;
    align-self: auto;
    font-size: 18px;
    line-height: 100%;
  }

  .t3-testimonials-item-2._2 {
    width: 100%;
  }

  .bold-text-319 {
    font-size: 15px;
  }

  .p-5 {
    color: #000;
    font-size: 16px;
    font-weight: 300;
    line-height: 150%;
  }

  .p-5._2 {
    font-size: 18px;
  }

  .op-top-3-testimonials-2 {
    border-top-width: 2px;
    border-top-color: #d8d8d8;
    border-bottom: 2px solid #d8d8d8;
    margin-top: 0;
    padding-top: 0;
  }

  .op-top-3-testimonials-2._2 {
    border-top-style: none;
    border-bottom-style: none;
    flex-flow: column;
  }

  .t3ti-head {
    grid-column-gap: .8em;
    grid-row-gap: .8em;
  }

  .t3ti-head._2 {
    margin-bottom: 5px;
  }

  .t3ti-head-img-5 {
    max-height: 100px;
  }

  .grid {
    grid-template-columns: 1fr;
  }

  .bold-text-300 {
    font-size: 16px;
  }

  .faq-item-2 {
    border-radius: 10px;
    padding: 0;
  }

  .bold-text-259 {
    font-size: 16px;
  }

  .faq-question-2 {
    background-color: #f7f7f7;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 10px 15px 8px;
  }

  .question-p {
    word-break: normal;
    align-self: center;
    width: 100%;
    padding-top: 0;
    font-size: 16px;
  }

  .h3 {
    color: #000;
  }

  .h3.mb-0.pl-0 {
    color: #2c2c2c;
    text-align: left;
    border-left: 3px #bf8034;
    margin-top: 0;
    margin-bottom: 20px;
    padding-left: 0;
    font-size: 20px;
    line-height: 130%;
  }

  .h3.mb-0.pl-0.produktinfos {
    margin-top: 0;
    margin-bottom: 10px;
  }

  .faq-wrapper-2 {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    margin-top: 0;
  }

  .faq-button-2 {
    vertical-align: baseline;
    align-self: flex-end;
  }

  .bold-text-315 {
    font-size: 16px;
  }

  .grid-2, .grid-2._3 {
    grid-template-columns: 1fr;
  }

  .eq-v2-testimonial-inside-article-3 {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 2em;
    padding-bottom: 1em;
  }

  .div-block-34 {
    flex-flow: column;
  }

  .review-img-2 {
    margin-bottom: 10px;
  }

  .div-block-38 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}


