@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

* {
  padding: 0;
  margin: 0;
  font-family: "Poppins", sans-serif;
}

h1 {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 30px;
  line-height: 36px;
  padding: 20px 24px 0px;
  margin: 0;
}

.card-main-text {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  margin-top: 9px;
}

.card-main-money {
  color: #489dff;
  line-height: 24px;
  font-weight: 500;
  font-size: 24px;
  margin-top: 9px;
}

.button {
  width: 131px;
  height: 48px;
  border-radius: 7px;
  background-color: #489dff;
  border: 0.1px solid #489dff;
  color: #fff;
  text-align: center;
  line-height: 16px;
  font-size: 15px;
  font-weight: 700;
  margin-top: 16px;
  cursor: pointer;
}

.button:hover {
  background-color: #3676c0;
}

.wrapper {
  background-color: #fff;
}

header {
  display: flex;
  justify-content: center;
  padding: 19px 2em;
}

.header {
  display: flex;
  justify-content: center;
  margin: 19px 2em;
}

.strip {
  margin-left: 24px;
  margin-right: 24px;
  border: 1px solid #f3f3f3;
}
.strip2 {
  margin-left: 24px;
  margin-right: 24px;
  margin-top: 15px;
  border: 1px solid #f3f3f3;
}

.main {
  display: flex;
  justify-content: center;
}

.section {
  display: flex;
}

.card {
  display: flex;
}

.card-main {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 26px 8px;
}

.card-main img {
  width: 260px;
  height: 260px;
  margin-top: 32px;
  border-radius: 7px;
}

.footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin: 24px;
}

.text-footer {
  padding-bottom: 15px;
  color: #525f7f;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
}

.social-links-footer {
  display: flex;
}
.social-links {
  display: flex;
  padding: 0px 8px;
}

.social-links:hover {
  opacity: 0.6;
}

a {
  color: #489dff;
  text-decoration: none;
}

a:hover {
  opacity: 0.6;
}
