.dms-digi-service{
  margin-top: 20px
}
.web-design .dms-section-div img{
  width: 400px;
}
.dms-web-service{
  width: 80%;
  margin: 50px auto;
}
.web-des-spids-sub{
  width: 100%;
  text-align: center;
  display: block;
  font-size: 16px;
  margin: 10px 0px;
  font-family: var(--bs-Roboto);
}
.web-des-spids{
  width: 80%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 20px;
}
.web-des-spi{

  width: 45%;
  font-family: var(--bs-Montserrat);
  color: var(--bs-blue);
  font-size: 17px;
  font-weight: 500;
  box-shadow: rgba(0, 0, 0, 0.1) -4px 9px 25px -6px;
  padding: 10px;
  border-radius: 5px;
  border: 0.5px solid #f76c1c1c;
  

}
.label-icon{
  color: var(--bs-orange);
}
.web-des-spi:hover{
  background-color: #efefef;
}
.seo-point-content ul li{
  /* font-size: 18px; */
  line-height: 1.8;
  /* font-weight: 500; */
  font-family: var(--bs-Roboto);
}
.seo-point-content ul li span{
  font-size: 14px;
  color: #1c1c1c;
  font-weight: 400;
}
/* Services */
.services-cards {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

.serivces-divs {
  margin-top: 80px;
  position: relative;
  overflow: hidden;
}

.services-title h2 {
  font-size: 28px;
  font-family: var(--bs-Montserrat);
  font-weight: 700;
  position: relative;
  text-align: center;
  color: var(--bs-blue);
}

.services-title p {
  text-align: center;
  font-family: var(--bs-Roboto);
  margin-top: 20px;
  font-size: 20px;
  width: 100%;
  padding: 0px 50px;
}

.service-cards {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin-top: 50px;
}

.service-cards .card {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.service-cards .card-title {
  font-size: 20px;
  font-weight: 600;
  color: var(--bs-blue);
  font-family: var(--bs-Montserrat);
}

.service-cards a {
  background-color: var(--bs-orange);
  color: white;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px,
    rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
  font-weight: 600;
  float: right;
}

.card-body .card-text {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.card img {
  width: auto;
  height: 280px;
}

.circle2 {
  width: 600px;
  height: 600px;
  background-color: #f76b1c73;
  position: absolute;
  right: 15px;
  top: -397px;
  border-radius: 50%;
  opacity: 0.1;
  z-index: -1;
}

.circle3 {
  width: 600px;
  height: 600px;
  background-color: #f76b1c73;
  position: absolute;
  left: 15px;
  bottom: -397px;
  border-radius: 50%;
  opacity: 0.1;
  z-index: -1;
}


.smo-service-div > p {
  font-family: var(--bs-Roboto);
  font-size: 18px;
  width: 90%;
  margin: 20px auto 0;
  text-align: center;
}

.dms-web-service h3 {
  font-size: 20px;
  text-align: center;
  color: var(--bs-orange);
}