html, body {
  margin: 0;
  padding: 0;
  height: 2500px;
  font-family: "Outfit", sans-serif;
  color: #273043;
  background: url("../images/about_bg_2.png") no-repeat center center;
  background-size: cover;
}

.container2 {
  margin: 0 auto;
  position: relative;
  max-width: 1000px;
}

.section {
  position: relative;
  margin-bottom: 50px;
}

.section h1{
  font-weight: normal;
  font-size: 48px;
}

#section1 {
  text-align: left;
  margin-top: 0;
  margin-left: 0;
}

#section2 {
  text-align: left;
  margin-left: 58%;
  margin-top: 130px;
  max-width: 390px;
}

#section3 {
  text-align: left;
  margin-top: 150px;
  margin-left: 100px;
  max-width: 400px;
}

#section4 {
  text-align: left;
  margin-left: 60%;
  margin-top: 400px;
}

h2 {
  color: #273043;
  font-weight: normal;
  font-size: 36px;
  margin-bottom: 20px;
}

p {
  color: #273043;
  font-size: 21px;
  font-weight: 300;
  line-height: 30px;
}

.image {
  display: flex;
  justify-content: center;
  margin-left: 0;
  margin-top: 140px;
}

.image2 {
  text-align: center;
  margin-left: 0;
  margin-top: 140px;
}

.image img {
  max-width: 684px;
  border-radius: 20px;
}

.image2 img {
  max-width: 684px;
}

.line {
  position: absolute;
  top: 55px;
  left: 38%;
}

.line12 {
  position: absolute;
  top: 990px;
  left: 17%;
}

svg {
  width: 100%;
  height: 100%;
}

.left-sidebar {
  background-color: transparent;
}

.line-mob1 {
  display: none;
}

.line-mob2 {
  display: none;
}

.qr-code-store {
  padding-bottom: 100px;
}

.qr-info-column p {
  color: #fff;
}

.foot-mob{
  display: none;
}

@media (max-width: 768px) {
  html,
  body {
    font-family: "Outfit", sans-serif;
    color: #273043;
    margin: 0;
    padding: 0;
    height: 100%;
    background: linear-gradient(
      to bottom,
      #f1f5f9 0%,
      #e2e8f0 50%,
      #6b7280 100%
    );
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
  }

  .image img {
    max-width: 360px;
  }

  .image2 img {
    max-width: 360px;
  }

  .line {
    display: none;
  }

  .line12 {
    display: none;
  }
  .section{
    width: 100%;
  }

  #section1 {
    text-align: left;
    margin-top: 0;
    margin-left: 0;
  }

  #section1 h1 {
    font-family: "Outfit";
    font-size: 32px;
    font-weight: normal;
  }

  #section2 {
    text-align: left;
    margin-left: 0;
    margin-top: 100px;
  }

  #section2 p {
    margin-top: 40px;
  }

  .line-mob1 {
    display: block;
    position: absolute;
    top: 40px;
    margin-top: 0;
    left: 60%;
  }

  .image {
    display: flex;
    justify-content: center;
    margin: 10px 0;
    margin-top: 20px;
  }

  #section3 {
    text-align: left;
    margin-top: 50px;
    margin-left: 0;
  }

  .line-mob2 {
    display: block;
    position: absolute;
    top: 710px;
    left: 30%;
  }

  #section4 {
    text-align: left;
    margin-left: 0;
    margin-top: 250px;
  }

  .image2 {
    display: flex;
    justify-content: center;
    margin: 40px 0;
    margin-top: 120px;
  }

  .content-wrapper {
    width: auto;
    margin-bottom: 100px;
  }

  .about-section {
    padding: 0;
  }

  .foot-mob{
    display: block;
    padding-bottom: 30px;
  }

}
