.about-bg {
  background: url(../img/carousel/Custom-Mobile-App-Development-Services-2.jpeg) top center
    no-repeat;
  background-size: cover;
}
.about .content {
  padding: 0;
}
.about-mob-comp {
  display: flex;
  flex-direction: column;
  gap: 6em;
  padding: 4em 0;
  flex-wrap: wrap;
}
.about-inner {
  flex: 1;
  min-width: 15rem;
  text-align: center;
}
.about-inner-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 2em;
}
.about-inner .inner-square {
  text-align: center;
  box-shadow: 0 5px 60px 0 rgb(0 0 0 / 8%);
  padding: 2em;
  transition-property: background, color;
  transition: 0.4s ease;
  border-radius: 5px;
  flex: 1;
  min-width: 13rem;
}

.icon-color {
  font-size: 27px;
  margin-bottom: 1em;
  color: #335288;
}
.about-inner .inner-square:hover .icon-color {
  color: #fff;
}

/* .about-inner .inner-square:nth-child(1) {
  background: #335288;
  color: white;
} */
.about-inner .inner-square:hover {
  background: #335288;
  color: white;
}

.How-we-work-inner {
  text-align: center;
}
.How-we-work-inner:nth-child(2) {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 7em;
}

.inner-sec:nth-child(1) img{
  width: 100%;
}

/* @media screen and (max-width: 778px) {
  .inner-sec:nth-child(1){
    display: none;
  }
} */


.How-we-work-inner .inner-sec {
  flex: 42%;
}

.process li {
  overflow: hidden;
  position: relative;
  display: flex;
  gap: 1em;
}

.process li:not(.last)::before {
  content: " ";
  position: absolute;
  width: 8px;
  height: 100%;
  background: #edeefd;
  left: 25px;
  top: 0px;
  z-index: -2;
}

.process .icon {
  height: 60px;
  min-width: 60px;
  border-radius: 5px;
  background-color: #335288;
  transition: background-color 0.2s ease;
  display: flex;
  justify-content: center;
  align-items: center;
}
.process .icon img {
  width: 50%;
  aspect-ratio: 4/6;
  object-fit: contain;
}

.process .icon:hover {
  background-color: #6a77ef;
}

.process .pera {
  text-align: left;
}
.process .pera h5 {
  margin-bottom: 1em;
}
.process .pera p {
  margin-bottom: 3em;
}
.Who-we-serve-inner .client {
  display: flex;
  flex-wrap: wrap;
  gap: 2em;
}
.Who-we-serve-inner .client li {
  flex: 30%;
}
.client li i {
  color: #335288;
  margin-right: 1em;
}
