.parquetry-what-we-offer-block {
  padding: 70px 0;
  display: block;
  unicode-bidi: isolate;
  user-select: none;
}

@media(max-width:991px){
.parquetry-what-we-offer-block {padding: 30px 0;}
}

.parquetry-what-we-offer-block .oh {
  position: relative;
  overflow: hidden;
}
.parquetry-what-we-offer-block .oh .title-decoration-lines {
  position: relative;
  overflow: hidden;
  width: 100%;
  text-align: center;
}
.parquetry-what-we-offer-block .oh .title-decoration-lines h6 {
  font-size: clamp(20px, 2.1vw, 40px);
  line-height: 1;
  font-weight: 500;
  color: var(--title-text-color, #000);
}
.parquetry-what-we-offer-block .oh .title-decoration-lines .title-decoration-lines-content {
  position: relative;
  display: inline-block;
  padding: 0 16px;
  font-weight: 600;
}
.parquetry-what-we-offer-block .oh .title-decoration-lines .title-decoration-lines-content::before {
  left: 0;
  transform: translate3d(-100%, 0, 0);
  position: absolute;
  content: "";
  top: calc(50% - 2px);
  height: 1px;
  width: 100vw;
  background: #d7d7d7;
}
.parquetry-what-we-offer-block .oh .title-decoration-lines .title-decoration-lines-content::after {
  right: 0;
  transform: translate3d(100%, 0, 0);
  position: absolute;
  content: "";
  top: calc(50% - 2px);
  height: 1px;
  width: 100vw;
  background: #d7d7d7;
}
.parquetry-what-we-offer-block .content-view {
  margin-top: 40px;
}
.parquetry-what-we-offer-block .content-view .item {
  margin-bottom: 30px;
}
.parquetry-what-we-offer-block .content-view .box-sportlight {
  position: relative;
  text-align: left;
}
.parquetry-what-we-offer-block .content-view .box-sportlight-sm .box-sportlight-arrow {
  width: 50px;
  margin-left: 15px;
}
.parquetry-what-we-offer-block .content-view .box-sportlight-figure {
  display: block;
  overflow: hidden;
}
.parquetry-what-we-offer-block .content-view .box-sportlight-figure .imageView {
  max-width: 450px;
}
.parquetry-what-we-offer-block .content-view .box-sportlight-figure .bigView {
  /* max-height: 400px; */
}
.parquetry-what-we-offer-block .content-view .box-sportlight-figure img {
  width: 100%;
  transition: all 0.3s ease;
}
.parquetry-what-we-offer-block .content-view .box-sportlight-caption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 15px;
  border-width: 0 1px 1px 1px;
  border-style: solid;
  border-color: #e1e1e1;
  background: #ffffff;
  transition: all 0.3s ease-in-out;
}
.parquetry-what-we-offer-block .content-view .box-sportlight-title {
  margin-top: 4px;
  font-weight: 400;
  letter-spacing: 0.025em;
  transition: all 0.3s ease-in-out;
  font-size: clamp(12px, 0.9vw, 17px);
}
.parquetry-what-we-offer-block .content-view .box-sportlight-arrow {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-shrink: 0;
  width: 88px;
  margin-left: 20px;
  font-size: 0;
  line-height: 0;
  transition: all 0.25s ease;
}
.parquetry-what-we-offer-block .content-view .box-sportlight-arrow::before,
.parquetry-what-we-offer-block .content-view .box-sportlight-arrow::after {
  display: inline-block;
  vertical-align: middle;
  content: "";
  transition: all 0.3s ease-in-out;
}
.parquetry-what-we-offer-block .content-view .box-sportlight-arrow::before {
  height: 2px;
  width: 21px;
  margin-right: 4px;
  background-color: rgba(21, 21, 21, 0.21);
}
.parquetry-what-we-offer-block .content-view .box-sportlight-arrow::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent rgba(21, 21, 21, 0.21);
}
.parquetry-what-we-offer-block .content-view .box-sportlight-badge {
  position: absolute;
  overflow: hidden;
  padding: 6px 10px 3px 18px;
  top: 30px;
  right: 0;
  font-size: 27px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  color: #151515;
  z-index: 1;
}
.parquetry-what-we-offer-block .content-view .box-sportlight-badge::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: skew(-10deg);
  transform-origin: 50% 100%;
  z-index: -1;
}
.parquetry-what-we-offer-block .content-view .box-sportlight-sale {
  color: #ffffff;
}
.parquetry-what-we-offer-block .content-view .box-sportlight-sale::before {
  background: #976f55;
}
.parquetry-what-we-offer-block .content-view .box-sportlight-new::before {
  background: #fbef89;
}
@media (min-width: 992px) {
  .parquetry-what-we-offer-block .content-view .box-sportlight-figure img {
    transform: scale(1.1);
    will-change: transform;
  }

}
@media (min-width: 768px) {
  .parquetry-what-we-offer-block .content-view .box-sportlight-caption {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 992px) {
  .parquetry-what-we-offer-block .content-view .box-sportlight-caption {
    padding: 15px 20px 15px 30px;
  }
}
@media (min-width: 1200px) {
  .parquetry-what-we-offer-block .content-view .box-sportlight-caption {
    padding: 25px 22px 25px 38px;
  }
  .parquetry-what-we-offer-block .content-view .box-sportlight-title {
    margin-top: 5px;
    line-height: 1;
    letter-spacing: -0.025em;
  }
}


@media(max-width:991px){
  .parquetry-what-we-offer-block .item.col-6.col-lg-8:first-child {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .parquetry-what-we-offer-block .content-view .box-sportlight-figure .imageView {max-width: 100%;}
  .parquetry-what-we-offer-block .content-view .box-sportlight-figure img { aspect-ratio: 4 / 3;object-fit: cover;}
  .parquetry-what-we-offer-block .content-view .box-sportlight-caption {flex-direction: column;}
  .parquetry-what-we-offer-block .content-view .box-sportlight-arrow {justify-content: center;margin-left: 0;}
}

@media (max-width: 767px) {
  .parquetry-what-we-offer-block .content-view .item{padding: 0 5px;}
  
  
}