body {
  background-image: url("../images/bg.png");
  background-repeat: no-repeat;
  background-size: auto;
  background-position-x: center;
  background-position-y: top;
  width: 100%;
  min-height: 100vh;
  background-color: #fff;
  color: #282b34;
}

a {
  color: #282b34;
  text-decoration: none;
}

.sf-main,
.sf-header {
  width: 1200px;
  margin-inline: auto;
}

.sf-header__logo {
  padding: 0;
  margin: 0;
  padding-block-start: 42px;
}

.sf-header__logo span {
  font-size: 26px; font-weight: 600;
}
.sf-hero {
  min-height: 540px;
}
.sf-hero > .img {
  position: absolute;
  right: -90px;
  top: -18px;
}

.sf-banner {
  padding-inline-start: 50px;
}

.sf-banner__text {
  font-size: 22px;
  color: #888b94;
  margin-block-start: 18px;
}

.sf-banner__links {
  display: flex;
  gap: 40px;
  margin-block-start: 60px;
}
.sf-banner__links a {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #202020;
  color: #fff;
  font-size: 28px;
  min-width: 260px;
  border-radius: 68px;
  height: 68px;
  gap: 1rem;
}


.sf-features {
  margin-block-start: 190px;
  font-weight: bold;
  gap: 90px;
}

.sf-features__content {
  padding-inline-end: 80px;
}
.sf-rank__content {
  padding-inline-start: 60px;
}

.sf-features__title,
.sf-rank__title {
  font-size: 50px;
  font-weight: bolder;
  padding: 0;
  margin: 0;
}
.sf-features__text,
.sf-rank__text {
  font-size: 26px;
  line-height: 1.8461538462;
  margin-top: 40px;
  font-weight: normal;
  color: #888b94;
}

.sf-rank {
  margin-block-start: 180px;
  margin-block-end: 100px;
  gap: 120px;
}

.sf-rank__text {
  padding-inline-end: 104px;
}

.sf-footer {
  background-color: #ededed;
}
