@import url("./root.css");

.enablement-section-2 {
  position: relative;
  min-height: 399px;
}

.enablement-section-2 .ttt{
  max-width: 1000px;
  position: absolute;
  top: 50%;
  left: 40%;
  transform: translate(-60%, -50%);
  color: #212121;
  font-size: 32px;
  line-height: 50px;
}

.enablement-section-3 {
  padding-top: 50px;
  padding-bottom: 40px;
}
.enablement-section-3 ul {
  max-width: 1230px;
  margin: 0 auto;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  display: grid;
  gap: 30px;
  margin-top: 36px;
}
.enablement-section-3 ul li {
  padding: 37px 33px 2px 33px;
  box-shadow: 0px 2px 4px -2px rgba(0,0,0,0.1), 0px 4px 6px -1px rgba(0,0,0,0.1), 0px 0px 0px 0px rgba(0,0,0,0), 0px 0px 0px 0px rgba(0,0,0,0);
  border-radius: 8px;
  border: 1px solid #E2E8F0;

}
.enablement-section-3 ul li img {
  height: 32px;
}
.enablement-section-3 ul li:nth-child(1) img {
  width: 32px;
  height: initial;
}
.title-b0x h3 {

}
.title-b0x p {
  margin-top: 9px;
}
.enablement-section-3 ul li h3 {
  font-weight: bold;
  font-size: 20px;
  color: #1E3A8A;
  line-height: 28px;
  margin-top: 16px;
}
.enablement-section-3 ul li h4 {
  font-size: 14px;
  color: #718096;
  line-height: 21px;
  font-family: Helvetica;
  margin-top: 10px;
}
.enablement-section-3 ul li p {
  font-weight: 400;
  font-size: 16px;
  color: #4A5568;
  line-height: 24px;
  margin-bottom: 10px;
}
.enablement-section-3 ul li .jj {
  margin-top: 15px;
}

/* @media screen and (max-width: 1440px) {
  .enablement-section-2 .ttt{
    font-size: 28px;
  }
} */