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

h2 {
  font-size: 2rem;
  line-height: 140%;
  font-weight: 400;
}

.heading-text {
  color: #155265;
}

.features-section {
  padding: 1.5rem 1rem;
  margin: 20px;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5rem;
  align-items: center;
  padding-top: 50px;
}

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

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

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

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

.item-order-desc {
  margin-left: 40px;
}

.iso-item-desc {
  padding-bottom: 10px;
  width: 75%;
}

.soc2-item-desc {
  padding-top: 10px;
  width: 90%;
}

.conclusion {
  padding: 0px 1rem;
}

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

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

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

.certified-img {
  padding-top: 25px;
}

.why-choose-company {
  padding: 90px 0px;
}

p {
  margin: 0;
}

@media screen and (max-width: 1440px) {
  .img-shadow-right-svg {
    position: absolute;
    top: 8px;
    left: 10em;
    width: 70%;
    z-index: -1;
    opacity: 0.8;
    pointer-events: none;
  }
}
@media screen and (max-width: 992px) {
  .certified-img {
    padding-top: 0px;
  }
  .image-shadow-container {
    display: block;
  }
  .img-shadow-right-svg,
  .img-shadow-left-svg {
    display: none;
  }
  .framework-image {
    margin-left: 60px;
  }
  .certified-img {
    margin-left: 40px;
  }
  .iso-item-desc,
  .soc2-item-desc {
    width: 100%;
  }
  .features-grid {
    padding: 0px;
    grid-template-columns: repeat(1, 1fr);
  }
  .product-btn {
    margin-top: 20px;
    min-width: 180px;
    min-height: 40px;
    border-radius: 8px;
    font-size: small;
  }
  .why-choose-company {
    padding: 40px 0px;
  }
}
@media screen and (max-width: 450px) {
  .framework-image {
    margin-left: 40px;
  }
  .certified-img {
    margin-left: 0px;
    margin-right: 40px;
  }
}

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