.application-diagram__section {
  padding: 40px 0;
  background: #ffffff;
  min-height: 60vh;
}
.application-diagram__content .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.application-diagram__content .container:before {
  content: '';
  position: absolute;
  left: -270px;
  top: 120px;
  width: 300px;
  height: 360px;
  background: url("../../../assets/image/branch-left.webp") no-repeat center;
  background-size: contain;
  pointer-events: none;
}
.application-diagram__content .container:after {
  content: '';
  position: absolute;
  right: -140px;
  top: 220px;
  width: 300px;
  height: 360px;
  background: url("../../../assets/image/branch-right.webp") no-repeat center;
  background-size: contain;
  pointer-events: none;
}
.application-diagram__heading {
  font-size: 28px;
  font-weight: 700;
  color: #3c4070;
  margin-bottom: 20px;
  text-align: center;
}
.application-diagram__subheading {
  font-size: 27px;
  margin-bottom: 25px;
  font-weight: 700;
  text-align: center;
}
.application-diagram__text {
  margin-top: 30px;
  font-size: 16px;
  line-height: 1.6;
  color: #3c4070;
}
.application-diagram__text p {
  margin-bottom: 15px;
  color: #3c4070;
}
.application-diagram__text p:last-child {
  margin-bottom: 0;
}
.application-diagram__text ul,
.application-diagram__text ol {
  margin: 15px 0;
  padding-left: 30px;
}
.application-diagram__text li {
  margin-bottom: 10px;
}
.application-diagram__text strong {
  font-weight: 700;
}
.application-diagram__image {
  margin-top: 30px;
  text-align: center;
}
.application-diagram__image img {
  max-width: 100%;
  height: auto;
}
/*# sourceMappingURL=style.css.map */