.cost-img {
  height: 379px;
}

.transform-box {
  height: 380px;
  overflow: hidden;
}

.transform-height {
  height: 324px;
}

.transform {
  transition: all 2s ease;
}

.transform:hover {
  transform: scale(1.2);
  transform-origin: center;
}

.erros-img {
  height: 322px;
}

.question-p {
  margin: 30px 0 50px 0;
  text-align: center;
}

.question {
  font-weight: 600;
  color: #5265a7;
}

.question-sp {
  font-weight: 600;
  color: #764df1;
}

.manage-text > p {
  margin-bottom: 0;
  line-height: 20px;
  font-size: 15px;
}

.manage-text > p:first-child {
  margin-bottom: 10px;
  line-height: 30px;
  font-size: 20px;
}

.manage-margin {
  margin-left: 30px;
}

.number-margin {
  margin: 100px 0 60px 0;
}

.manage-info {
  margin-bottom: 50px;
}