body {
  background: #F8F8F8;
  color: #5F5E65;
  font-weight: 300;
  font-family: "Poppins", sans-serif; }

strong, b {
  font-weight: 600; }

::-moz-selection {
  background: #dark;
  color: #fff; }

::selection {
  background: #2A292E;
  color: #fff; }

button, a {
  outline: none !important; }

p {
  line-height: 1.7em; }

blockquote {
  display: block;
  font-family: "Palatino", serif;
  font-size: 30px;
  line-height: 1.4em;
  margin-bottom: 15px; }
  blockquote * {
    line-height: 1.4em; }
  blockquote::before {
    content: '';
    display: inline-block;
    width: 55px;
    height: 55px;
    background: url(/assets/images/icon-quote.svg) no-repeat center; }

pre {
  background: #5F5E65;
  color: #9B9B9B; }

.text-center blockquote::before {
  display: block;
  margin: 0 auto; }

.text-title {
  font-family: "Palatino", serif; }

.small {
  font-size: 12px; }

.text-subtitle {
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px; }
  .text-subtitle.bold {
    font-weight: 600; }
  .text-subtitle.small {
    font-size: 11px; }

.text-red {
  color: #E04A48; }

.text-black {
  color: #2A292E; }

.text-grey {
  color: #9B9B9B; }

a, button {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease; }

input, select, textarea {
  font-weight: 300;
  border-radius: 0;
  background-color: transparent; }

input[type=text], input[type=email], input[type=number], select {
  height: 40px; }

.contact-form {
  font-size: 14px; }
  .contact-form label.block {
    margin: 15px 0 10px;
    font-weight: 600;
    color: #2A292E; }
  .contact-form .selectric {
    border: 1px solid #2A292E; }
    .contact-form .selectric .button {
      border-left: 1px solid #2A292E; }
  .contact-form input[type=text], .contact-form input[type=email], .contact-form select, .contact-form textarea {
    font-size: 12px;
    color: #5F5E65;
    display: block;
    width: 100%;
    padding: 5px 10px;
    border: 1px solid #2A292E; }
  .contact-form .rc {
    transform: scale(0.5);
    transform-origin: center left; }

.parsley-errors-list {
  color: #E04A48;
  font-size: 12px;
  padding: 5px 0; }

.message {
  text-align: center;
  font-size: 12px;
  background: #fff;
  padding: 15px;
  margin: 5px auto 30px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1); }
  .message.error {
    color: #E04A48; }

.container, .container-md, .container-sm, .container-contact {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%; }

.container {
  width: 1450px; }

.container-md {
  width: 1024px; }

.container-contact {
  width: 700px; }

.container-sm {
  width: 630px; }

.section {
  overflow: hidden; }
  .section.pad-v {
    padding-top: 80px;
    padding-bottom: 80px; }
  .section .container, .section .container-md, .section .container-sm {
    padding-left: 15px;
    padding-right: 15px; }
  .section .readmore {
    font-size: 12px;
    margin-top: 30px;
    margin-bottom: 15px; }
  .section .image-container {
    background: transparent; }

.richtext {
  font-size: 14px; }
  .richtext h1, .richtext h2, .richtext h3 {
    font-family: "Palatino", serif;
    line-height: 1em;
    margin-bottom: 0.5em;
    color: #2A292E; }
  .richtext p {
    margin-bottom: 1em; }
  .richtext ul, .richtext ol, .richtext table, .richtext blockquote, .richtext pre {
    margin-top: 1em;
    margin-bottom: 2em; }
  .richtext strong {
    color: #2A292E; }
  .richtext a {
    text-decoration: underline;
    color: #2A292E; }
    .richtext a:hover {
      color: #E04A48; }
  .richtext table {
    width: 100%;
    border-top: 1px solid #9B9B9B; }
    .richtext table th {
      background: rgba(100, 100, 100, 0.1); }
    .richtext table td {
      padding: 5px;
      border-bottom: 1px solid #9B9B9B; }
  .richtext img, .richtext iframe {
    max-width: 100%; }

.introduction h1 {
  margin-bottom: 30px; }

ul.dot li::before, .richtext ul li::before {
  content: '\2022';
  color: #E04A48;
  margin-right: 10px; }

hr {
  width: 40px;
  border-top: 1px solid #E04A48;
  margin: 20px auto; }
  hr.left {
    margin-left: 0; }

.btn {
  display: inline-block;
  text-align: center;
  padding: 10px 15px;
  min-width: 145px;
  max-width: 100%;
  font-size: 12px;
  text-transform: uppercase; }
  .btn.border {
    border: 1px solid #E04A48; }
    .btn.border:hover, .btn.border.active {
      color: #fff;
      background: #E04A48; }

a.ul-hover {
  display: inline-block;
  position: relative; }
  a.ul-hover::after {
    position: relative;
    bottom: -5px;
    content: "";
    height: 1px;
    background: #E04A48;
    display: block;
    width: 50%;
    transition: width 0.3s ease;
    -webkit-transition: width 0.3s ease; }
  a.ul-hover.ul-hide::after {
    width: 0%; }
  a.ul-hover.ul-white::after {
    background: #ddd; }
  a.ul-hover:hover::after, a.ul-hover.active::after {
    background: #E04A48;
    width: 100% !important; }
  a.ul-hover.ul-center::after {
    margin: 0 auto; }
  a.ul-hover:hover {
    color: #E04A48; }

.bg-white {
  background: #fff; }

.bg-dark {
  background-color: #2A292E;
  color: #fff; }
  .bg-dark h1, .bg-dark h2, .bg-dark h3 {
    color: #fff; }

.bg-grain {
  background-image: url(/assets/images/bggrain.jpg);
  color: #fff; }
  .bg-grain h1, .bg-grain h2, .bg-grain h3 {
    color: #fff; }

.bg-grain-w {
  background-image: url(/assets/images/bggrain-w.jpg); }

.icon-el {
  display: inline-block;
  width: 1em;
  height: 1em;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat; }
  .icon-el.arrow {
    width: 30px;
    height: 30px;
    background-image: url(/assets/images/arrow-right-w.svg); }
    .icon-el.arrow.left {
      transform: rotate(180deg); }
    .icon-el.arrow.red {
      background-image: url(/assets/images/arrow-right-r.svg); }
    .icon-el.arrow.black {
      background-image: url(/assets/images/arrow-right-b.svg); }
  .icon-el.facebook {
    background-image: url(/assets/images/icon-fb.svg); }
  .icon-el.twitter {
    background-image: url(/assets/images/icon-twitter.svg); }
  .icon-el.instagram {
    background-image: url(/assets/images/icon-insta.svg); }
  .icon-el.linkedin {
    background-image: url(/assets/images/icon-linkedin.svg); }
  .icon-el.youtube {
    background-image: url(/assets/images/icon-yt.svg); }
  .icon-el.linkout {
    background-image: url(/assets/images/icon-link.svg); }
  .icon-el.phone {
    background-image: url(/assets/images/icon-phone.svg); }
  .icon-el.email {
    background-image: url(/assets/images/icon-mail.svg); }
  .icon-el.search {
    background-image: url(/assets/images/icon-search.svg); }
    .icon-el.search.dark {
      background-image: url(/assets/images/icon-search-b.svg); }
  .icon-el.remove {
    background-image: url(/assets/images/icon-remove.svg); }
  .icon-el.menu {
    background-image: url(/assets/images/icon-menu.svg); }

h1 {
  font-size: 56px; }

h2 {
  font-size: 36px; }

h3 {
  font-size: 24px; }

h4 {
  font-size: 18px; }

header {
  font-size: 12px;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  padding: 30px 0;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease; }
  header .container {
    padding-left: 15px;
    padding-right: 15px; }
  header .nav {
    width: 870px;
    max-width: 100%; }
  header .item {
    position: relative;
    margin: 25px 25px; }
  header a {
    color: #fff; }
    header a.ul-hover {
      letter-spacing: 2px; }
  header .logo .img {
    background-image: url(/assets/images/logo@2x.png);
    transition: width 0.5s ease, height 0.5s ease;
    width: 180px;
    height: 67px; }
  header .icon-el {
    width: 16px;
    height: 16px; }
  @media only screen and (min-width: 768px) {
    header .btn-search {
      padding: 0 15px; }
      header .btn-search:hover {
        transform: scale(1.2); } }
  header .search-form {
    position: absolute;
    padding: 20px 15px;
    right: -5px;
    top: 40px; }
    header .search-form form {
      border-bottom: 1px solid #fff; }
    header .search-form input {
      color: #fff;
      width: 180px; }
  header .nav-search .search-form {
    display: none; }
  header.light, header.scroll-light {
    background: #fff; }
    header.light a, header.scroll-light a {
      color: #2A292E; }
    header.light .logo .img, header.scroll-light .logo .img {
      background-image: url(/assets/images/logodark@2x.png); }
    header.light .icon-el.search, header.scroll-light .icon-el.search {
      background-image: url(/assets/images/icon-search-b.svg); }
    header.light .icon-el.remove, header.scroll-light .icon-el.remove {
      background-image: url(/assets/images/icon-remove-b.svg); }
    header.light .icon-el.menu, header.scroll-light .icon-el.menu {
      background-image: url(/assets/images/icon-menu-b.svg); }
    @media only screen and (min-width: 768px) {
      header.light .search-form, header.scroll-light .search-form {
        padding: 20px;
        background: #fff;
        box-shadow: 0 3px 5px rgba(100, 100, 100, 0.1); }
        header.light .search-form form, header.scroll-light .search-form form {
          border-color: #2A292E; }
        header.light .search-form input, header.scroll-light .search-form input {
          color: #2A292E; } }
  header.scroll-light {
    box-shadow: 0 3px 5px rgba(100, 100, 100, 0.1);
    padding: 5px 0; }
    @media only screen and (min-width: 768px) {
      header.scroll-light .item {
        margin: 15px 25px; }
      header.scroll-light .logo .img {
        width: 140px;
        height: 51px; } }

#main {
  min-height: 90vh; }

footer {
  font-size: 12px; }
  footer a:hover {
    color: #E04A48; }
  footer .container {
    padding-left: 15px;
    padding-right: 15px; }
  footer .newsletter {
    width: 350px;
    max-width: 90%;
    border-bottom: 1px solid #fff; }
    footer .newsletter .richtext {
      margin: 20px 0;
      font-size: 12px; }
    footer .newsletter input {
      color: #fff;
      width: 80%; }
    footer .newsletter button {
      width: 20%; }
      footer .newsletter button:hover {
        transform: translateX(10px); }
  footer .top {
    padding: 50px 0 30px; }
  footer .bottom {
    color: #5F5E65; }
    footer .bottom .container {
      padding-top: 20px;
      padding-bottom: 20px;
      border-top: 1px solid #5F5E65; }

.disclaimer-modal {
  position: fixed;
  z-index: 99;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 30px;
  background: rgba(0, 0, 0, 0.6);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  width: 400px;
  max-width: 90%;
  border-radius: 30px;
  font-size: 12px;
  padding: 5px 10px; }
  .disclaimer-modal a {
    color: #E04A48; }
  .disclaimer-modal .btn {
    display: block;
    width: 30px;
    height: 30px;
    min-width: 30px;
    text-align: center;
    line-height: 34px;
    padding: 0;
    background: #E04A48;
    border-radius: 50%;
    margin-left: 10px; }

.social .icons {
  width: 250px; }

.social .icon-el {
  transition: all 0.5s ease;
  transform: scale(1);
  width: 25px;
  height: 25px; }

.social a:hover .icon-el {
  transform: scale(1.4); }

.overlay-dark {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(42, 41, 47, 0.5); }

.banner-spacer {
  height: 160px; }

.banner {
  position: relative;
  text-align: center;
  color: #fff;
  background-color: #5F5E65;
  min-height: 600px; }
  .banner a:hover {
    color: #E04A48; }
  .banner .slide {
    display: block;
    min-height: 600px;
    position: relative; }
  .banner .caption {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center; }
    .banner .caption .container {
      margin: 0; }
  .banner .bar {
    background: #E04A48;
    width: 1px;
    height: 60px;
    margin-bottom: 15px; }
  .banner .carousel-control {
    position: absolute;
    padding: 0 15px;
    bottom: 30px;
    left: 0;
    right: 0; }

.carousel-container.quotes {
  position: relative;
  width: 80%;
  margin: 0 auto; }
  .carousel-container.quotes blockquote {
    width: 870px;
    margin: 0 auto 15px;
    max-width: 100%; }
  .carousel-container.quotes .slick-track {
    display: flex;
    align-items: center; }
  .carousel-container.quotes .slick-dots {
    margin-top: 40px;
    justify-content: center; }
  .carousel-container.quotes .prev {
    left: -50px; }
  .carousel-container.quotes .next {
    right: -50px; }
  .carousel-container.quotes .prev, .carousel-container.quotes .next {
    position: absolute;
    top: 50%;
    margin-top: -24px;
    border: 1px solid #fff;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    overflow: hidden; }
    .carousel-container.quotes .prev .icon-el, .carousel-container.quotes .next .icon-el {
      height: 100%; }

.carousel-control .prev:hover {
  transform: translateX(-5px); }

.carousel-control .next:hover {
  transform: translateX(5px); }

ul.slick-dots {
  padding: 0;
  display: flex; }
  ul.slick-dots button {
    font-size: 0;
    width: 54px;
    height: 2px;
    background: #fff;
    margin-right: 5px; }
  ul.slick-dots .slick-active button, ul.slick-dots button:hover {
    background: #E04A48; }

.block-first.bg-default.pad-v {
  padding-top: 30px; }

.block-floats .text {
  position: relative;
  z-index: 2; }

.block-floats .caption {
  width: 500px;
  padding: 50px; }

.callout-col .overlay {
  min-height: 400px;
  display: flex;
  align-items: center; }

.callout-col .caption {
  width: 470px;
  max-width: 100%;
  margin: 0 auto;
  padding: 50px; }
  .callout-col .caption.wide {
    width: 600px; }

.callout-col .title {
  margin-bottom: 30px; }

.callout-col .buttons {
  margin-top: 30px; }

.callout-col.with-image {
  background-size: cover; }
  .callout-col.with-image .overlay {
    min-height: 620px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    background: rgba(0, 0, 0, 0.5); }
  .callout-col.with-image:hover .overlay {
    background: rgba(0, 0, 0, 0.7); }

.callout-col.img-col {
  min-height: 250px; }

.callout {
  width: 400px;
  max-width: 100%;
  padding: 20px 15px 40px; }
  .callout .icon {
    width: 200px;
    height: 200px;
    margin: 40px auto;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center; }
    .callout .icon .icon-el {
      width: 90px;
      height: 90px; }
  .callout.home-callout {
    width: 300px;
    padding-left: 10px;
    padding-right: 10px; }
    .callout.home-callout .icon {
      background: rgba(52, 50, 57, 0.5); }

.anim-float {
  -webkit-animation: float 2s ease-in-out infinite;
  animation: float 2s ease-in-out infinite; }

@-webkit-keyframes float {
  0% {
    transform: translatey(-2px); }
  50% {
    transform: translatey(2px); }
  100% {
    transform: translatey(-2px); } }

@keyframes float {
  0% {
    transform: translatey(-2px); }
  50% {
    transform: translatey(2px); }
  100% {
    transform: translatey(-2px); } }

.page-search form {
  width: 300px;
  max-width: 100%;
  border-bottom: 1px solid #2A292E;
  margin: 0 auto 50px; }
  .page-search form input {
    width: 90%; }

.person-item {
  padding: 20px 10px 30px; }
  .person-item .img {
    width: 160px;
    height: 160px;
    margin: 30px auto;
    border-radius: 50%; }

.timeline {
  position: relative;
  width: 600px;
  max-width: 100%;
  margin: 50px auto 30px; }
  .timeline .timeline-item {
    position: relative;
    padding: 30px 0; }
    .timeline .timeline-item::before {
      content: "";
      height: calc(100% - 50px);
      top: 75px; }
  .timeline .timeline-item::before, .timeline .end, .timeline .end::before {
    position: absolute;
    display: block;
    width: 3px;
    background: #5F5E65;
    margin: 0 auto;
    left: 0;
    right: 0; }
  .timeline .end {
    height: 30px; }
    .timeline .end::before {
      content: "";
      height: 3px;
      width: 50px;
      margin-left: -24px; }
    .timeline .end.bottom {
      height: 0; }
      .timeline .end.bottom::before {
        bottom: -30px; }
  .timeline .year {
    color: #5F5E65; }
  .timeline .year, .timeline .caption {
    padding: 0 50px; }
  .timeline .img img {
    display: inline-block;
    margin-top: 10px; }
  .timeline .icon {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    width: 20px;
    height: 20px;
    top: 40px; }
    .timeline .icon i {
      display: block;
      transition: all 0.4s ease;
      -webkit-transition: all 0.4s ease;
      width: 20px;
      height: 20px;
      background: #E04A48;
      border-radius: 50%; }
  .timeline .timeline-item:hover .icon i {
    transform: scale(1.4);
    border: 2px solid #E04A48;
    background: transparent; }

.services {
  margin: 50px auto 30px; }
  .services .nav {
    padding: 14px;
    border-bottom: 1px solid #5F5E65;
    margin-bottom: 50px; }
    .services .nav .item {
      padding: 0 30px; }
      .services .nav .item.border-right {
        border-right: 1px solid #5F5E65; }
    .services .nav a {
      display: inline-block;
      position: relative;
      font-size: 14px; }
      .services .nav a::after {
        transition: width 0.5s ease;
        -webkit-transition: width 0.5s ease;
        content: "";
        width: 0%;
        height: 2px;
        background: #E04A48;
        display: block;
        position: absolute;
        bottom: -16px; }
      .services .nav a.active {
        font-weight: 600; }
      .services .nav a:hover::after, .services .nav a.active::after {
        width: 100%; }
  .services .img {
    width: 100%;
    height: 650px; }
  .services .service-carousel {
    position: relative; }
  .services .prev, .services .next {
    position: absolute;
    top: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1px solid #2A292E;
    margin-top: -30px; }
    .services .prev:hover, .services .next:hover {
      background: rgba(200, 200, 200, 0.4); }
  .services .next {
    right: 0; }
  .services .text-item {
    cursor: pointer;
    border-bottom: 1px solid #9B9B9B;
    padding: 20px 0 10px;
    width: 500px;
    max-width: 90%;
    opacity: 0.5;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease; }
    .services .text-item .richtext {
      display: none; }
    .services .text-item.active, .services .text-item:hover {
      opacity: 1; }
    .services .text-item.active .richtext {
      display: block; }
  .services .num {
    font-size: 12px;
    margin-right: 15px;
    display: block;
    font-weight: 600;
    background: #5F5E65;
    color: #fff;
    width: 25px;
    height: 25px;
    line-height: 25px;
    border-radius: 50%;
    text-align: center; }

@media only screen and (min-width: 767px) {
  .show-mobile {
    display: none; } }

@media only screen and (max-width: 1200px) and (min-width: 768px) {
  .callout .icon {
    width: 150px;
    height: 150px; }
  header .nav-search, header.scroll-light .nav-search {
    margin-left: 10px !important; }
  header {
    padding: 20px 0; }
    header .logo .img {
      width: 127px;
      height: 46px; }
  footer .sitemap {
    padding-right: 30px; } }

@media only screen and (max-width: 767px) {
  .hide-mobile {
    display: none; }
  body, .richtext {
    font-size: 11px; }
  h1 {
    font-size: 28px; }
  h2 {
    font-size: 20px; }
  h3, blockquote {
    font-size: 16px; }
  h4 {
    font-size: 14px; }
  .hide-mobile {
    display: none !important; }
  a.ul-hover::after {
    width: 100%; }
  header {
    padding: 15px 0 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5); }
    header .container {
      padding: 0; }
    header .logo a, header .logo .img {
      display: block;
      width: 100px;
      height: 37px;
      margin: 0 auto; }
    header .item.show-mobile {
      margin: 25px 15px !important; }
    header .icon-el {
      width: 20px;
      height: 20px; }
    header .search-form {
      background: #43414A;
      width: 100%;
      left: 0; }
      header .search-form input {
        width: 90%; }
      header .search-form .icon-el.search {
        background-image: url(/assets/images/icon-search.svg) !important; }
    header .nav {
      display: none;
      height: 100vh;
      padding-top: 18px;
      text-align: center; }
      header .nav .item {
        font-size: 14px;
        margin: 0;
        padding: 20px 10px;
        border-bottom: 1px solid rgba(100, 100, 100, 0.2); }
        header .nav .item a::after {
          display: none; }
        header .nav .item a.active {
          color: #E04A48 !important; }
      header .nav .search-form {
        position: relative;
        top: 0; }
      header .nav .btn {
        width: 270px; }
      header .nav .social {
        font-size: 10px;
        padding: 15px 0 0;
        border-bottom: 1px solid rgba(100, 100, 100, 0.2); }
    header .nav-menu, header .nav-search {
      width: 30px;
      top: 0;
      position: fixed; }
    header .nav-menu {
      right: 0; }
    header .nav-search {
      left: 0; }
      header .nav-search .search-form {
        position: fixed;
        top: 65px;
        left: 0; }
    header .foot {
      color: #5F5E65;
      font-size: 10px; }
      header .foot a {
        width: 30px; }
  body.nav-open header {
    background: #343239;
    color: #fff; }
    body.nav-open header .logo .img {
      background-image: url(/assets/images/logo@2x.png); }
    body.nav-open header .icon-el.menu {
      background-image: url(/assets/images/icon-remove.svg); }
    body.nav-open header .icon-el.remove {
      background-image: url(/assets/images/icon-remove.svg); }
    body.nav-open header .icon-el.search {
      background-image: url(/assets/images/icon-search.svg); }
    body.nav-open header .nav-search {
      display: none; }
    body.nav-open header a {
      color: #fff !important; }
  .social .icon {
    width: 20px;
    height: 20px; }
  .social .icons {
    margin: 0 auto; }
  footer {
    text-align: center;
    font-size: 10px; }
    footer h4 {
      font-size: 16px; }
    footer .newsletter {
      width: 300px;
      margin: 0 auto 15px; }
    footer .social, footer .sitemap {
      margin-top: 30px; }
    footer .bottom img {
      display: block;
      margin: 0 auto 15px; }
  .banner, .banner .slide {
    min-height: 350px;
    height: 70vh; }
  .banner-spacer {
    height: 70px; }
  .block-floats .caption {
    padding: 30px;
    max-width: 90%;
    margin: -100px auto 0; }
  .callout {
    padding: 0; }
    .callout .icon {
      width: 120px;
      height: 120px; }
      .callout .icon .icon-el {
        width: 60px;
        height: 60px; }
  .person-item {
    width: 120px;
    margin: 0 auto;
    padding-bottom: 0; }
    .person-item .img {
      margin-bottom: 10px;
      width: 100px;
      height: 100px; }
  .section.pad-v {
    padding-top: 30px;
    padding-bottom: 30px; }
  .section .image-container {
    height: 350px;
    overflow: hidden;
    background-size: cover;
    background-position: top; }
    .section .image-container img {
      display: none; }
  .block-product img {
    margin: 0 auto; }
  .callout-col .overlay {
    min-height: 200px; }
  .callout-col.with-image .overlay {
    min-height: 350px; }
  .services .nav a {
    font-size: 10px; }
  .services .nav .item {
    padding: 0 10px; }
  .services .service-carousel {
    margin-bottom: 30px; }
  .services .text-item {
    margin: 0 auto; }
  .services .img {
    height: 340px; }
  .timeline {
    width: 300px;
    margin: 30px auto 50px; }
    .timeline .icon {
      right: auto;
      margin-left: -7px; }
    .timeline .timeline-item::before, .timeline .end, .timeline .end::before {
      right: auto; } }
