/* media queries */
.component-services {
  margin-bottom: 3em;
  margin-top: 3em;
}
.component-services a {
  color: #000;
  display: flex;
  text-decoration: none;
}
.component-services .container-fluid h2 {
  font-size: 2.3em;
  font-weight: 400;
  margin-bottom: 1em;
  position: relative;
}
.component-services .container-fluid h2::before {
  bottom: 0;
  content: url(../../../img/headline_indicator.svg);
  position: absolute;
  left: -80px;
  top: -13px;
}
.component-services .container-fluid .services-container {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 25px;
}
@media only screen and (min-width: 550px) {
  .component-services .container-fluid .services-container {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 768px) {
  .component-services .container-fluid .services-container {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .component-services .container-fluid .services-container.col-2 {
    grid-template-columns: 1fr 1fr;
  }
}
.component-services .container-fluid .component-service {
  background: #fff;
  border-radius: 0 0 12px 12px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
}
.component-services .container-fluid .component-service .content-wrap .service-image-wrapper {
  position: relative;
}
.component-services .container-fluid .component-service .content-wrap .service-image-wrapper .service-headline {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0), #000000);
  min-height: 60px;
  position: absolute;
  top: 0;
  width: 100%;
}
.component-services .container-fluid .component-service .content-wrap .service-image-wrapper .service-headline h3 {
  color: #fff;
  font-size: 1.3em;
  margin-top: 20px;
  padding-left: 25px;
}
.component-services .container-fluid .component-service .content-wrap .service-image-wrapper img {
  display: block;
  height: auto;
  width: 100%;
}
.component-services .container-fluid .component-service .content-wrap ul {
  padding-left: 20px;
}
.component-services .container-fluid .component-service .content-wrap ul li {
  font-size: 0.8em;
  line-height: 1.6em;
  margin: 0;
}
.component-services .container-fluid .component-service .content-wrap .service-content {
  display: grid;
  grid-template-columns: 3fr 1fr;
  padding: 0 20px;
}
.component-services .container-fluid .component-service .content-wrap .service-content svg {
  height: 55px;
  justify-self: right;
  margin-bottom: 10px;
  padding-right: 15px;
  padding-top: 15px;
  width: 55px;
}
.component-services .container-fluid .component-service .service-footer {
  align-items: center;
  border-top: solid 1px #e1e1e1;
  display: flex;
  margin-top: auto;
}
.component-services .container-fluid .component-service .service-footer a {
  color: #000;
  font-size: 0.8em;
  font-weight: bold;
  padding: 10px 20px;
  text-decoration: none;
}
.component-services .container-fluid .component-service .service-footer a:hover + svg {
  transition: all ease 0.3s;
  padding-left: 25px;
}
.component-services .container-fluid .component-service.alternate {
  padding-bottom: 20px;
}
.component-services .container-fluid .component-service.alternate .service-content {
  display: block;
}
.component-services .container-fluid .component-service.alternate .service-content h3 {
  color: #000;
  font-size: 1.3em;
  margin-top: 0.8em !important;
  text-decoration: none;
}
.component-services .container-fluid .component-service.alternate .service-content p {
  color: #000;
}
.component-services .container-fluid:before {
  display: none;
}
@media (max-width: 992px) {
  .component-hero .content {
    font-size: 1.4em;
  }
  .component-hero .tagline .line1 {
    font-size: 0.858em;
  }
  .component-hero .tagline .line2 {
    font-size: 0.966em;
  }
  .component-hero .btn {
    font-size: 0.8em;
  }
}
@media (max-width: 768px) {
  .component-hero .content {
    font-size: 1.3em;
    padding-bottom: 1.5em;
  }
  .component-hero .tagline .line1 {
    font-size: 0.758em;
  }
  .component-hero .tagline .line2 {
    font-size: 0.866em;
  }
  .component-hero .btn {
    font-size: 0.7em;
  }
}
@media (max-width: 560px) {
  .component-hero .content {
    font-size: 1.2em;
  }
  .component-hero .content-wrap {
    width: 85%;
    margin: 0 auto;
    min-height: 25em;
  }
  .component-hero .content-wrap::after {
    height: 1300px;
    width: 1300px;
    right: -400px;
    left: auto;
    top: auto;
    margin-left: 0;
    bottom: -400px;
  }
  .component-hero .tagline .line1 {
    font-size: 0.658em;
  }
  .component-hero .tagline .line2 {
    font-size: 0.766em;
  }
  .component-hero .btn {
    font-size: 0.7em;
  }
}
