.rich-text.sxa-rich-text-default.representative-experience > .component-content h2 {
  font-family: "roobert_regular";
  font-weight: 500;
  font-size: 4.375rem;
  line-height: 130%;
}
.rich-text.sxa-rich-text-default.representative-experience p {
  color: #243508;
  font-family: "roobert_medium";
  font-size: 2.625rem;
  font-weight: 400;
  line-height: 130%;
  margin-bottom: 1.875rem;
}
.rich-text.sxa-rich-text-default.representative-experience p:last-child {
  margin-bottom: 1.875rem;
}
.rich-text.sxa-rich-text-default.representative-experience a {
  border-bottom: 0;
  color: #243508;
  line-height: unset;
  text-decoration: underline;
}
.rich-text.sxa-rich-text-default.representative-experience a:hover {
  text-decoration: underline;
}
.rich-text.sxa-rich-text-default.representative-experience ul, .rich-text.sxa-rich-text-default.representative-experience ol {
  box-sizing: border-box;
  margin: 0 0 1.875rem 5rem;
  padding: 0;
}
.rich-text.sxa-rich-text-default.representative-experience ul li, .rich-text.sxa-rich-text-default.representative-experience ol li {
  color: #243508;
  font-family: "roobert_medium";
  font-size: 2.625rem;
  font-weight: 400;
  line-height: 3.875rem;
}
@media only screen and (min-width: 992px) {
  .rich-text.sxa-rich-text-default.representative-experience .experience-panel__item-wrap > .experience-panel__item:nth-child(1) {
    border-top: 0;
    padding-top: 0;
  }
}
@media only screen and (min-width: 992px) {
  .rich-text.sxa-rich-text-default.representative-experience .experience-panel__item-wrap > .experience-panel__item:nth-child(2) {
    border-top: 0;
    padding-top: 0;
  }
}

.rich-text.sxa-rich-text-default .experience-panel_item-dis {
  color: #243508 !important;
  font-size: 2.625rem !important;
  font-family: "roobert_medium";
  font-weight: 400;
  width: 100%;
  list-style: none;
  margin: 0 !important;
  padding: 0 0 32px;
  line-height: 3.875rem !important;
}
.rich-text.sxa-rich-text-default .experience-panel_item-dis p {
  color: #243508;
  font-size: 3.375rem;
  font-family: "roobert_medium";
  font-weight: 500;
  line-height: 130%;
}

.repreent-card {
  display: none;
}

.repreent-card.show {
  display: block;
}

.experience-panel .btn-learn-light.btn-plus-icon.representative_btn {
  display: block;
  width: 100%;
}
.experience-panel .btn-learn-light.btn-plus-icon.representative_btn.hide {
  display: none;
}

.our-repr-btn.btn-learn-light a::after {
  background: url(/Assets/images/icon-plus-grey.png) center center no-repeat;
  transform: translateY(-50%) rotate(0deg);
  background-size: 18px;
}
.our-repr-btn.btn-learn-light a:hover::after {
  background: url(/Assets/images/icon-plus-grey.png) center center no-repeat;
  transform: translateY(-50%) rotate(0deg);
  transition: none;
  background-size: 18px;
}

@media only screen and (min-width: 0) and (max-width: 991px) {
  .experience-panel .experience-panel__item:nth-child(3) ~ .experience-panel__item {
    display: none;
  }
  .experience-panel .experience-panel__item:nth-child(3) ~ .experience-panel__item.show {
    display: block;
  }
}