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

.dm__banner {
  width: 100%;

  background-color: rgb(235, 247, 253);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 6rem 1.5rem;
}

.dm__banner__text {
  width: 56%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}
.dm__banner__text a {
  text-decoration: none;
  padding: 1.4rem 5rem;
  background-color: rgb(0, 60, 255);
  color: white;
  margin-top: 3rem;
  border-radius: 5px;
  font-weight: bold;
}

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

.dm__banner img {
  width: 38%;
  margin-right: 2rem;
}

.dm__sub__head {
  text-align: center;
  margin: 5rem 0 3rem 0;
}

.dm__sub__head {
  font-size: 2.5rem;
}

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

.why__dm__wrapper .dm__why {
  width: 580px;
  margin: 2.5rem;
}

.dm__why h3 {
  color: rgb(6, 96, 231);
  letter-spacing: 1px;
  font-size: 1.5rem;
}

.dm__why p {
  margin-top: 1rem;
  line-height: 1.5;
  letter-spacing: 0.5px;
  font-size: 1.2rem;
}

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

.dm__services .dm__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);
}

.dm__service .service__img {
  width: 160px;
}
.dm__service .service__img img {
  width: 100%;
}
.dm__services .dm__service h3 {
  text-align: center;
  margin: 1.6rem 0;
  font-size: 1rem;
  line-height: 1.5;
}
.dm__services .dm__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) {
  .dm__banner__text h1 {
    font-size: 2rem;
  }
  .dm__banner__text a {
    padding: 1rem 3.5rem;
  }
  .why__dm__wrapper .dm__why {
    width: 500px;
  }
  .dm__why h3 {
    font-size: 1.2rem;
  }

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

@media (max-width: 1320px) {
  .dm__services .dm__service {
    width: 280px;
    height: 320px;
    margin: 2rem;
  }
}
@media (max-width: 1080px) {
  .why__dm__wrapper .dm__why {
    width: 400px;
  }
  .dm__services {
    width: 80%;
    justify-content: space-around;
  }
}

@media (max-width: 1080px) {
  .why__dm__wrapper {
    flex-direction: column;
  }
  .why__dm__wrapper .dm__why {
    width: 80%;
  }
}
@media (max-width: 790px) {
  .dm__services {
    width: 95%;
  }
  .dm__banner img {
    width: 40%;
  }
  .dm__banner__text {
    width: 99%;
  }
  .dm__sub__head {
    font-size: 2rem;
  }
}

@media (max-width: 660px) {
  .dm__banner {
    padding: 2rem 1rem;
  }
  .dm__banner__text h1 {
    font-size: 1.5rem;
  }
  .why__dm__wrapper {
    width: 99%;
  }
  .why__dm__wrapper .dm__why {
    margin: 1rem;
  }
  .dm__services {
    width: 99%;
  }

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

@media (max-width: 570px) {
  .dm__banner {
    padding: 4rem 1rem;
  }
  .dm__banner__text h1 {
    font-size: 1.2rem;
  }
  .dm__banner img {
    width: 38%;
  }
  .dm__banner__text a {
    padding: 0.6rem 2.5rem;
  }
  .dm__sub__head {
    font-size: 1.6rem;
  }
  .dm__services .dm__service {
    width: 300px;
    height: 340px;
  }
}
@media (max-width: 460px) {
  .dm__banner {
    padding: 2rem 1rem;
  }
  .dm__banner__text h1 {
    font-size: 1rem;
  }
  .dm__banner__text a {
    padding: 0.5rem 2rem;
  }
}

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