p {
  margin: 0;
  padding: 0;
}

.colorful {
  background-image: -webkit-linear-gradient(
    top,
    #ffffff,
    #ffffff,
    #a7caf8,
    #3184f3
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.white {
  color: #fff !important;
}

.grey {
  color: #a0a0a1 !important;
}

.supermarket .section {
  background-repeat: no-repeat;
  background-size: cover;
}

.supermarket .section .wrapper .img,
.supermarket .section .img {
  margin: auto;
  display: block;
}

.supermarket .section h1 {
  color: #363439;
  text-align: center;
  font-size: 36px;
  letter-spacing: 0.2rem;
  margin: 80px 0 25px 0;
}

.supermarket .section p.desc {
  color: #393937;
  text-align: center;
  font-size: 24px;
  letter-spacing: 0.1rem;
  margin-bottom: 30px;
  line-height: 34px;
}

.supermarket .section1 {
  position: relative;
  background-image: url(/Content/new/assets/imgs/solution/supermarket/1.jpg);
  height: 704px;
}

.supermarket .section1 .title_wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.supermarket .section1 .title_wrapper h1 {
  font-weight: bold;
  color: #fff;
  margin: 0;
  font-size: 65px;
}

.supermarket .section2 {
  position: relative;
  background-image: url(/Content/new/assets/imgs/solution/supermarket/2-2.jpg);
}

.supermarket .section3 {
  position: relative;
  background-image: url(/Content/new/assets/imgs/solution/supermarket/3-2.jpg);
}

.supermarket .section3 .img {
  padding-bottom: 90px;
}

.supermarket .section4 {
  position: relative;
  background-image: url(/Content/new/assets/imgs/solution/supermarket/4.jpg);
  height: 900px;
}

.supermarket .section4 .wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.supermarket .section4 h1,
.supermarket .section4 p.desc {
  color: #fff;
  margin-top: 0;
}

.supermarket .section5 {
  position: relative;
  background-image: url(/Content/new/assets/imgs/solution/supermarket/5-2.jpg);
}

.supermarket .section5 .img {
  padding: 50px 0 80px;
}

.supermarket .section6 {
  position: relative;
  background-image: url(/Content/new/assets/imgs/solution/supermarket/6-2.jpg);
}

.supermarket .section6 .img {
  padding: 30px 0 80px;
}

.supermarket .section7 {
  position: relative;
  background-image: url(/Content/new/assets/imgs/solution/supermarket/7-2.jpg);
}

.supermarket .section7 .img {
  padding-bottom: 80px;
}

