.WorryMan {
  max-width: 83px;
  width: 100%;
}

.SideFigure > div {
  width: calc(100% - 8%);
}

.SideFigure > figure {
  max-width: 100px;
  padding: 0;
}

.CSonsultation {
  max-width: 400px;
}

.ColumnSection .button.is-rounded {
  font-size: 16px;
  font-size: 1rem;
  background: #4db354;
  color: #fff;
  border-color: #b0b0b0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
  white-space: normal;
  height: auto;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: left;
  transition: all 0.4s ease;
  padding: 1em;
  max-width: 400px;
  font-weight: bold;
  margin: 40px auto;
}

.ColumnSection .button.is-rounded:hover {
  opacity: 0.8;
}

.ColumnSection .button.is-rounded span:first-of-type {
  width: calc(100% - 20px);
}
