.l-experience-content__return {
  display: flex;
  align-items: center;
  font-size: 1em;
  font-weight: bold;
  color: #4a4a4a;
  text-transform: uppercase;
  gap: 5px;
}
.l-experience-content__return:hover, .l-experience-content__return:active, .l-experience-content__return:focus, .l-experience-content__return:visited {
  color: #4a4a4a;
}
@media (max-width: 991.98px) {
  .l-experience-content__return {
    font-size: 0.875em;
  }
}
.l-experience-content__return:before {
  content: "";
  width: 8px;
  height: 8px;
  border-bottom: 1px solid #ff6600;
  border-left: 1px solid #ff6600;
  transform: rotate(45deg);
}
.l-experience-content h1 {
  margin: 20px 0 0 0;
  font-family: "Poppins", sans-serif;
  font-size: 3.75em;
  font-weight: bold;
  line-height: 1.2;
  color: #4a4a4a;
}
@media (max-width: 1599.98px) {
  .l-experience-content h1 {
    font-size: 3em;
  }
}
@media (max-width: 991.98px) {
  .l-experience-content h1 {
    font-size: 1.75em;
    margin: 15px 0 0 0;
  }
}
.l-experience-content__cat-rrss {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
@media (max-width: 991.98px) {
  .l-experience-content__cat-rrss {
    margin-top: 15px;
  }
}
.l-experience-content__cats {
  display: flex;
  align-items: center;
  font-size: 1em;
  font-weight: 600;
  color: #000;
}
@media (max-width: 991.98px) {
  .l-experience-content__cats {
    font-size: 0.875em;
  }
}
.l-experience-content__cats a {
  text-decoration: underline;
}
.l-experience-content__cats img {
  width: 20px;
  margin-right: 10px;
}
.l-experience-content__share {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: #ff6600;
  border-radius: 50%;
}
.l-experience-content__share img {
  width: 20px;
  height: 20px;
}
.l-experience-content__image {
  position: relative;
  width: 100%;
  height: 398px;
  overflow: hidden;
  border-radius: 20px;
  margin-top: 30px;
}
@media (max-width: 1599.98px) {
  .l-experience-content__image {
    height: 318.4px;
  }
}
@media (max-width: 991.98px) {
  .l-experience-content__image {
    height: 400px;
  }
}
.l-experience-content__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /*transition: transform 0.3s ease-in-out;*/
}
.l-experience-content__excerpt {
  margin-top: 50px;
  font-size: 1.5em;
  font-weight: 600;
  color: #4a4a4a;
  line-height: 1.33;
}
@media (max-width: 1599.98px) {
  .l-experience-content__excerpt {
    font-size: 1.2em;
  }
}
@media (max-width: 991.98px) {
  .l-experience-content__excerpt {
    margin-top: 30px;
    font-size: 1.125em;
  }
}
.l-experience-content__excerpt * {
  margin-bottom: 30px;
}
.l-experience-content__excerpt a {
  text-decoration: underline;
  color: #4a4a4a;
}
.l-experience-content__excerpt a:hover, .l-experience-content__excerpt a:active, .l-experience-content__excerpt a:focus, .l-experience-content__excerpt a:visited {
  color: #4a4a4a;
}
.l-experience-content__excerpt *:last-child {
  margin-bottom: 0;
}
.l-experience-content__wysiwyg {
  margin-top: 60px;
}
@media (max-width: 1599.98px) {
  .l-experience-content__wysiwyg {
    margin-top: 48px;
  }
}
.l-experience-content__offer {
  display: block;
  margin-bottom: 20px;
  height: 170px;
  position: relative;
  margin: 40px 50px;
}
@media (max-width: 767.98px) {
  .l-experience-content__offer {
    margin: 40px 0;
  }
}
@media (max-width: 575.98px) {
  .l-experience-content__offer {
    height: 370px;
  }
}
.l-experience-content__offer:hover .l-experience-content__offer-image img {
  transform: scale(1.1);
}
.l-experience-content__offer:hover .l-experience-content__offer-text:after {
  right: -5px;
}
.l-experience-content__offer:hover .l-experience-content__offer-text:before {
  right: 59px;
}
.l-experience-content__offer a {
  opacity: 1;
  display: flex;
  height: 100%;
  width: 100%;
  align-items: flex-end;
  padding: 10px;
  position: relative;
}
.l-experience-content__offer-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 10px;
}
.l-experience-content__offer-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /*transition: transform 0.3s ease-in-out;*/
}
.l-experience-content__offer-text {
  position: absolute;
  z-index: 1;
  background: #fff;
  padding: 22px 82px 22px 15px;
  border-radius: 6px;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  max-width: 344px;
}
@media (max-width: 575.98px) {
  .l-experience-content__offer-text {
    position: relative;
    top: inherit;
    right: inherit;
    transform: inherit;
    max-width: none;
    width: 100%;
  }
}
.l-experience-content__offer-text:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background: url("/components/offer/images/offer-arrow.svg") no-repeat center center;
  background-size: 24px 18px;
  width: 64px;
  height: 100%;
  transition: right 0.3s ease-in-out;
}
.l-experience-content__offer-text:before {
  content: "";
  position: absolute;
  top: 15%;
  right: 64px;
  width: 1px;
  height: 70%;
  border-left: 1px dashed #c6c6c6;
  transition: right 0.3s ease-in-out;
}
.l-experience-content__offer-text p {
  position: absolute;
  top: -12px;
  left: 15px;
  border-radius: 6px;
  font-size: 0.875em;
  font-weight: bold;
  color: #fff;
  padding: 2px 42px 2px 6px;
  background-image: url("/components/offer/images/company-arrow.svg");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 10px 14px;
}
.l-experience-content__offer-text p:hover, .l-experience-content__offer-text p:active, .l-experience-content__offer-text p:focus, .l-experience-content__offer-text p:visited {
  color: #fff;
}
.l-experience-content__offer-title {
  margin: 0;
  font-size: 1.25em;
  font-weight: bold;
  line-height: 1.2;
  color: #000;
}
.l-experience-content__offer-title:hover, .l-experience-content__offer-title:active, .l-experience-content__offer-title:focus, .l-experience-content__offer-title:visited {
  color: #000;
}
.l-experience-content .c-ad {
  margin: 40px 0;
}