body {
  margin: 0 !important;
  font-family: "Golos Text", sans-serif;
}

h4 {
  padding: 0 !important;
  margin: 0 !important;
}

.bg-image {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
}

.logo {
  position: absolute;
  width: 224px;
  left: 32px;
  top: 32px;
}
.bg {
  height: 100vh;
  background-size: contain;
  position: relative;
}

.desc {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: white;
  display: flex;
  flex-direction: column;
  justify-items: center;
  align-items: center;
  text-align: center;
}

.desc p {
  line-height: 1.5;
}

.footer {
  background-color: #2f3337;
  color: white;
  padding: 30px 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-item {
  display: flex;
  align-items: center;
  gap: 24px;
}

.data {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.btn {
  padding: 20px 48px;
  text-align: center;
  background-color: #dc4841;
  text-decoration: none !important;
}

a {
  color: white !important;
}

@media screen and (max-width: 980px) /* Desktop */ {
  .footer {
    flex-direction: column;
    align-items: start;
    gap: 24px;
  }
  .logo {
    width: 116px;
  }
}
@media screen and (max-width: 700px) /* Desktop */ {
  .bg {
    height: 130vh;
  }
}
