.white-block {
  width: 920px;
  background-color: white;
  box-shadow: 0px 3px 20px rgba(51, 51, 51, 0.08);
  margin-top: 14px;
}
.icon-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 129px;
  height: 34px;
  border: 1px solid #C2DFFF;
  border-radius: 20px;
  margin: 14px 0;
}
.icon-btn img {
  width: 18px;
  margin-right: 8px;
}
.icon-btn span {
  font-size: 14px;
  color: #1450EB;
}
