* {
  /* box-sizing: border-box; */
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, "Helvetica Neue",  Arial, sans-serif;
  margin: auto;
}

.bg-image {
  position: absolute;
  bottom: -88%;
}

.container {
  display: inline-block;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 100px 0 124px;
  width: 100%;
  margin: auto;
  border: #fbab40;
  height: 100%;
  background-color: #242628;
  background-image: url(./assets/world.svg);
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: 70px;
  background-origin: padding-box;
}

.header h3 {
  text-align: center;
  color: #ff9e40;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  margin: 0;
  line-height: 36px;
}

.header {
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0px;
  font-style: normal;
}

.header > h1 {
  font-style: normal;
  font-weight: 600;
  font-size: 1.9rem;
  line-height: 150%;
  display: flex;
  align-items: center;
  text-align: center;
  color: #ffffff;
}

.header p {
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 150%;
  text-align: center;
  color: #ffffff;
  flex-grow: 0;
  margin: 16px 0px;
}

.header .socialmedia {
  margin-top: 25px;
}

div.tel {
  display: inline-flex;
  margin: 0 29% 5% 29%;
}

.options {
  display: flex;
  flex-direction: row;
}

.options > div {
  display: flex;
  margin-top: 15px;
}

.options > div > a,
div.tel a {
  color: #ffffff;
  text-decoration: underline;
  margin: 0px 8px;
  font-weight: 400;
  font-size: 24px;
  line-height: 150%;
}

.options div:first-of-type,
.options div:nth-of-type(2) {
  margin-right: 30px;
}

.logo, .bottom {
  padding-top: 75px;
  display: grid;
  background-color: 242628;
}

.logo > img {
  width: 250px;
}

.learn-more > a > button {
  background: #f6821f;
  border-radius: 4px;
  border: none;
  width: 180px;
  margin-top: 78px;
  height: 55px;
  color: #ffffff;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  background: rgba(246, 130, 31, 1);
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.25);
  cursor: pointer;
}

.map {
  display: block;
  position: relative;
  padding-bottom: 40%;
  height: 0;
  overflow: hidden;
  margin-left: 15%;
  margin-right: 15%;
  margin-top: 9%;
}

.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

@media screen and (max-width: 1024px) {
    .container {
        background-size: contain;
        background-position-y: center;
    }
}

@media screen and (max-width: 600px) {

.container{
    background-size: contain;
    background-position-y: center;
    }
  pre {
    font-size: 0.8rem;
    padding: 8px 12px;
    width: 100%;
  }

  body {
    width: 100vw;
  }

  .header img {
    margin-left: 0;
  }

  .installation-steps {
    width: 100%;
    box-sizing: border-box;
  }

  .header h1 {
    font-size: 1.6rem;
    margin: 24px;
  }

  .header p {
    font-size: 1.3rem;
    margin: 0 24px;
  }

  div.tel {
    margin: 5% 0 5% 15%;
  }

  .options {
    flex-direction: column;
    align-items: start;
  }

  .options div {
    margin: 10px 0 0 35px;
  }

  .options div a,
  div.tel a {
    font-size: 1.3rem;
  }

  ol {
    padding-left: 20px;
  }

  li {
    margin-bottom: 5px;
  }
}