@media screen and (max-width: 1280px) {
  .product-services {
    min-height: auto !important;
  }
}
.service-subsection {
  display: flex;
  -webkit-box-shadow: 0px 1px 30px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 1px 30px 0px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  margin-top: 150px;
}
@media screen and (max-width: 690px) {
  .service-subsection {
    flex-direction: column;
  }
}
.service-subsection div {
  width: 50%;
}
.service-subsection .subsection-left {
  background: white;
  background: linear-gradient(133deg, white 0%, #f1edfb 100%);
  display: flex;
  align-items: flex-end;
  border-radius: 10px;
}
@media screen and (max-width: 690px) {
  .service-subsection .subsection-left {
    width: 100%;
    justify-content: center;
  }
}
.service-subsection .subsection-left img {
  border-radius: 10px;
  margin: 0 auto;
}
@media screen and (max-width: 690px) {
  .service-subsection .subsection-left img {
    width: 60%;
  }
}
.service-subsection .subsection-right {
  padding: 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 893px) {
  .service-subsection .subsection-right {
    padding: 30px;
  }
}
@media screen and (max-width: 690px) {
  .service-subsection .subsection-right {
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 564px) {
  .service-subsection .subsection-right {
    width: 100%;
    text-align: center;
  }
}
.service-subsection .subsection-right h3 {
  font-size: 45px;
  font-weight: 600;
  line-height: 57.06px;
  margin-bottom: 17px;
}
@media screen and (max-width: 893px) {
  .service-subsection .subsection-right h3 {
    font-size: 35px;
    line-height: 43.06px;
    line-height: 45px;
  }
}
@media screen and (max-width: 564px) {
  .service-subsection .subsection-right h3 {
    font-size: 29px;
  }
}
.service-subsection .subsection-right p {
  margin: 0;
}
.service-subsection .subsection-right .subheading {
  color: #0ec76a;
  font-weight: 500;
  font-size: 20px;
  line-height: 25.36px;
  margin-bottom: 33px;
}
@media screen and (max-width: 893px) {
  .service-subsection .subsection-right .subheading {
    font-size: 18px;
  }
}
@media screen and (max-width: 564px) {
  .service-subsection .subsection-right .subheading {
    font-size: 17px;
  }
}
.service-subsection .subsection-right .subsection-content {
  font-size: 18px;
  font-weight: 400;
  color: #666666;
  line-height: 27px;
  margin-bottom: 40px;
}
@media screen and (max-width: 893px) {
  .service-subsection .subsection-right .subsection-content {
    font-size: 16px;
  }
}
@media screen and (max-width: 564px) {
  .service-subsection .subsection-right .subsection-content {
    font-size: 15px;
  }
}
.service-subsection .subsection-right a {
  width: fit-content;
}
@media screen and (max-width: 690px) {
  .service-subsection .subsection-right a {
    margin: 0 auto;
  }
}
.product-services-nav {
  max-width: 97%;
  margin: -66px auto 0;
}
@media screen and (max-width: 1432px) {
  .product-services-nav {
    padding: 0;
  }
}
.product-services-nav ul li {
  position: relative;
  min-width: 331px;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 1760px) {
  .product-services-nav ul li {
    min-width: unset;
  }
}

@media screen and (max-width: 1330px) {
  .product-services-nav ul li {
    min-width: 155px;
    justify-content: center;
  }
}
@media screen and (max-width: 896px) {
  .product-services-nav ul li {
    min-width: 100px;
  }
}
@media screen and (max-width: 586px) {
  .product-services-nav ul li {
    min-width: 55px;
  }
}
.product-services-nav ul li a {
  position: unset;
}
@media screen and (max-width: 1416px) {
  .product-services-nav ul li a {
    padding: 12px 5px;
  }
}
@media screen and (max-width: 1330px) {
  .product-services-nav ul li a {
    width: 100%;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 524px) {
  .product-services-nav ul li a {
    padding: 12px 12px 16px;
  }
}
@media screen and (max-width: 1330px) {
  .product-services-nav ul li a span {
    display: none;
  }
}
@media screen and (max-width: 1330px) {
  .product-services-nav ul li a img {
    margin: 0 auto;
  }
}
@media screen and (max-width: 376px) {
  .product-services-nav ul li a {
    padding: 12px 3px 16px;
  }

  .product-services-nav ul li {
    min-width: unset;
  }
}
.product-services-nav ul li .new-icon {
  position: absolute;
    left: -4px;
    top: -4px;
    width: 28px;
    margin-right: 0;
    background-color: #0EC76A;
    border-top-left-radius: 12px;
    border-bottom-right-radius: 3px;
    color: #fff;
    font-family: 'euclidcircularb-bold', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-size: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 17px;
}
#scenario .product-services__heading {
  align-items: flex-end;
  margin-left: auto;
  text-align: end;
}
#scenario .product-services__card {
  flex-direction: row-reverse;
}
@media screen and (max-width: 860px) {
  #scenario .product-services__card {
    flex-direction: column;
  }
}
