/*service section styles*/
.service{
  padding-top: 100px;
}

.service__card{
  display: inline-block;
  width: 30%;
  padding: 60px 30px;
  background-color: #F8FAFF;
  margin-right: 3%;
  text-align: center;
  box-sizing: border-box;
}

.service-card__title{
  color: #05364d;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.service-card__description{
  font-size: 14px;
  line-height: 27px;
  font-weight: 300;
  color: #797979;
}

.service-card__link{
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  color: #05364d;
  text-decoration: none;  
}

.service__card:hover{
  background-color:  #5f30ff;
}

.service__card:hover .service-card__title
.service__card:hover .service-card__description
.service__card:hover .service-card__link{
  color: white;
}
.section-subtitle{
  letter-spacing: 2px;
  font-weight: 500;
  margin-bottom: 10px;
  color: #797979;
  text-transform: uppercase;
}

.section-title{
  margin-top: 5px;
  font-size: 42px;
  font-weight: 700;
  text-transform: capitalize;
  color: #05364d;
}