.main-web {
  background-color: #4b4f58;
  height: auto;
  margin-top: 11vh;
  margin-bottom: 0; /* No gap between main content and footer */
  padding: 100px 0px;
  /* border: 1px solid red; */
}
.content-box {
  /* border: 1px solid black; */
  height: auto;
  text-align: center;
  margin-top: -15vh;
}
.content-box h1 {
  font-size: 60px;
  padding: 30px 70px 10px 70px;
  color: #fff;
}
.content-box h2 {
  font-size: 25px;
  padding: 20px 70px;
  color: #fff;
}
.content-box p {
  font-size: 25px;
  padding: 0px 70px;
  line-height: 25px;
  color: #fff;
}
.img-1-content {
  /* border: 1px solid black; */
  height: auto;
  display: flex;
}

.img-1 {
  /* border: 1px solid black; */
  width: 40%;
  height: auto;
  padding: 50px 20px;
}
.img-1 img {
  width: 450px;
  height: 450px;
}
.cont-1 {
  /* border: 1px solid black; */
  width: 60%;
  height: auto;
  padding: 50px 10px;
}
.icon-box {
  /* border: 1px solid black; */
  height: auto;
  display: flex;
  gap: 20px;
  background-color: #4b4f60;
}
.fa,
.far {
  color: #ff6d07;
  padding: 0px 10px;
}
.box-icon-1 {
  /* border: 1px solid black; */
  /* height: 30px; */
  width: 50%;
  margin: 20px 30px;
  background-color: rgb(64, 52, 52);
  border-radius: 10px;
}
.box-icon-1 p {
  color: #fff;
  font-size: 20px;
  padding-top: 10px;
}
.fas {
  color: #fff;
  font-size: 20px;
  padding: 5px 0px;
}
.cont-1 .cont-1-para {
  font-size: 20px;
  display: flex;
  gap: 10px;
  color: #fff;
  line-height: 20px;
  margin-top: 20px;
  margin-left: 30px;
}
.working {
  display: block;
  text-align: center; /* Centers the text within the anchor */
  text-decoration: none; /* Removes underline from the link */
  color: #000;
  font-size: 20px;
  background-color: #fff015;
  border-radius: 10px;
  margin: 0px 400px;
}

.price {
  margin-top: 10px; /* Adds space between text and price */
  font-size: 20px;
  text-align: center; /* Centers the price on a new line */
}

.line-through {
  text-decoration: line-through;
  font-size: 20px;
  color: #000; /* Adjust the color if needed */
}
.working:hover {
  text-decoration: none;
  color: #000;
}

.main-web .worl {
  text-align: center;
  padding-top: 20px;
  color: #abbb2b;
}
.main-web .h-1 {
  text-align: center;
  padding-top: 20px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .main-web {
    /* border: 4px solid black; */
    margin-top: 5vh;
  }
  .content-box {
    height: auto;
    margin-top: 11vh;
    margin-top: -17vh;
    /* border: 1px solid black; */
  }
  .content-box h1 {
    padding: 90px 20px 10px 20px;
    font-size: 40px;
  }
  .content-box h2 {
    padding: 20px 20px 20px 20px;
  }
  .content-box p {
    padding: 0px 20px 0px 20px;
    /* text-align: justify; */
  }
  .img-1-content {
    flex-direction: column;
    /* border: 1px solid black; */
  }
  .img-1 {
    width: 100%;
    height: auto;
    /* border: 1px solid black; */
  }
  .cont-1 {
    width: 100%;
    height: auto;
    /* border: 1px solid black; */
    padding: 0px 10px;
  }
  .img-1 img {
    width: 440px;
    height: 450px;
    padding: 0px 10px 0px 10px;
  }
  .icon-box {
    gap: 0px;
    height: 80px;
  }
  .icon-box p {
    font-size: 13px;
  }

  .working {
    margin: 20px 10px;
  }
  .main-web .h-1 {
    font-size: 20px;
    padding: 10px 20px;
  }
}
