.product-teaser-about-main-wrapper .row .pta-left .pta-left-inner {
  display: flex;
  flex-direction: column;
  /* font-size: 20px; */
  font-size: clamp(18px, calc(1.429vw), 24px);
  line-height: clamp(26px, calc(2vw), 30px);
  container-type: size;
  position: relative;
}
.product-teaser-about-main-wrapper .row .pta-left .pta-left-inner header {
  margin-bottom: 6px;
}
.product-teaser-about-main-wrapper .row .pta-left .pta-left-inner header h2, .product-teaser-about-main-wrapper .row .pta-left .pta-left-inner header h3 {
  /* font-size: 38px;
  line-height: 58px; */
}
.product-teaser-about-main-wrapper .row .pta-left .pta-left-inner span {
  margin-bottom: 15px;
}
.product-teaser-about-main-wrapper .row .pta-left .pta-left-inner a.pta-link.cta-button {
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  background: #E37749;
  border: 2px solid #E37749;
  border-radius: 8px;
  /*
  line-height: 39px;
  font-size:20px;
  */
  padding: 0 13px;
  display: inline-block;
  text-decoration: none;
  align-self: flex-start;
  margin-top: auto;
}
@media (min-width: 400px) {
  .product-teaser-about-main-wrapper .row .pta-left .pta-left-inner a.pta-link.cta-button {
    margin-top: 0;
    margin-bottom: calc(50cqh - 15px);
    position: absolute;
    bottom: 0;
  }
}
@media (min-width: 768px) {
  .product-teaser-about-main-wrapper .row .pta-left .pta-left-inner a.pta-link.cta-button {
    margin-top: auto;
    margin-bottom: 0;
    position: relative;
    bottom: auto;
  }
}
@media (min-width: 992px) {
  .product-teaser-about-main-wrapper .row .pta-left .pta-left-inner a.pta-link.cta-button {
    margin-top: 0;
    margin-bottom: calc(50cqh - 25px);
    position: absolute;
    bottom: 0;
  }
}
.product-teaser-about-main-wrapper .row .pta-left .pta-left-inner a.pta-link.cta-button:hover {
  color: #E37749;
  background: #fff;
}
.product-teaser-about-main-wrapper .row .pta-right figure {
  margin: 0;
}
.grid-elements-4-cols .product-teaser-about-main-wrapper {
  height: 100%;
}
.grid-elements-4-cols .product-teaser-about-main-wrapper .row {
  height: 100%;
}
.grid-elements-4-cols .product-teaser-about-main-wrapper .row .pta-left {
  width: 100%;
}
.grid-elements-4-cols .product-teaser-about-main-wrapper .row .pta-left .pta-left-inner header {
  margin-bottom: 40px !important;
}
.grid-elements-4-cols .product-teaser-about-main-wrapper .row .pta-left .pta-left-inner span {
  display: none;
}
.grid-elements-4-cols .product-teaser-about-main-wrapper .row .pta-right {
  display: none;
}

/*# sourceMappingURL=product-teaser-about.css.map */
