* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
*::before,
*::after {
  box-sizing: border-box;
}

img,
picture {
  max-width: 100%;
  display: block;
}

html {
  scroll-behavior: smooth;
}

body {
  background: #fff;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 30px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  body {
    font-size: 26px;
    line-height: 34px;
  }
}

header .logo {
  margin: 0 auto;
  padding: 30px 0 40px;
  width: 124px;
}

.container {
  position: relative;
}

.content {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  position: absolute;
  top: 0;
  width: 100%;
}
.content-inner {
  max-width: 90%;
}
@media screen and (min-width: 1024px) {
  .content-inner {
    max-width: 720px;
  }
}

.background img {
  -o-object-fit: cover;
  object-fit: cover;
  max-height: 600px;
}

h1 {
  font-size: 48px;
  font-weight: 600;
  margin-bottom: 20px;
}

@media screen and (min-width: 500px) {
  span {
    display: block;
  }
}

.tel {
  color: #fff;
  display: block;
  font-size: 38px;
  line-height: 46px;
  font-weight: 600;
  margin: 20px 0;
  text-decoration: none;
}

.tel:hover,
.tel:focus {
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 2px;
}
