.tech-section {
  padding-top: 40px;
  padding-bottom: 40px;
  background: #f5f9ff;
}
.tech-icon .icon {
  color: #9e00d2;
  font-weight: 400;
  font-size: 38px;
}
.tech-arrow-icon span {
  color: #000000;
}
span.highlight-section {
  color: #0341f0;
}
.tech-section .heading {
  padding-bottom: 40px;
  margin-bottom: 10px;
}
.tech-section-list-overall {
  display: flex;
  align-items: center;
  margin-top: 30px;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 10px;
  column-gap: 1em;
  width: 100%;
  margin: 0 auto;
  margin-top: 0;
}
a.tech-section-wrap {
  width: 30%;
  margin-bottom: 20px;
}
.tech-section-list {
  width: 95%;
  margin: 0 auto;
  box-shadow: 0 8px 20px #002dc71f;
  padding: 18px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  background: #fff;
  border: 1px solid transparent;
  transition: all ease 0.3s;
}
.tech-section-list-top {
  display: flex;
  align-items: center;
  padding-bottom: 0;
}
.tech-section-list-top h6 {
  font-weight: 600;
  font-size: 17px;
  line-height: 38px;
  margin-left: 10px;
  color: #212121;
}
span.tech-arrow-icon {
  margin-left: auto;
}
.tech-section .heading p:after {
  bottom: -18px;
}
.tech-section-list:hover {
  border: 1px solid #9e00d2;
  bottom: 2px;
  transition: all ease 0.3s;
}
@media screen and (max-width: 768px) {
  .tech-section-list-overall {
    row-gap: 0;
    width: 100%;
    flex-wrap: wrap;
  }
  .tech-section-list-overall {
    flex-wrap: wrap;
  }
  .tech-section-list-overall a {
    width: 100%;
    margin-bottom: 10px;
    margin: 7px;
  }
  .tech-section-list {
    width: 100%;
    margin-left: 0;
    padding: 10px 18px;
  }
  .tech-section-list-top h6 {
    font-size: 18px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .tech-section-list-overall {
    width: 100%;
  }
  a.tech-section-wrap {
    width: 33%;
  }
}
