.las-ceo-quote {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.las-ceo-quote__photo {
  position: relative;
  right: 0;
  top: 0;
  height: 100%;
  width: auto;
  display: block;
  pointer-events: none;
}
.las-ceo-quote__photo img {
  width: 100%;
}
.las-ceo-quote__content {
  position: absolute;
  z-index: 1;
  width: 45%;
  padding: 60px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 403px;
  left: 10%;
}
.las-ceo-quote__mark {
  display: block;
  font-family: "Playfair Display";
  font-size: 12rem;
  line-height: 0;
  color: #D4A843;
  margin-bottom: 20px;
  user-select: none;
  max-width: 78px;
}
@media (max-width: 768px) {
  .las-ceo-quote__mark {
    max-width: 29px;
    margin-bottom: 0px;
  }
}
.las-ceo-quote__text {
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 500;
  font-size: 46.2905px;
  line-height: 49px;
  /* or 106% */
  text-align: center;
  color: #3D5A44;
}
.las-ceo-quote__text strong {
  font-weight: 700;
}
.las-ceo-quote__author {
  margin-top: 28px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 27px;
  text-align: center;
  text-transform: capitalize;
  color: #4D4C4D;
}
.las-ceo-quote__name, .las-ceo-quote__role {
  display: block;
  text-align: center;
}
@media (max-width: 1280px) {
  .las-ceo-quote__mark {
    max-width: 60px;
  }
  .las-ceo-quote__text {
    font-size: 36px;
    line-height: 40px;
  }
  .las-ceo-quote__author {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (max-width: 1024px) {
  .las-ceo-quote__mark {
    max-width: 46px;
  }
  .las-ceo-quote__text {
    font-size: 28px;
    line-height: 32px;
  }
  .las-ceo-quote__author {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 768px) {
  .las-ceo-quote__photo {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    min-height: 252px;
    object-fit: cover;
  }
  .las-ceo-quote::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.6);
    z-index: 0;
  }
  .las-ceo-quote__content {
    width: 100%;
    left: 0;
    padding: 40px 15px;
    align-items: center;
    text-align: center;
    top: 0;
    left: 0;
    position: absolute;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .las-ceo-quote__content {
    padding: 20px 15px;
    justify-content: center;
    height: 100%;
  }
}
@media (max-width: 768px) {
  .las-ceo-quote__text {
    max-width: 148px;
    font-family: "Playfair Display";
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 18px;
    text-align: center;
    color: #3D5A44;
  }
  .las-ceo-quote__text p {
    font-size: 17px;
    line-height: 18px;
    margin-bottom: 10px;
  }
  .las-ceo-quote__author {
    margin-top: 8px;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    text-align: center;
    text-transform: capitalize;
    color: #4D4C4D;
  }
}/*# sourceMappingURL=las-ceo-widget.css.map */