.after-why-hexersoft.about-us .container-fluid {
  background: #edf3f7a6;
}
.after-why-hexersoft.about-us .why-hexersoft-points .why-hexersoft-points-icon {
  padding: 8.5%;
  border-radius: 50%;
  background: #fafbfd;
  box-shadow: 0px -10px 30px #e3f5ff, 0px 5px 20px rgba(181, 215, 241, 0.4);
  width: fit-content;
  margin: 0 auto;
}
.after-why-hexersoft.about-us .why-hexersoft-points .why-hexersoft-points-icon img {
  width: 40px;
  height: 40px;
}
.after-why-hexersoft.about-us .why-hexersoft-points-disc p {
  color: #333333;
  padding-left: 10%;
  padding-right: 10%;
  text-align: justify;
}

@media screen and (max-width: 1366px) {
  .after-why-hexersoft.about-us .why-hexersoft-points-disc p {
    font-size: 15px;
  }

  .after-why-hexersoft.about-us .why-hexersoft-points .why-hexersoft-points-icon img {
    width: 30px;
    height: 30px;
  }
}
