* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.main-hero h1 {
  font-size: 3rem;
  font-weight: bold;
}

.main-hero p {
  max-width: 700px;
  margin: 20px auto;
  font-size: 1.2rem;
}

.growth-feature {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0px 10px;
}

.features-card {
  background: #f0f4f8;
  color: #000000;
  padding: 20px;
  border-radius: 20px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.0509803922);
  height: 100%;
  border: 1px solid #E0E6E9;
}

.features-section {
  padding: 3rem 1rem;
  margin: 10px;
}

.features-heading {
  font-size: 28px;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}

.why-choose-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
}

.why-choose-azure {
  background-color: #ffffff;
  padding: 60px 20px;
  text-align: center;
}

.features-card h5 {
  font-weight: 700;
  margin-bottom: 0.75rem;
}

.features-card p {
  font-weight: 400;
  color: #555;
}

.features-card-growth {
  background: white;
  color: #000000;
  padding: 20px;
  border-radius: 20px;
  border: 1px solid #E0E6E9;
}

.btn.primary {
  background-color: #155265;
  color: white;
  margin-left: 20px;
}

.d-status {
  display: flex !important;
}

.support-img {
  padding-top: 40px;
}

.framework-image {
  max-width: 520px;
  width: 80%;
  height: auto;
  transform: scale(1.25);
  padding: 20px 0px;
  margin: 40px 0px 0px 25px;
}

.image-shadow-container {
  position: relative;
  display: inline-block;
}

.img-shadow-right-svg {
  position: absolute;
  top: 8px;
  left: 10em;
  width: 100%;
  z-index: -1;
  opacity: 0.8;
  pointer-events: none;
}

.img-shadow-left-svg {
  position: absolute;
  top: 8px;
  right: 10em;
  width: 100%;
  z-index: -1;
  opacity: 0.8;
  pointer-events: none;
}

.feature-card {
  transform: none;
  transition: none;
  box-shadow: none;
}

.feature-card:hover {
  box-shadow: none;
}

p {
  margin: 0;
}

@media screen and (max-width: 1440px) {
  .img-shadow-right-svg {
    position: absolute;
    top: 8px;
    left: 10em;
    width: 65%;
    z-index: -1;
    opacity: 0.8;
    pointer-events: none;
  }
}
@media screen and (max-width: 992px) {
  .features-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .why-choose-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .product-btn {
    margin-top: 20px;
    min-width: 180px;
    min-height: 40px;
    border-radius: 8px;
    font-size: small;
  }
  .support-img {
    padding-top: 0px;
    padding-left: 55px;
  }
  .features-section {
    padding: 1rem;
    margin: 0px;
  }
  .img-shadow-right-svg,
  .img-shadow-left-svg {
    display: none;
  }
  .framework-image {
    padding: 25px 0px;
    margin-left: 65px;
  }
  #item-order-img {
    order: 2;
  }
  #item-order-desc {
    order: 1;
  }
  .item-order-desc {
    margin-left: 4rem;
  }
}
@media screen and (max-width: 450px) {
  .why-choose-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .support-img {
    padding-left: 10px;
  }
  .framework-image {
    margin-left: 35px;
    margin-top: 0px;
  }
  .item-order-desc {
    margin-left: 1rem;
  }
}

/*# sourceMappingURL=integration.css.map */