body {
  padding: 0;
  margin: 0;
}

.background {
  width: 100vw;
  height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/Trend-bg.webp");
  display: flex;
}
.background .logo__container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.background .logo__container .logo__item {
  width: 286px;
  height: 155px;
}
.background .call__container {
  position: absolute;
  left: calc(50% - 200px);
  bottom: 30px;
}
.background .call__container img {
  width: 399px;
  height: 80px;
}

@media (max-width: 520px) {
  .background .logo__container .logo__item {
    width: 240px;
    height: 129px;
  }
  .background .call__container {
    left: calc(50% - 165px);
    bottom: 30px;
  }
  .background .call__container img {
    width: 327px;
    height: 63px;
  }
}

/*# sourceMappingURL=styles.css.map */
