
.site-service-header {
  padding: 170px 0 100px;
  background: #F7F9FF;
}
@media (max-width: 767px) {
  .site-service-header {
    padding: 120px 0 80px;
  }
}

.site-service-single {
  margin: 10rem auto;
  padding: 1rem 4rem;
}

.site-service-single-description {
  margin: 2rem auto;
  padding: 1rem;
}

@media (max-width: 767px) {
  .site-service-single {
    padding: 100px 0;
  }
}
.site-service-single h1 {
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .site-service-single img {
    width: 40%;
  }
}

@media (max-width: 575px) {
  .site-service-single img {
    width: 50%;
  }
}

.site-service-single img {
  border-radius: 5%;
  margin: 1rem;
}


.site-service-single-description p {
  margin-bottom: 30px;
}

.site-service-single-link {
  background: #F09319;
  color: white;
  border-radius: 8px;
  margin-top: 30px;
  padding: 15px 0;
  text-align: center;
  border: none;
  cursor: pointer;
  width: 100%;
  display: block;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  font-size: 1.1rem;
  display: inline-block;
}
