@charset "UTF-8";
/* Responsive Size */
/**/
/* Misc */
/* BREAKPOINTS */
.hero-banner, .hero-banner--v2 {
  position: relative;
}
.hero-banner--v2 {
  background: #DFEEEE url("../images/hero-banner/hero-patten.svg") repeat-x center center;
}
.hero-banner__callout-wrapper__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media (max-width: 1309px) {
  .hero-banner__callout-wrapper__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media (max-width: 991px) {
  .hero-banner__callout-wrapper__inner {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    padding: 0;
  }
}
.hero-banner__callout {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  background-color: #DFEEEE;
  color: #222222;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.hero-banner__callout h1 {
  line-height: 3.2222222222rem;
}
.hero-banner__callout p {
  font-size: 1rem;
}
@media (max-width: 1309px) {
  .hero-banner__callout {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .hero-banner__callout h1 {
    line-height: 2.7777777778rem;
  }
}
@media (max-width: 767px) {
  .hero-banner__callout {
    padding: 0 0.75rem;
  }
  .hero-banner__callout h1 {
    font-size: 2rem;
    line-height: 2.2222222222rem;
  }
  .hero-banner__callout .get-contact-btn {
    display: block;
    max-width: 287px;
    margin: 0 auto;
  }
}
@media (max-width: 573px) {
  .hero-banner__callout h1, .hero-banner__callout p {
    text-align: left;
  }
}
.hero-banner__placeholder {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  min-height: 668px;
}
@media (max-width: 991px) {
  .hero-banner__placeholder {
    min-height: auto;
  }
}
.hero-banner__placeholder-image {
  width: 100%;
  visibility: hidden;
}
@media (max-width: 1309px) {
  .hero-banner__placeholder-image {
    visibility: visible;
  }
}
.hero-banner__image-wrapper {
  width: 50%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 1309px) {
  .hero-banner__image-wrapper {
    width: 100%;
    display: none;
  }
}
.hero-banner__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.get-contact-btn {
  vertical-align: middle;
  border: 0;
  line-height: 50px;
  height: 50px;
  color: #222222;
  font-weight: 600;
  text-align: center;
  display: inline-block;
  cursor: default;
  white-space: nowrap;
  padding: 0 25px;
  position: relative;
  min-width: 190px;
  max-width: 100%;
  font-size: 0.8888888889rem;
  z-index: 0;
  background: none;
  text-decoration: none;
  cursor: pointer;
}
.get-contact-btn:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 2px;
  z-index: -1;
  border: 1px solid #222222;
  color: #222222;
}
.get-contact-btn:hover {
  color: #FFFFFF;
}
.get-contact-btn:hover:before {
  border-color: #fff;
  background: #e4022b;
}

.contact {
  background: #F0EFE7;
  padding-top: 80px;
  padding-bottom: 70px;
}
@media (max-width: 767px) {
  .contact {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.contact .section-title {
  text-align: center;
  margin-top: 0;
}
.contact .section-desc {
  margin-top: 18px;
}
.contact__desc {
  text-align: center;
  font-size: 1.1111111111rem;
  line-height: 1.6;
  max-width: 844px;
  padding: 0 15px;
  margin: 10px auto 10px;
}
.contact__form {
  max-width: 770px;
  margin: 45px auto 0;
}
.contact__form__grid__cell {
  margin-bottom: 25px;
}
.contact__form__note {
  text-align: center;
  margin-top: 45px;
  font-size: 0.8333333333rem;
  line-height: 1.6;
}
.contact__form__note a {
  text-decoration: underline !important;
  color: #222;
}
.contact__form__note a:hover {
  color: #e31e2e;
}
.contact__form__submit {
  text-align: center;
  margin-top: 30px;
}
.contact__form__submit .button {
  min-width: 187px;
}
.contact__form .wpcf7-not-valid-tip {
  position: absolute;
  min-width: 350px;
  bottom: -3px;
}
.contact__form .wpcf7 form.invalid .wpcf7-response-output, .contact__form .wpcf7 form.unaccepted .wpcf7-response-output {
  display: none !important;
}
.contact__form .wpcf7 form.sent .wpcf7-response-output {
  border: none;
  padding: 0;
  margin-left: 0;
}

.digital-consultancy-and-professional-services-intro-page .contact {
  margin-top: -10px;
}

@media (max-width: 767px) {
  .services-page .img-content-2__content {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}
.services-page .slick-dots li.slick-active button:before {
  color: #e31e2e;
}
.services-page .slick-dots li button:before {
  color: #A9BBD0;
  opacity: 1;
  font-size: 8px;
}
.services-page .contact {
  margin: 0;
  background: #F0EFE7 !important;
}
.services-page .contact .section-title {
  font-size: 40px;
  line-height: 52px;
}
@media (max-width: 767px) {
  .services-page .contact .section-title {
    font-size: 24px;
    line-height: 32px;
    text-align: left;
  }
  .services-page .contact .contact__desc {
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    padding: 0;
  }
}
.services-page .section-title {
  margin-top: 0;
}
@media (max-width: 767px) {
  .services-page .section-title {
    font-size: 24px;
    line-height: 32px;
    text-align: left;
  }
}
.services-page .section-desc {
  font-size: 18px;
  line-height: 28px;
  color: #324259;
}
@media (max-width: 767px) {
  .services-page .section-desc {
    font-size: 16px;
    line-height: 24px;
    text-align: left;
  }
}

.services-grid {
  padding: 6.4rem 0;
  background-color: #fff;
}
@media (max-width: 991px) {
  .services-grid {
    padding: 4rem 0;
  }
}
@media (max-width: 767px) {
  .services-grid {
    padding: 1.6rem 0;
  }
}
.services-grid__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  margin-top: 2.6666666667rem;
}
@media (max-width: 991px) {
  .services-grid__list {
    display: block;
  }
}
.services-grid__list-item {
  border-top: 5px solid #E4002B;
  padding: 1.3333333333rem 2rem 2rem;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  text-align: center;
}
@media (max-width: 767px) {
  .services-grid__list-item {
    font-size: 1.0666666667rem;
    padding: 0.6666666667rem 1.3333333333rem 1.3333333333rem;
    min-height: 14.6666666667rem;
  }
}
.services-grid__list-item-icon {
  width: 60px;
  height: 60px;
  margin: 0 auto 1.0666666667rem;
}
.services-grid__list-item-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.services-grid__list-item-title {
  display: block;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  color: #0a1f37;
  margin-bottom: 0.8rem;
  text-decoration: none;
}
@media (max-width: 767px) {
  .services-grid__list-item-title {
    font-size: 18px;
    line-height: 24px;
  }
}
.services-grid__list-item-title:hover {
  color: #e31e2e;
}
.services-grid__list-item-desc {
  font-size: 16px;
  line-height: 24px;
  color: #324259;
  text-align: left;
}
@media (max-width: 767px) {
  .services-grid__list-item-desc {
    font-size: 14px;
    line-height: 20px;
  }
}
.services-grid__list-item-link {
  display: inline-block;
  margin-top: 1.0666666667rem;
  font-weight: 600;
  color: #e31e2e;
  text-decoration: none;
}
.services-grid__list-item-link:after {
  content: " →";
}
.services-grid .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.services-grid .slick-slide {
  margin: 0 10px;
  height: auto !important;
}
.services-grid .slick-slide > div {
  height: 100%;
}
.services-grid .slick-list {
  margin: 0 -10px;
  padding: 1rem 0;
}
.services-grid__list-item {
  height: 100%;
}
.services-grid__cta {
  text-align: center;
  margin-top: 3.2rem;
}
.services-grid__cta-text {
  font-size: 16px;
  line-height: 24px;
  color: #324259;
  margin-bottom: 1.3333333333rem;
}
@media (max-width: 767px) {
  .services-grid__cta-text {
    font-size: 16px;
    line-height: 24px;
  }
}
.services-grid__cta-btn {
  display: inline-block;
  padding: 12px 32px;
  border: 1px solid #e31e2e;
  color: #e31e2e;
  font-weight: 600;
  text-decoration: none;
}
@media (max-width: 767px) {
  .services-grid__cta-btn {
    font-size: 16px;
    line-height: 24px;
  }
}
.services-grid__cta-btn:hover {
  background: #e31e2e;
  color: #fff;
}

.services-outsourcing {
  padding: 96px 0;
  background: #F9F9F4;
}
@media (max-width: 991px) {
  .services-outsourcing {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  .services-outsourcing {
    padding: 24px 0;
  }
}
.services-outsourcing .img-content-2__content h2 {
  font-weight: 700;
  font-size: 32px;
  line-height: 42px;
  color: #0a1f37;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .services-outsourcing .img-content-2__content h2 {
    font-size: 24px;
    line-height: 32px;
  }
}
.services-outsourcing .img-content-2__content p {
  font-size: 16px;
  line-height: 24px;
  color: #324259;
}
.services-outsourcing .img-content-2__content ul {
  list-style: none;
  padding: 0;
}
.services-outsourcing .img-content-2__content ul li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 9px;
}
.services-outsourcing .img-content-2__content ul li:before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 14px;
  position: absolute;
  left: 0;
  top: 8px;
  background: url("../images/icons/bullet.svg") center no-repeat;
  background-size: contain;
}

.services-enterprise {
  padding: 96px 0;
  background: #F9F9F4;
}
@media (max-width: 991px) {
  .services-enterprise {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  .services-enterprise {
    padding: 24px 0;
  }
}
.services-enterprise .img-content-2--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .services-enterprise .img-content-2--reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.services-enterprise .img-content-2__content h2 {
  font-weight: 700;
  font-size: 40px;
  line-height: 52px;
  color: #324259;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .services-enterprise .img-content-2__content h2 {
    font-size: 24px;
    line-height: 32px;
  }
}
.services-enterprise .img-content-2__content p {
  font-size: 16px;
  line-height: 24px;
  color: #324259;
}

.services-how-to-choose {
  padding: 96px 0;
  background: #fff;
}
@media (max-width: 991px) {
  .services-how-to-choose {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  .services-how-to-choose {
    padding: 24px 0;
  }
}
.services-how-to-choose .section-title {
  text-align: left;
  font-weight: 600;
  font-size: 40px;
  line-height: 52px;
}
@media (max-width: 767px) {
  .services-how-to-choose .section-title {
    font-size: 24px;
    line-height: 32px;
  }
}
.services-how-to-choose .section-desc {
  text-align: left;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .services-how-to-choose .section-desc {
    font-size: 14px;
    line-height: 20px;
  }
}
.services-how-to-choose__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
}
@media (max-width: 991px) {
  .services-how-to-choose__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
}
.services-how-to-choose__left {
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.services-how-to-choose__right {
  -ms-flex-preferred-size: 60%;
      flex-basis: 60%;
}
.services-how-to-choose__accordion {
  list-style: none;
  padding: 0 30px;
  margin: 0;
  border: 1px solid #E5E5E5;
}
.services-how-to-choose__accordion-item {
  border-bottom: 1px solid #E5E5E5;
}
.services-how-to-choose__accordion-item:last-child {
  border-bottom: none;
}
.services-how-to-choose__accordion-item.opened .services-how-to-choose__accordion-item-icon:after {
  -webkit-transform: translateX(-50%) rotate(90deg);
      -ms-transform: translateX(-50%) rotate(90deg);
          transform: translateX(-50%) rotate(90deg);
}
.services-how-to-choose__accordion-item-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: 20px 0;
  border: none;
  background: none;
  cursor: pointer;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  color: #0a1f37;
  text-align: left;
}
@media (max-width: 767px) {
  .services-how-to-choose__accordion-item-btn {
    font-size: 16px;
    line-height: 24px;
  }
}
.services-how-to-choose__accordion-item-icon {
  position: relative;
  width: 20px;
  height: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 16px;
}
.services-how-to-choose__accordion-item-icon:before, .services-how-to-choose__accordion-item-icon:after {
  content: "";
  position: absolute;
  background: #0a1f37;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.services-how-to-choose__accordion-item-icon:before {
  width: 20px;
  height: 2px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.services-how-to-choose__accordion-item-icon:after {
  width: 2px;
  height: 20px;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.services-how-to-choose__accordion-item-content {
  display: none;
  padding: 0 0 20px;
  font-size: 16px;
  line-height: 26px;
  color: #324259;
}
@media (max-width: 767px) {
  .services-how-to-choose__accordion-item-content {
    line-height: 24px;
  }
}
.services-how-to-choose__cta {
  text-align: center;
  margin-top: 48px;
}

.services-why-choose {
  padding: 96px 0;
  background: #E8F0F2;
}
@media (max-width: 991px) {
  .services-why-choose {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  .services-why-choose {
    padding: 24px 0;
  }
}
.services-why-choose__grid {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media (max-width: 991px) {
  .services-why-choose__grid {
    display: block;
  }
}
.services-why-choose__cell {
  height: 100%;
}
.services-why-choose__item {
  text-align: left;
  padding: 30px;
  height: 100%;
  background: #fff;
  border: 1px solid #E5E5E5;
}
.services-why-choose__item__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 12px;
  margin-bottom: 16px;
}
.services-why-choose__item__icon {
  width: 32px;
  height: 32px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.services-why-choose__item__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.services-why-choose__item__title {
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  color: #0a1f37;
  margin-bottom: 0;
  margin-top: 0;
}
.services-why-choose__item__desc {
  font-size: 16px;
  line-height: 24px;
  color: #324259;
}
@media (max-width: 767px) {
  .services-why-choose__item__desc {
    font-size: 14px;
    line-height: 20px;
  }
}
.services-why-choose .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.services-why-choose .slick-slide {
  margin: 0 10px;
  height: auto !important;
}
.services-why-choose .slick-slide > div {
  height: 100%;
}
.services-why-choose .slick-list {
  margin: 0 -10px;
  padding: 1rem 0;
}
.services-why-choose__cta {
  text-align: center;
  margin-top: 48px;
}

.services-industry {
  padding: 96px 0;
  background: #f8f9fa;
}
@media (max-width: 991px) {
  .services-industry {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  .services-industry {
    padding: 24px 0;
  }
}
.services-industry__list {
  margin-top: 40px;
}
.services-industry__item {
  background: #fff;
  border-top: 5px solid #e31e2e;
  padding: 30px;
  text-align: center;
  height: 100%;
}
.services-industry__item__icon {
  width: 60px;
  height: 60px;
  margin: 0 auto 16px;
}
.services-industry__item__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.services-industry__item__title {
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  color: #0a1f37;
  margin-bottom: 8px;
}
.services-industry__item__desc {
  font-size: 14px;
  line-height: 22px;
  color: #324259;
}
.services-industry .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.services-industry .slick-slide {
  margin: 0 10px;
  height: auto !important;
}
.services-industry .slick-slide > div {
  height: 100%;
}
.services-industry .slick-list {
  margin: 0 -10px;
  padding: 1rem 0;
}
.services-industry .slick-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  margin-top: 30px;
}
.services-industry .slick-nav .slick-prev,
.services-industry .slick-nav .slick-next {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  width: 17px;
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.services-industry .slick-nav .slick-prev:before,
.services-industry .slick-nav .slick-next:before {
  display: none;
}
.services-industry .slick-nav .slick-prev.slick-disabled,
.services-industry .slick-nav .slick-next.slick-disabled {
  opacity: 1;
}
.services-industry .slick-nav .slick-prev {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  background-image: url("../images/icons/slick-prev-active.svg");
}
.services-industry .slick-nav .slick-prev.slick-disabled {
  background-image: url("../images/icons/slick-prev.svg");
}
.services-industry .slick-nav .slick-dots {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  position: relative;
  bottom: 0;
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
  margin: 0;
  padding: 0;
}
.services-industry .slick-nav .slick-dots li button:before {
  color: #A9BBD0;
  opacity: 1;
  font-size: 8px;
}
.services-industry .slick-nav .slick-dots li.slick-active button:before {
  color: #e31e2e;
}
.services-industry .slick-nav .slick-next {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  background-image: url("../images/icons/slick-next-active.svg");
}
.services-industry .slick-nav .slick-next.slick-disabled {
  background-image: url("../images/icons/slick-next.svg");
}

.services-methodologies {
  padding: 96px 0;
}
@media (max-width: 991px) {
  .services-methodologies {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  .services-methodologies {
    padding: 24px 0;
  }
}
.services-methodologies__grid {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
@media (max-width: 991px) {
  .services-methodologies__grid {
    display: block;
  }
}
@media (max-width: 767px) {
  .services-methodologies__grid {
    margin-top: 20px;
  }
}
.services-methodologies__cell {
  height: 100%;
}
@media (max-width: 767px) {
  .services-methodologies__cell {
    margin-bottom: 0;
  }
}
.services-methodologies__item {
  text-align: left;
  padding: 30px;
  border: 1px solid #eee;
  border-top: 5px solid #e31e2e;
  height: 100%;
}
@media (max-width: 767px) {
  .services-methodologies__item {
    padding: 15px;
  }
}
.services-methodologies__item__title {
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  color: #0a1f37;
  margin-bottom: 10px;
  margin-top: 0;
}
.services-methodologies__item__desc {
  font-size: 14px;
  line-height: 22px;
  color: #324259;
}
.services-methodologies .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.services-methodologies .slick-slide {
  margin: 0 10px;
  height: auto !important;
}
.services-methodologies .slick-slide > div {
  height: 100%;
}
.services-methodologies .slick-list {
  margin: 0 -10px;
  padding: 1rem 0;
}
.services-methodologies__cta {
  text-align: center;
  margin-top: 48px;
}

.services-cta {
  padding: 96px 0;
  background: #0a1f37;
}
@media (max-width: 991px) {
  .services-cta {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  .services-cta {
    padding: 24px 0;
  }
}
.services-cta__content {
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
}
.services-cta__content h2 {
  font-weight: 700;
  font-size: 32px;
  line-height: 42px;
  color: #fff;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .services-cta__content h2 {
    font-size: 24px;
    line-height: 32px;
  }
}
.services-cta__desc {
  font-size: 16px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 30px;
}
/*# sourceMappingURL=services.css.map */
