.secondary-title {
  font-family: 'Jost';
  font-style: normal;
  font-weight: 600;
  font-size: 25px;
  display: flex;
  text-align: center;
  justify-content: center;
  color: white;
}

.secondary-p {
  font-family: 'Jost';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  margin-bottom: 0px;
}

.white-divisor {
  height: 1px;
  width: 100%;
  background-color: white;
  margin: 10px 0px 25px 0px;
}

.white-mobile-title {
  font-family: 'Jost';
  font-weight: 500;
  font-size: 18px;
  color: #FFFFFF;
}

.white-mobile-number {
  font-family: 'Jost';
  font-weight: 500;
  font-size: 20px;
  color: #FFFFFF;
}

.white-mobile-p {
  font-family: 'Jost';
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
}

.action-text {
  font-family: 'Jost';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  color: #FFFFFF;
}

.action-text:hover {
  color: #ffffff;
  cursor: pointer;
}

@media only screen and (max-width: 600px) {
  #donut_sarampo_criancas_mobile, #donut_poliomielite_criancas_mobile {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    max-width: 280px;
    max-height: 300px;
  }
}
