@charset "UTF-8";
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css);
root {
  --primary: #d73736;
}
.footer-link a {
  color: white;
}
.service-intro-right__heading {
  color: white;
}
.service-heading {
  font-family: inherit;
  color: var(--primary);
}
.service-process_heading {
  text-align: center;
}
.service-process__heading::before {
  display: flex;
  height: 1px;
  width: auto;
  background-color: var(--primary);
}
.service-process-card {
  padding: 2em;
}
.service-process-card__heading {
  color: white;
}
.service-process-card__number {
  font-weight: 600 !important;
  font-size: 3rem !important;
}
.header-section {
  background-color: #d73736;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 60px;
}
.header-section > h2 {
  color: white !important;
  margin: 0;
}
.process-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.process-card {
  width: 20%;
  text-align: center;
}
.process-number {
  background-color: #333;
  color: #fff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.process-description {
  margin-top: 20px;
}
.process-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.process-card {
  width: 100%;
  text-align: center;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .process-card {
    width: calc(25% - 20px);
  }
}
.testimonial-section {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  flex-wrap: wrap;
}
.testimonial-card {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  color: #9e9e9e;
  display: inline-block;
  font-family: inherit;
  font-size: 16px;
  margin: 35px 10px 10px;
  max-width: 310px;
  min-width: 250px;
  position: relative;
  text-align: center;
  width: 100%;
  background-color: #ffffff;
  border-radius: 5px;
  border-top: 5px solid #d2652d;
}
.testimonial-card *, .testimonial-card *:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
.testimonial-card figcaption {
  padding: 13% 10% 12%;
}
.testimonial-card figcaption:before {
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  color: #d2652d;
  content: "";
  font-family: 'FontAwesome';
  font-size: 32px;
  font-style: normal;
  left: 50%;
  line-height: 60px;
  position: absolute;
  top: -30px;
  width: 60px;
}
.testimonial-card h3 {
  color: #3c3c3c;
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
  margin: 10px 0 5px;
}
.testimonial-card h4 {
  font-weight: 400;
  margin: 0;
  opacity: 0.5;
}
.testimonial-card blockquote {
  font-style: italic;
  font-weight: 300;
  margin: 0 0 20px;
}
