/* about-us section */
.about-us.home-banner-content .left-content {
  width: 50%;
  gap: 20px;
}
.about-us.home-banner-content .left-content .common-title {
  text-align: start;
}
.home-banner.about {
  height: 670px;
}
.aboutus-banner {
  background-color: white;
  position: relative;
  background-size: cover;
}
.breadcum-wrp {
  display: flex;
  height: 550px;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 9;
}
.breadcum-wrp .breadcrumb {
  margin-bottom: 0px;
  padding: 18px 30px;
  background: #d9d9d9;
  display: inline-flex;
  margin-bottom: 5px;
}
.breadcum-wrp .breadcrumb .breadcrumb-item {
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  color: #d9d9d9;
}
.breadcrumb-item + .breadcrumb-item::before {
  color: #d9d9d9;
}
.aboutus-banner::after {
  content: " ";
  background-image: url("../images/about-us-uplayer.png");
  background-size: cover;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  position: absolute;
  background-position: 0px 0px;
}
.managmet-sec-wrap.about-us {
  padding-top: 50px;
}

/* product-list section */
ul.product-listing {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

ul.product-listing li {
  flex: 1;
}
.product-card {
  border: 1px solid #f0f0f0;
  background: #fff;
  border-radius: 25px;
  padding: 30px 50px;
  width: 100%;
  height: 100%;
}
.product-list-icon {
  width: 123px;
  height: 123px;
  border-radius: 50%;
  background: #ecfaff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 29px;
  margin: auto;
}

ul.product-listing li:first-child .product-list-icon {
  background: #ffecec;
}

ul.product-listing li:nth-child(2) .product-list-icon {
  background: #ecfaff;
}

ul.product-listing li:nth-child(3) .product-list-icon {
  background: #f2ecff;
}

ul.product-listing li:nth-child(4) .product-list-icon {
  background: #d7ffd9;
}

ul.product-listing li:nth-child(5) .product-list-icon {
  background: #ffecfd;
}
