.etf-span {
  color: #968aaf;
  font-family: Onest;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 155.556% */
}
.etf-text {
  color: #968aaf;
  margin-top: -20px;
  margin-left: 5%;
  font-family: Onest;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 155.556% */
}
.etf-logo {
  width: 48px;
  height: 48px;
}
.etf-box {
  border-radius: 24px;
  background: #fff;
  box-shadow: 2px 4px 11px 0px rgba(0, 0, 0, 0.08);
  padding: 20px;
}
.etf-title {
  color: #1c1127;
  font-family: Clash Display;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px; /* 122.222% */
}
.etf-price {
  color: #1c1127;
  font-family: Clash Display;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px; /* 114.286% */
  letter-spacing: 0.56px;
}
.etf-date {
  color: #968aaf;
  font-family: Onest;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 133.333% */
}
.etf-rate-up {
  color: #15ad41;
  font-family: Onest;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 125% */
}
.etf-rate-down {
  color: #ed413f;
  font-family: Onest;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 125% */
}
.devider {
  width: 1px;
  height: 20px;
  border-radius: 2px;
  background: #dfdde4;
}
.etf-check-btn{
  border-radius: 50px;
  height: 46px;
  padding: 12px 24px;
  border: 1px solid #dfdde4;
  background: #fff !important;
  box-shadow: 4px 4px 22px 0px rgba(0, 0, 0, 0.05);
}
.etf-search{
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #DFDDE4;
  height: 44px;
  width: 44px;
}

@media only screen and (max-width: 400px) {
  
  .etf-check-btn{
    padding: 0 !important;
  }
}
