p {
  text-align: justify;
}
.custom-border-line {
  border: 1px solid #edecec;
}
.custom-background {
  background: linear-gradient(
    180deg,
    rgba(218, 217, 226, 0.01453081232492992) 0,
    rgb(240 245 244 / 0%) 28%,
    rgb(233 247 244 / 27%) 60%,
    rgb(233 247 244 / 43%) 76%,
    rgb(233 247 244 / 39%) 85%,
    rgb(233 247 244 / 43%) 100%
  );
}
.development-img img {
  max-height: 420px;
  object-fit: contain;
}
.development--text p {
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: var(--custom-paragraph-color);
}
.development--text h2 {
  text-transform: capitalize;
  color: var(--main-title-font-color);
  line-height: 1.1;
  font-family: var(--font-family-subheading-text);
  font-weight: 800;
}
.dev_sub_heading {
  font-size: 24px;
  margin-bottom: 10px;
  color: #292929;
}
.custom-hero-section .highlight-text svg {
  bottom: -24px;
}
@media (max-width: 768px) {
  .development-img img {
    width: -webkit-fill-available;
  }
  .development-img {
    order: 1;
  }
  .development--text {
    margin-top: 40px;
    order: 2;
  }
  .cost-modal {
    margin-top: 0;
  }
}
.subSection img {
  object-fit: contain;
}
.customhomeImage {
  position: absolute;
  height: 100%;
  width: 100%;
  transform: rotate(180deg);
  top: -30px;
}
.custom-hero-section {
  position: relative;
}
.custom-hero-section .hero-bg {
  background-image: none;
}
@-moz-document url-prefix() {
  .custom-hero-section .highlight-text {
    display: table;
  }
}
