.web__development__service__wrapper {
  width: 100vw;
  max-width: 1500px;
  position: relative;
  top: 10vh;
}

.wd__banner {
  width: 100%;
  background-color: rgb(245, 245, 245);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 6rem 1.5rem;
}

.wd__banner__text {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}
.wd__banner__text h1 {
  letter-spacing: 1px;
  line-height: 1.5;
}

.wd__banner__text a {
  text-decoration: none;
  padding: 1rem 3.5rem;
  background-color: #1f487e;
  color: white;
  margin-top: 3rem;
  border-radius: 25px;
  font-weight: bold;
}

.wd__banner__text h1 {
  font-size: 2.5rem;
  line-height: 1.5;
}

.wd__banner img {
  width: 50%;
  margin-right: 2rem;
}

.wd__sub__head {
  text-align: center;
  margin: 5rem 0 3rem 0;
  color: rgb(41, 41, 41);
}

.why__wd__wrapper {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.why__wd__wrapper .wd__why {
  width: 480px;
  margin: 2.5rem;
}

.wd__why h3 {
  color: rgb(6, 96, 231);
  letter-spacing: 1px;
}

.wd__why p {
  margin-top: 1rem;
  line-height: 1.5;
  letter-spacing: 0.5px;
}

.wd__services {
  width: 90%;
  margin: 0 auto 5rem auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.wd__services .wd__service {
  width: 300px;
  height: 320px;
  margin: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  background-color: rgb(255, 255, 255);
  padding: 1rem;
  border-radius: 5px;
  box-shadow: 2px -4px 8px 6px rgba(0, 109, 211, 0.486);
}

.wd__service .service__img {
  width: 160px;
}
.wd__service .service__img img {
  width: 100%;
}
.wd__services .wd__service h3 {
  text-align: center;
  margin: 2rem 0;
  font-size: 1rem;
  line-height: 1.5;
}

.wd__services .wd__service a {
  background-color: #113974;
  color: #fff;
  text-decoration: none;
  padding: 0.6rem 1.6rem;
  font-size: 0.8rem;
  font-weight: bold;
  border-radius: 25px;
  margin: 0.6rem 0;
}

@media (max-width: 1320px) {
  .wd__banner__text h1 {
    font-size: 2rem;
  }
  .wd__banner__text a {
    padding: 1rem 3.5rem;
  }
  .why__wd__wrapper .wd__why {
    width: 500px;
  }
  .wd__why h3 {
    font-size: 1.2rem;
  }

  .wd__why p {
    font-size: 1.1rem;
  }
}
@media (max-width: 1320px) {
  .why__wd__wrapper .dm__why {
    width: 430px;
  }
}

@media (max-width: 1320px) {
  .wd__services .wd__service {
    width: 280px;
    height: 320px;
    margin: 1.2rem 0;
  }
}
@media (max-width: 1080px) {
  .why__wd__wrapper .wd__why {
    width: 400px;
  }
  .wd__services {
    width: 80%;
    justify-content: space-around;
  }
}

@media (max-width: 1080px) {
  .why__wd__wrapper {
    flex-direction: column;
  }
  .why__wd__wrapper .wd__why {
    width: 80%;
  }
}
@media (max-width: 790px) {
  .wd__services {
    width: 95%;
  }
  .wd__banner img {
    width: 40%;
  }
  .wd__banner__text {
    width: 99%;
  }
  .wd__sub__head {
    font-size: 2rem;
  }
}

@media (max-width: 660px) {
  .wd__banner {
    padding: 2rem 1rem;
  }
  .wd__banner__text h1 {
    font-size: 1.5rem;
  }
  .why__wd__wrapper {
    width: 99%;
  }
  .why__wd__wrapper .wd__why {
    margin: 1rem;
  }
  .wd__services {
    width: 99%;
  }

  .wd__services .wd__service {
    width: 250px;
    height: 340px;
    margin: 1rem;
  }
  .wd__service .service__img {
    width: 100%;
  }
  .wd__services .wd__service h3 {
    margin: 1rem 0;
  }
}

@media (max-width: 570px) {
  .wd__banner {
    padding: 4rem 1rem;
  }
  .wd__banner__text h1 {
    font-size: 1.2rem;
  }
  .wd__banner img {
    width: 38%;
  }
  .wd__banner__text a {
    padding: 0.6rem 2.5rem;
  }
  .wd__sub__head {
    font-size: 1.6rem;
  }
  .wd__services .wd__service {
    width: 300px;
    height: 360px;
  }
}
@media (max-width: 460px) {
  .wd__banner {
    padding: 2rem 1rem;
  }
  .wd__banner__text h1 {
    font-size: 1rem;
  }
  .wd__banner__text a {
    padding: 0.5rem 2rem;
  }
}

@media (max-width: 430px) {
  .wd__sub__head {
    font-size: 1.6rem;
  }
}
