.breadcrumb-service {
  background-image: url('../images/services_breadcrum_bg.png');
}

.section-services {
  padding: 100px 0;
}

.service-content {
}

.service-content li {
  font-size: 16px;
  line-height: 30px;
  color: #191825;
}

.service-content li:not(:last-child) {
  margin-bottom: 15px;
}

.section-iconCard.our-service {
  background-image: url('../images/services_bg.png');
}

.section-iconCard.our-service .icon-card {
  border-color: rgba(255, 255, 255, 0.3);
  background-image: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.05),
    rgba(255, 255, 255, 0.1)
  );
  backdrop-filter: blur(5px);
}

.servicesItem {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.servicesItemImg {
  width: 70px;
}

.servicesItemImg img {
  width: 100%;
}

.serviceItem {
  border-radius: 3px;
  overflow: hidden;
  position: relative;
}

.serviceItemImg img {
  width: 100%;
}

.servicesImg img {
  width: 100%;
}

.servicesItemTitle {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: linear-gradient(
    135deg,
    rgba(0, 0, 0, 0.1),
    rgba(0, 0, 0, 0.2)
  );
  backdrop-filter: blur(3px);
  padding: 10px 0;
  text-align: center;
}

.servicesItemTitle h4 {
  color: #fff;
}

.section-beforeAfter {
  padding: 100px 0;
}

.section-assembly {
  padding: 100px 0;
  background-color: #fafafa;
}

.section-assembly.white {
  background-color: #fff;
}

.assembly-card {
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
  border-radius: 7px;
  padding: 20px;
}

.section-assembly.white .assembly-card {
  background-color: #fafafa;
}

.assembly-card-img {
  width: 50px;
  height: auto;
  margin-bottom: 20px;
}

.assembly-card-img img {
  width: 100%;
}

.assembly-card-content h4 {
  font-size: 20px;
}
