.web-headi {
  text-align: center;

}

.web-headi h1 {
  font-size: 4.5vw;
  color: #fff;
  letter-spacing: 2px;
margin-top: 70px;

}
.web-headi p {
  font-size: 16px;
  color: #FFF;
  margin-top: 20px;
}


/* .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 5vw 5vw;
  display: flex;
  gap: 40px;
  align-items: center;
  /* margin-top: 5%; */ */

.text-content {
  flex: 1;
}

.title {
  font-size: 3.4vw;
  font-weight: bold;
  margin-bottom: 20px;
  text-transform: capitalize;
  line-height: 23px;
}

.description1 {
  color: #666;
  font-size: 15px;
  line-height: 26px;
  text-align: left;
  font-weight: 200;
  font-family: Arial, Helvetica, sans-serif;
  margin-bottom: 40px;
}

.list {
  color: #666;
  font-size: 15px;
  line-height: 16px;
  text-align: left;
  font-weight: 200;
  font-family: Arial, Helvetica, sans-serif;
  margin-left: 30px;
}

.list li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 20px;
  list-style: none;
}

.list li:before {
  content: "•";
  position: absolute;
  left: 0;
}

.image-container {
  flex: 1;
}

.section-heading {
  line-height: 44px;
}

.image-container img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

@media (max-width: 768px) {
  .container {
    flex-direction: column;
  }

  .text-content,
  .image-container {
    width: 100%;
  }
}

.services {
  height: auto;
}

.services-box {
  text-align: center;
  padding: 15px;
  border: 2px solid #eee;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 0 auto;
}

.services-box h1 {
  font-size: 24px;
}

.services-box img {
  width: 160px;
}

.services-box .s-text p {
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 10px;
  color: #151616;
  text-transform: capitalize;
  margin-top: 20px;
  font-size: 14px;
}

.services-box .s-heading h1 {
  color: #151616;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  text-transform: capitalize;
  font-size: 20px;
}

h1,
h2 {
  margin-bottom: 10px;
  line-height: 33px;
}
