.section-exchange {
  margin: 32px 0 0 0;
}
.card-money {
  width: calc(100% - 16px);
  background: white;
  border-radius: 8px;
  border: 1px solid #eee;
  box-shadow: 0px 0px 16px #efefef;
  margin-bottom: 32px;
  padding: 16px;
}
.name-money span.emoji {
  font-size: 13px;
  padding: 0px;
  margin: 0 8px 0 0;
}
.name-money span.emoji i {
  display: inline-flex;
  width: 24px;
  height: 24px;
  background-attachment: initial;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  align-items: center;
  justify-content: center;
  border: 1px solid #ccc;
}
.name-money {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #222222;
}
.number-money {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 8px;
}
.text-buy {
  font-size: 12px;
  color: #565656;
  padding-bottom: 4px;
}
.number-buy {
  font-size: 18px;
  color: #222;
  font-weight: bold;
}
.buy {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
}
.sale {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: flex-end;
}

@media (max-width: 1200px) {

  .card-money {
    margin-bottom: 24px;
  }

}

@media (max-width: 768px) {

  .card-money {
    margin-bottom: 8px;
    width: 100%;
  }

}

@media (max-width: 768px) {

  .card-money {
    margin-bottom: 8px;
    width: 100%;
  }

}

@media (max-width: 576px) {

  .section-exchange {
    margin: 16px 0 -32px 0;
  }

}
