.headerSmartPos {
  display: flex;
  width: 1200px;
  height: 100vh;
  margin: 0 auto;
  padding: 50px;
  justify-content: center;
  text-align: left;
  margin-top: 50px;
  margin-bottom: 70px;
}

.h1SmartP2 {
  display: none;
}

.imgGroup {
  width: 100%;
  max-width: 230px;
}

.ulText {
  text-align: left;
  color: #1a77d1;
}

.headerDescription {
  display: flex;
  flex-direction: column;
  width: 500px;
}

.mainPp {
  font-size: 20px;
}

.headerDescription h1 {
  color: #1a77d1;
}

.headerDescription span {
  color: #22272b;
}

#description {
  background-color: #ffffff;
  color: #000000;
  width: 400px;
  font-size: 20px;
  padding-top: 20px;
}

.imgOpinionOne {
  width: 350px;
}

.widthIntLq {
  margin-bottom: 50px;
}

.button {
  background-color: #1a77d1;
  border: none;
  color: white;
  width: 200px !important;
  padding: 20px;

  border-radius: 25px;
  margin-left: 250px;
  text-decoration: none;
  margin-bottom: 30px;
}

.imgPos {
  width: 300px;
}

.textSmart {
  margin-top: 15px;
  font-size: 20px;
}

.insSectFeatSmart {
  display: flex;
  justify-content: center;
  gap: 100px;
  margin-top: -100px;
  text-align: center;
}

.insSectFeatSmart {
  margin-bottom: 50px;
}
.sectionFeaturesSmart {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}

.h2IntSectSmart {
  border: 2px solid #120745;
  padding: 5px;
  border-radius: 10px;
  max-width: 300px;
  margin-bottom: 40px;
}

.eachElemSmart {
}

.eachSectionSmart {
  display: flex;
  flex-direction: column;

  align-items: center;
}

.imgSmart {
  width: 100%;
  max-width: 90px;
}

@media (max-width: 1024px) {
  .ulText {
    font-size: 25px;
    margin-left: 30px;
  }
  .headerSmartPos {
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    margin-bottom: 50px;

    justify-content: center;
    align-items: center;
    max-width: 700px;
    width: 100%;
  }

  .insSectFeatSmart {
    display: flex;
    flex-direction: column;
  }

  .insSectFeatSmart {
    margin-top: 60px !important;
  }

  .eachElemSmart p {
    font-size: 25px;
  }

  .sectionFeaturesSmart {
    width: 100%;
    max-width: 500px;
  }
}

@media (max-width: 500px) {
  .headerSmartPos {
    margin-top: -40px;
  }
  .headerDescription {
    padding-left: 60px;
    padding-right: 70px;
    margin-top: -300px;
    height: 200px;
  }

  .h1SmartP2 {
    display: block;
    width: 100%;
    max-width: 400px;
    padding: 20px;
  }
  .h1SmartP {
    display: none;
  }

  .imgPos {
    display: none;
  }
  .h1SmartP {
    width: 100%;
    max-width: 400px;
    padding: 20px;
  }

  #description {
    padding: 20px;

    width: 100%;
    max-width: 400px;
    font-size: 25px;
  }

  .button {
    background-color: #1a77d1;
    border: none;
    color: white;
    width: 320px !important;
    padding-top: 12px;
    padding-bottom: 10px;
    border-radius: 25px;
    margin-left: 20px;
    font-size: 25px;
    text-align: center;
  }

  .sectionFeaturesSmart {
    margin-top: 120px;
  }
}
