.learn-title {
  font: 600 24px Dosis, sans-serif;
  text-transform: uppercase;
  margin: 0;
}

.white-content-wrapper {
  background: hsl(0, 0%, 100%);
  color: hsl(0, 0%, 0%);
  padding: 30px;
  border-radius: 5px;
  box-shadow: 0px 10.7903px 14.3871px rgba(8, 35, 48, 0.12);
}

.white-content-wrapper > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: -15px;
}

.white-content-wrapper > div > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc(100% / 3 - 30px);
  min-width: 150px;
  margin: 15px;
}

.white-content-wrapper > div > div > :not(:first-child) {
  margin-top: 15px;
}

.white-content-wrapper > div > div > a:nth-of-type(2) {
  text-align: center;
}

.white-content-wrapper > div > div > a > img {
  width: 100%;
  max-width: 250px;
  border-radius: 50%;
}