.infographic {
  width: 100%;
  position: relative;
  padding-top: 20px;
  height: 800px;
}

.infographic__center {
  width: 375px;
  height: 375px;
  margin: 0 auto;
  border-radius: 50%;
  background: #f6f6f6;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-flow: column wrap;
  color: #2B2E4A ;
  position: relative;
  font-family: "Roboto", Tahoma, helvetica, arial, sans-serif;
  text-transform: ;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.18em;
  line-height: 1.5em;
}

.center__serif-font {
  font-family: Georgia, serif;
  font-style: italic;
  text-transform: none;
  letter-spacing: 0em;
  font-size: 24px;
  font-weight: normal;
}

.color2 {
  color: #16c1b7;
}

.center__cta {
  bottom: 20px;
  font-size: 80%;
  font-weight: normal;
  left: 130px;
  letter-spacing: 0;
  padding: 20px;
  position: absolute;
  transform: scale(1, 0.8);
}

.center__cta:after {
  content: ">";
  position: absolute;
  transform: rotate(90deg);
  width: 0;
  left: 50%;
  margin-left: 5px;
  bottom: 0px;
  font-size: 60px;
}

.infographic__callout {
  color: #D0D465;
  cursor: pointer;
  position: absolute;
  background: white;
  width: 186px;
  height: 186px;
  border: 1px solid #cacaca;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.infographic__callout-position1 {
  left: 200px;
  top: 80px;
  margin: -93px;
}

.infographic__callout-position2 {
  top: 420px;
  margin: -93px;
}

.infographic__callout-position3 {
  right: 200px;
  top: 80px;
  margin: -93px;
}

.infographic__callout-wrapper {
  transform: rotate(0deg);
  transform-origin: 0 187px;
  position: absolute;
  width: 0;
  height: 100px;
  left: 50%;
}

.infographic__description {
  position: absolute;
  top: 500px;
  width: 50%;
  margin: 0 25%;
  text-align: center;
  opacity: 0;
}