.gradient-text {
  background: linear-gradient(90deg, #ff7e5f, #feb47b, #ff7e5f);
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: shine 3s linear infinite;
}
.service-img{
  height: 277.33px;
}
.custome-p{
    font-style: normal;
    font-size: 15px;
    line-height: 27px;
}
.list-style{
  list-style: none;
}
.service-i{
  height: 500px;
}

@keyframes shine {
  to {
    background-position: 200% center;
  }
}

.footer-logo{
  max-height: 100px;
  transition: .5s;
  border-radius: 10px;
}