
.service-22 {   
    color: #8d97ad;
    font-weight: 300;
}

.service-22 p {   
    color: #3e4555;
    font-weight: 300;
}

.service-22 h1, .service-22 h2, .service-22 h3, .service-22 h4, .service-22 h5, .service-22 h6 {
  color: #3e4555;
}

.service-22 .font-weight-medium {
	font-weight: bold;
}

.service-22 .wrap-service-22 {
  margin-top: 60px;
}

.service-22 .wrap-service-22 .text-box {
  padding: 0 30px;
}

.service-22 .wrap-service-22 .text-box h3 {
  margin: 10px 0 25px 0;
}

.service-22 .text-info {
	color: #625300 !important;
}

.service-22 .text-megna {
	color: #1dc8cd;
}

.service-22 .img-shadow {
    -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
    box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
}

.service-22 .btn-link-gradiant-oro {
	background: #4d62ff;
    background: -webkit-linear-gradient(legacy-direction(to right), #908112 0%, #625300 100%);
    background: -webkit-gradient(linear, left top, right top, from(#908112), to(#625300));
    background: -webkit-linear-gradient(left, #908112 0%, #625300 100%);
    background: -o-linear-gradient(left, #908112 0%, #625300 100%);
    background: linear-gradient(to right, #908112 0%, #625300 100%);
}

.service-22 .btn-link-gradiant-oro:hover {
	background: #908112;
    background: -webkit-linear-gradient(legacy-direction(to right), #908112 0%, #1904b6 100%);
    background: -webkit-gradient(linear, left top, right top, from(#908112), to(#1904b6));
    background: -webkit-linear-gradient(left, #908112 0%, #1904b6 100%);
    background: -o-linear-gradient(left, #908112 0%, #1904b6 100%);
    background: linear-gradient(to right, #908112 0%, #1904b6 100%);
}

.service-22 .btn-md {
    padding: 15px 45px;
    font-size: 16px;
}