.studytools-feature {
  background: #44408c;
  padding: 60px 0 40px 0;
  width: 100%;
}

.studytools-feature-row1 {
  text-align: center;
  margin-bottom: 40px;
}

/* .studytools-feature-title {
  font-size: 2.1rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.studytools-feature-subtitle {
  font-size: 1.13rem;
  color: #fff;
  margin-bottom: 0;
  font-weight: 400;
} */

.studytools-feature-row2 {
  display: flex;
  flex-wrap: wrap;
  gap: 36px;
  margin-bottom: 40px;
  justify-content: center;
}

.studytools-feature-col.left {
  flex: 1;
  min-width: 300px;
}

.studytools-feature-col.right {
  flex: 1;
  min-width: 300px;
}

.studytools-feature-image {
    max-width: 100%;
    border-radius: 8px;
}

/* .studytools-feature-left-title {
  color: #fff;
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 18px;
  margin-top: 0;
} */

.studytools-feature-blocks {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.studytools-feature-block {
  background: #fff;
  border-radius: 12px;
  padding: 18px 18px 13px 18px;
  box-shadow: 0 2px 8px 0 rgba(30,42,98,0.07);
}

.studytools-feature-block p{
  margin-bottom: 10px;
}

/* .studytools-feature-block-title {
  font-size: 1.07rem;
  font-weight: 700;
  color: #18193b;
  margin-bottom: 6px;
}

.studytools-feature-block-text {
  font-size: 0.99rem;
  color: #222;
} */

.studytools-feature-row3 {
  text-align: center;
  margin-top: 36px;
}

.studytools-feature-highlight {
  margin-bottom: 15px;
  font-size: 1.8rem;
  line-height: 1.3em;
  min-height: 1em;
}

.studytools-feature-final-text {
  font-size: 1.13rem;
  color: #fff;
  margin-bottom: 18px;
  margin-top: 0;
  font-weight: 400;
}

@media (max-width: 900px) {
  .studytools-feature-row2 {
    flex-direction: column;
    gap: 18px;
  }
  .studytools-feature-col.left, .studytools-feature-col.right {
    max-width: 100%;
  }
  .studytools-feature-image {
    max-width: 95vw;
  }
}
