/*
---------------------------------------------
About Us
---------------------------------------------
*/

.about-serv {
  position: relative;
}


.about-serv .section-heading {
  margin-bottom: 45px;
}

.about-serv .section-heading,
.about-serv .box-item,
.about-serv p,
.about-serv .box-item .gradient-button,
.about-serv .box-item span {
  position: relative;
  z-index: 1;
}

.about-serv .box-item {
  box-shadow: 0px 0px 15px rgba(0,0,0,0.4);
  padding: 10px 30px;
  background-color: #fff; 
  border-radius: 40px;
  margin-bottom: 30px;
}

.about-serv .box-item h4 {
  text-align: center;
  margin: 20px;
}

.about-serv .box-item h4 a {
  font-size: 20px;
  font-weight: 700;
  margin-top: 8px;
  color: #2a2a2a;
  transition: all .3s;
}

.about-serv .box-item p {
  margin-bottom: 0px;
  text-align: center;
}

.about-serv .box-item:hover h4 a {
  color: #4b8ef1;
}

.about-serv .gradient-button {
  margin-top: 30px;
  margin-bottom: 10px;
}

.about-serv span {
  font-size: 14px;
  color: #7a7a7a;
}

.about-serv .right-image {
  position: relative;
  z-index: 1;
  top: 125px;
}

.about-serv:after {
  background-image: url(../images/images2/about-bg.jpg);
  width: 777px;
  height: 1132px;
  content: '';
  position: absolute;
  background-repeat: no-repeat;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}

