.html-banner h3 {
  color: #001d52;
  text-align: center;
  font-family: Roboto;
  font-size: 24px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}
.html-banner .banners {
  display: flex;
  gap: 20px;
}
.html-banner .banners > div {
  display: flex;
  flex-direction: column;
  border-radius: 20px;
  box-shadow: 0px 8px 14px 0px rgba(0, 20, 83, 0.15);
  padding: 15px;
  color: #fff;
  text-align: center;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.html-banner .banners > div p {
  margin: 0;
}
.html-banner .banners .profitability {
  background: #36c3b0;
}
.html-banner .banners .drawdown {
  background: #40b5d6;
}
.html-banner .profit {
  display: flex;
  flex-direction: column;
  border-radius: 20px;
  box-shadow: 0px 8px 14px 0px rgba(0, 20, 83, 0.15);
  padding: 15px;
  background: #fff;
  color: #001d52;
  text-align: center;
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  width: 80%;
  margin: 0 auto;
  margin-top: 20px;
}
.html-banner {
  display: flex;
  flex-direction: column;
}
.banner-btn {
  background: linear-gradient(276deg, #00ffa3 0%, #5888ff 100%);
  box-shadow: 3px 2px 5px 0px rgba(255, 255, 255, 0.26) inset,
    -4px -2px 5px 0px rgba(255, 255, 255, 0.09) inset !important;
  padding: 15px 25px;
  color: #fff !important;
  text-align: center;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  border-radius: 30px;
  margin: 0 auto;
  margin-top: 20px;
}
.html-banner-inline .banner-btn {
  padding: 5px 15px;
}
.html-banner-inline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #e4e4e4;
  border-radius: 50px;
  padding: 6px 15px;
  gap: 10px;
}
.html-banner-inline h3 {
  color: #001d52;
  text-align: center;
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
  line-height: 100%; /* 20px */
  margin: 0;
}
.html-banner-inline .profit {
  border-radius: 20px;
  background: #fff;
  box-shadow: 0px 8px 14px 0px rgba(0, 20, 83, 0.15);
  padding: 8px;
  color: #001d52;
  text-align: center;
  font-family: Roboto;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  white-space: nowrap;
}
.html-banner-inline .profit p,
.html-banner .profit p {
  margin: 0;
}
.html-banner-inline .banner-btn {
  margin: 0;
  font-size: 12px;
}
