/* Services Section
--------------------------------*/
#services {
  background: #fff;
  background-size: cover;
  padding: 60px 0 40px 0;
}

#services .justify-content-center {
  gap: 20px !important;
}
  
#services .box {
  margin-bottom: 50px;
  display: block;
  background: linear-gradient(to bottom, #F0F0F0, #ffffff); 
  border-radius: 15px;
}

#services .icon {
  background: linear-gradient(135deg, var(--primery-color-light), #005503);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  font-weight: 900;
  font-size: 30px;
  line-height: 1;
  height: auto;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}



#services .icon img {
  width: 50px;
  height: auto;
  margin-top: 15px;
  line-height: 1;
  display: inline-block;
}


#services .title {
  font-weight: 700;
  margin-top: 7px;
  margin-bottom: 10px;
  font-size: 18px;
  text-align: center;
}

#services .title a {
  color: #111;
}

#services .box:hover .title a {
  color: #18d26e;
}

#services .description {
  font-size: 14px;
  text-align: center;
  line-height: 24px;
  margin-bottom: 0;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.59);
}


/* ________________ for project profile page */
.why_best_section {
  padding-top: 4rem !important;
}

.why_best_section .section-header h3 {
  font-size: 25px;
}