.component.container:has(.our-clients-publication) {
  max-width: 100%;
  padding-left: 0px;
  padding-right: 0px;
}

.component.content:has(.our-clients-publication) {
  max-width: 100%;
  background-color: #fff;
}

.component.container:has(.publications-carousel) {
  position: relative;
}

/**change**/
.our-clients-publication {
  padding: 120px 0;
  position: relative;
  background: #fff;
}
.our-clients-publication * {
  user-select: text;
  --webkit-user-select: text;
}
.our-clients-publication .link-content {
  text-decoration: none;
  color: #243508;
  display: block;
  margin-bottom: 20px;
  transition: all 0.3s ease-in;
}
.our-clients-publication .link-content:hover {
  text-decoration: none !important;
}
.our-clients-publication .link-content:hover {
  text-decoration: none;
}
.our-clients-publication .press-date {
  font-size: 2rem;
  line-height: 16px;
  font-family: "roobert_regular";
  font-weight: 300;
  color: #243508;
}
@media (max-width: 767px) {
  .our-clients-publication .press-date {
    font-size: 1.625rem;
  }
}
@media (max-width: 850px) {
  .our-clients-publication {
    padding: 80px 0;
    max-width: 100%;
    overflow: hidden;
    z-index: 1;
  }
}
.our-clients-publication .slick-prev,
.our-clients-publication .slick-next {
  position: unset;
  width: 60px;
  height: 60px;
  background: #BFF355;
}
.our-clients-publication .slick-prev.active,
.our-clients-publication .slick-next.active {
  background: #BFF355;
}
.our-clients-publication .slick-arrow-container {
  width: 130px;
  display: flex;
  justify-content: space-between;
  margin-top: 70px;
  margin-left: 15px;
}
.our-clients-publication .slick-next {
  background: #BFF355;
}
@media (max-width: 850px) {
  .our-clients-publication .slick-next {
    top: 200px;
  }
}
@media (max-width: 576px) {
  .our-clients-publication .slick-next {
    top: 305px;
  }
}
.our-clients-publication .slick-next:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  transition: width 0.3s ease-in-out;
  z-index: 1;
}
.our-clients-publication .slick-next:hover {
  background: #BFF355;
}
.our-clients-publication .slick-next:hover:before {
  width: 100%;
}
.our-clients-publication .slick-next:focus {
  background: #BFF355;
}
.our-clients-publication .slick-next:after {
  content: "";
  background: url(/-/media/themes/hoganlovells/site-theme-name/images/Common/arrow-right.svg) center center no-repeat;
  width: 23px;
  height: 23px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  transform: translate(70%, -50%);
  opacity: 1;
}
.our-clients-publication .slick-prev {
  background: #BFF355;
}
@media (max-width: 850px) {
  .our-clients-publication .slick-prev {
    top: 200px;
  }
}
@media (max-width: 576px) {
  .our-clients-publication .slick-prev {
    top: 265px;
  }
}
.our-clients-publication .slick-prev:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  transition: width 0.3s ease-in-out;
  z-index: 1;
}
.our-clients-publication .slick-prev:hover {
  background: #BFF355;
}
.our-clients-publication .slick-prev:hover:before {
  width: 100%;
}
.our-clients-publication .slick-prev:focus {
  background: #BFF355;
}
.our-clients-publication .slick-prev:after {
  content: "";
  background: url(/-/media/themes/hoganlovells/site-theme-name/images/Common/arrow-left.svg) center center no-repeat;
  width: 23px;
  height: 23px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  transform: translate(70%, -50%);
  opacity: 1;
}
.our-clients-publication .client-carousel {
  max-width: 1189px;
  padding: 0 15px;
}
@media (max-width: 767px) {
  .our-clients-publication .client-carousel {
    max-width: 360px;
  }
}
@media (max-width: 576px) {
  .our-clients-publication .client-carousel .slick-list {
    overflow: visible;
  }
}
.our-clients-publication .client-title {
  font-size: 4.375rem;
  line-height: 42px;
  font-family: "roobert_regular";
  color: #243508;
  font-weight: 500;
  margin-bottom: 40px;
}
.our-clients-publication .client-content {
  width: 100%;
  max-width: unset;
}
.our-clients-publication .client-content .press-title {
  background: #BFF355;
  max-width: 80%;
  padding: 12px;
  margin-bottom: 20px;
  font-size: 1.8rem;
  line-height: 14.4px;
  font-family: "roobert_medium";
  font-weight: 500;
  color: #243508;
  margin-bottom: 20px;
  display: inline-block;
  word-break: break-word;
  /**wordbreak1**/
}
.our-clients-publication .client-content .press-content {
  font-size: clamp(2.438rem, 2.414rem + 0.101vw, 2.5rem);
  line-height: 29px;
  font-family: "roobert_medium";
  font-weight: 500;
  color: #243508;
  margin-bottom: 20px;
  padding-right: 20px;
  /***change1***/
}
@media (max-width: 1180px) {
  .our-clients-publication .client-content .press-content {
    padding-right: 0;
    width: 60%;
  }
}
@media (max-width: 900px) {
  .our-clients-publication .client-content .press-content {
    line-height: 130%;
    width: 50%;
  }
}
@media (max-width: 767px) {
  .our-clients-publication .client-content .press-content {
    width: 100%;
    max-width: 300px;
    /**change**/
  }
}
@media only screen and (device-width: 393px) and (device-height: 852px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape) {
  .our-clients-publication .client-content .press-content {
    width: 100%;
    max-width: 700px;
  }
}
@media only screen and (device-width: 390px) and (device-height: 844px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape) {
  .our-clients-publication .client-content .press-content {
    width: 100%;
    max-width: 700px;
  }
}
@media only screen and (device-width: 393px) and (device-height: 659px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape) {
  .our-clients-publication .client-content .press-content {
    width: 100%;
    max-width: 700px;
  }
}
.our-clients-publication .client-content .press-content .press-date {
  font-size: 2rem !important;
  line-height: 16px !important;
  font-family: "roobert_regular";
  font-weight: 300;
  color: #243508;
}
@media (max-width: 767px) {
  .our-clients-publication .client-content .press-content .press-date {
    font-size: 1.625rem !important;
  }
}
.our-clients-publication .client-content .press-content .link-content {
  color: #243508;
  display: block;
  margin-bottom: 20px;
  transition: all 0.3s ease-in;
}
.our-clients-publication .client-content .press-content .link-content:hover {
  text-decoration: underline;
  color: #243508;
}
@media (max-width: 576px) {
  .our-clients-publication .client-content.slick-slide.slick-current.slick-active .press-content {
    background: #fff;
    position: relative;
    z-index: 1;
  }
}

/**change**/
.publications-carousel {
  background: #fff;
}
@media (max-width: 576px) {
  .publications-carousel.col-12 {
    padding: 0;
  }
}
.publications-carousel.below_three_count .client-content {
  max-width: 383px;
  margin-right: 20px;
}
.publications-carousel.below_three_count .client-content:nth-of-type(3) {
  margin-right: 0;
}

.component.container:has(.our-clients-publication) {
  max-width: 100%;
  padding-left: 0px;
  padding-right: 0px;
}

@media (max-width: 767px) {
  .client-content.faded {
    opacity: 0.3;
  }
}

@media (max-width: 767px) {
  .client-content.apply-opacity-once {
    opacity: 0.3;
  }
}