.our-services-wrapper {
  padding: 120px 0px 110px;
}

.our-services-wrapper .sub-heading {
  text-align: center;
}

.our-services-wrapper  .main-heading {
  text-align: center;
}

.our-services-wrapper 
.services-wrapper {
  margin-top: 37px;
}

.our-services-wrapper 
.services-flex-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
  padding: 31px 63px;
  border-radius: 22px;
  transition: 0.3s ease-in-out;
}

.our-services-wrapper  .heading-wrapper {
  width: 26%;
}

.our-services-wrapper 
.description-wrapper {
  width: 25%;
}

.our-services-wrapper 
.thumbnail-wrapper {
  width: 29%;
  border-radius: 12px;
  overflow: hidden;
  text-align: end;
}

.our-services-wrapper  .arrow-wrapper {
  width: 5%;
  text-align: center;
}

.our-services-wrapper .thumbnail-wrapper img {
  width: 305px;
  border-radius: 22px;
}

.our-services-wrapper .services-flex-wrap:hover {
  background-color: #e2e1fc;
}


.our-services-wrapper .services-flex-wrap:hover svg circle {
  fill: #3d35ee;
  opacity: 1;
}

.our-services-wrapper .services-flex-wrap:hover svg path {
  stroke: #fff;
  transition: 0.3s ease-in-out;
}

.our-services-wrapper .heading-wrapper h5 {
  margin-bottom: 0px;
  max-width: 250px;
}

.our-services-wrapper .description-wrapper p {
  margin-bottom: 0px;
  color: #B1B4B6;
  transition: 0.3s ease-in-out;
}

.our-services-wrapper .services-flex-wrap:hover p {
  color: #000;
}

/* RESPONSIVE STARTED  */
@media screen and (max-width:1280px){
  .our-services-wrapper .services-flex-wrap {
    padding: 20px;
  }

}
@media screen and (max-width:992px){
  .our-services-wrapper {
    padding: 50px 0px;
  }

  .our-services-wrapper .heading-wrapper {
    width: 20%;
  }

  .our-services-wrapper .description-wrapper {
    width: 40%;
  }

  .our-services-wrapper .thumbnail-wrapper {
    width: 20%;
  }

  .our-services-wrapper .arrow-wrapper svg {
    width: 100%;!;
  }

  .our-services-wrapper .description-wrapper p {
    font-size: 14px;
  }

  .our-services-wrapper .services-wrapper {
    margin-top: 20px;
  }
}
@media screen and (max-width:768px){
  .our-services-wrapper .heading-wrapper {
    width: 100%;
  }

  .our-services-wrapper .services-flex-wrap div {
    text-align: center;
  }

  .our-services-wrapper .heading-wrapper h5 {
    max-width: 100%;
    font-size:20px;
  }

  .our-services-wrapper .services-flex-wrap {
    gap: 20px;
    border-radius: 22px;
    border: 1px solid rgba(0, 2, 56, 0.10);
    background: #FFF;
    padding: 30px 20px 20px
  }

  .our-services-wrapper .services-flex-wrap:not(:last-child) {
    margin-bottom: 20px;
  }

  .our-services-wrapper .description-wrapper {
    width: 100%;
  }

  .our-services-wrapper .thumbnail-wrapper {
    width: 100%;
  }

  .our-services-wrapper .arrow-wrapper {
    margin-left: auto;
    width: 10%;
  }
}
@media screen and (max-width:480px){
  .our-services-wrapper .arrow-wrapper {
    width: 15%;
  }
}