#s-sec-1 {
  background-image: url("../assets/images/service_bg_1.jpg");
  margin: 6rem 0rem 2rem 0rem;
  width: 100%;
  padding: 40px 10px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

#s-sec-1 h2 {
  font-family: 'Outfit', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 55.4052px;
  line-height: 96%;
  /* or 56px */
}

#s-sec-1 p {

  font-style: normal;
  font-weight: 400;
  font-size: 14.0172px;
  line-height: 35px;
  margin-top: 2rem;
}

.scard{
  transition: all 0.5s ease-in-out;
  background:linear-gradient(rgba(198, 213, 255, 0.532),white) !important;
}
.scard img{
width: 100%;
height: 13rem;
}

.scard:hover > img{
  transition: all 0.5s ease;
  transform: scale(1.1);
  /* background-color: green; */

}

.content{
padding: 20px 0px;
}