.studytools-offer-bg {
  background: #44408c;
  padding: 50px 0 50px 0;
  width: 100%;
}

.studytools-offer-row1 {
  text-align: center;
  margin-bottom: 32px;
}

.studytools-offer-title {
  font-size: 2.1rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 8px;
}
.studytools-offer-title .yellow,
.studytools-offer-title .strong {
  color: #ffe92f;
  font-weight: 800;
}

.studytools-offer-subtitle {
  font-size: 1.16rem;
  color: #fff;
  font-weight: 400;
  margin-bottom: 0;
}

.studytools-offer-row2 {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.studytools-offer-card {
  background: #fff;
  border-radius: 16px;
  max-width: 820px;
  width: 100%;
  margin: 0 auto;
  padding: 34px 38px;
  box-shadow: 0 2px 16px 0 rgba(30,42,98,0.07);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.studytools-offer-imagewrap {
  width: 100%;
  text-align: center;
  margin: 10px 0px 50px 0px;
}

.studytools-offer-image {
  max-width: 500px;
  width: 100%;
}

.studytools-offer-list {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}

.studytools-offer-list-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 22px;
  font-size: 1.13rem;
}
.studytools-offer-list-item:last-child {
  margin-bottom: 0;
}

.studytools-offer-check {
  margin-right: 16px;
  margin-top: 2px;
  display: flex;
  align-items: flex-start;
}

.studytools-offer-checkicon {
  width: 25px;
  display: inline-block;
}

.studytools-offer-item-content {
  display: flex;
  flex-direction: column;
}
.studytools-offer-item-title {
  font-weight: 700;
  color: #232b85;
  margin-bottom: 3px;
}
.studytools-offer-item-desc {
  color: #18193b;
  font-size: 1.02rem;
  font-weight: 400;
}

@media (max-width: 900px) {
  .studytools-offer-card {
    padding: 22px 10px;
  }
  .studytools-offer-image {
    max-width: 98vw;
  }
}
