#webinar-learnings h2 {
  color: #4873b0;
  font-weight: 700;
}

.outcome-card {
  width: 30%;
  border-radius: 12px;
  background: #FFF;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.10);
  margin-bottom: 100px;
}

.outcome-icon-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  background-color: #4873b0;
  border-radius: 100%;
  filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.10));
  margin-top: -60px;
}

.outcome-body {
  font-size: 16px;
  color: #2F4560;
}

}

.outcome-icon {
  margin: auto;
}

@media(max-width:768px) {
  .outcome-card {
    width: 45%;
  }
}

@media(max-width: 576px) {
  .outcome-card {
    width: 90%;
  }
}