@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;300&family=Mulish:wght@200;400;600;800&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.fifth-section {
  height: 931.84px;

}

.download-assets-section {
  height: 931.84px;
}

body {
  background-color: #000000;
}

#sdg {
  position: relative;
  height: 100%;
  width: 100%;
  /* background-image: url(/supported_assets_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 100%; */
}

.under {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -1;
}

.over {
  position: absolute;
  left: 40px;
  top: 10px;
  z-index: -1;
}

.content-info {
  padding: 1rem;
  align-items: center;
  text-align: center;
  border-radius: 30px;
  /* background-color: red; */
  color: #fff;
  position: absolute;
  top: 500px;
  left: 50%;
  transform: translate(-50%, -50%);
}

.content-info h1 {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 900;
  font-size: 48px;
  line-height: 60px;
  text-align: center;

  color: #ffffff;
}

.content-info p {
  margin-top: 1rem;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  text-align: center;

  /* 1 */

  color: #90b4b4;
}

.f-banner {
  position: absolute;
  top: 700px;
}

.supported-btn {
  margin-top: 1rem;
  cursor: pointer;
  background-color: #42A2B9;
}

/* .supported-btn:hover {
  margin-top: 1rem;
  cursor: pointer;
  background-color: #42A2B9;
  fill: #42A2B9;
  color: white;
} */

/* .floating-banner{
    position: absolute;
    top: 0;
    bottom: 0;
  } */