.services.center {
    text-align: center;
    padding: 15px;
  }
  .services.center i {
    text-align: center;
    margin-bottom: 17px;
  }
  .services.center .content .title {
    margin-top: 18px;
    text-align: center;
    transition: all 350ms ease;
    font-family: "Playfair Display", sans-serif;
    font-size: 26px;
    color: #222;
  }
  .services.center .content .text {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    transition: all 350ms ease;
    color: #999999;
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    line-height: 1.73;
    letter-spacing: 0.2px;
  }
  .services i {
    color: #222;
    font-size: 50px;
    text-align: right;
    display: inline-block;
    letter-spacing: 0.7px;
    -webkit-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    -ms-transition: all 350ms ease;
    -o-transition: all 350ms ease;
    transition: all 350ms ease;
  }
  .services.accordion {
    padding: 0;
    max-width: none;
    position: relative;
  }
  .services.accordion::before,
  .services.accordion::after {
    content: "";
    display: table;
    clear: both;
  }
  .services.accordion .img-wrap {
    width: 80%;
    height: 715px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-size: cover;
  }
  @media only screen and (max-width: 991px) {
    .services.accordion .img-wrap {
      width: 100%;
      height: 550px;
    }
  }
  @media only screen and (max-width: 767px) {
    .services.accordion .img-wrap {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
  .services.accordion .accordeon-wrap {
    width: 635px;
    background-color: #ffffff;
    padding: 75px 55px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.06);
  }
  @media only screen and (max-width: 1199px) {
    .services.accordion .accordeon-wrap {
      padding: 55px;
    }
  }
  @media only screen and (max-width: 767px) {
    .services.accordion .accordeon-wrap {
      position: relative;
      top: auto;
      left: auto !important;
      -webkit-transform: none !important;
      -moz-transform: none !important;
      -ms-transform: none !important;
      -o-transform: none !important;
      transform: none !important;
      margin: 20px;
    }
  }
  @media only screen and (max-width: 480px) {
    .services.accordion .accordeon-wrap {
      margin: 10px;
    }
  }
  .services.accordion .accordeon-wrap .main-title {
    font-family: "Playfair Display", sans-serif;
    font-size: 40px;
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: 2.7px;
    margin-bottom: 40px;
  }
  @media only screen and (max-width: 1199px) {
    .services.accordion .accordeon-wrap {
      width: 550px;
    }
  }
  @media only screen and (max-width: 991px) {
    .services.accordion .accordeon-wrap {
      left: 50%;
      transform: translate(-50%, -50%);
    }
  }
  @media only screen and (max-width: 768px) {
    .services.accordion .accordeon-wrap {
      width: 100%;
      max-width: -webkit-calc(100% - 40px);
      max-width: calc(100% - 40px);
      padding: 30px;
      right: 0;
    }
  }
  @media only screen and (max-width: 480px) {
    .services.accordion .accordeon-wrap {
      padding: 20px;
      max-width: -webkit-calc(100% - 20px);
      max-width: calc(100% - 20px);
    }
  }
  .services.accordion .accordeon {
    margin: 0;
  }
  .services.accordion .accordeon .list-drop {
    display: none;
  }
  .services.accordion .accordeon ul {
    margin: 0;
    padding: 0;
  }
  .services.accordion .accordeon li {
    list-style: none;
  }
  .services.accordion .accordeon > li {
    padding: 7px 0;
  }
  .services.accordion .accordeon > li:first-of-type a + .list-drop {
    display: block;
  }
  .services.accordion .accordeon a {
    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;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
    text-decoration: none;
    color: #999999;
    font-size: 18px;
    font-weight: 800;
    letter-spacing: 0.2px;
    -webkit-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
  }
  .services.accordion .accordeon a:hover,
  .services.accordion .accordeon a:hover .title {
    color: #999;
  }
  .services.accordion .accordeon a i {
    color: #222;
    font-size: 14px;
  }
  .services.accordion .accordeon .inner-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .services.accordion .accordeon .title {
    color: #222222;
    -webkit-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
  }
  .services.accordion .accordeon .text {
    padding: 25px 0;
    color: #999999;
    -ms-word-break: break-word;
    word-break: break-word;
    font-size: 15px;
    line-height: 1.73;
    letter-spacing: 0.2px;
  }
  .services.accordion .accordeon .number {
    margin-right: 10px;
  }
  .services.classic .img-wrap {
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 250px;
  }
  .services.classic .content {
    text-align: center;
  }
  .services.classic .title {
    margin-top: 40px;
    color: #222222;
    font-family: "Playfair Display", sans-serif;
    font-size: 26px;
  }
  .services.classic .text {
    margin-top: 20px;
    color: #999999;
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    line-height: 1.73;
    letter-spacing: 0.2px;
    text-align: center;
  }
  .services.tile .item-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .services.tile .img-wrap {
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 620px;
  }
  .services.tile .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .services.tile .item .text-wrap {
    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-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #fcf9f6;
    padding: 75px 60px;
    text-align: center;
  }
  .services.tile .item .text-wrap i {
    font-size: 50px;
    color: #222222;
  }
  .services.tile .item .text-wrap .title {
    margin-top: 45px;
    padding-bottom: 5px;
    border-bottom: 1px solid #eee;
    color: #222222;
    font-family: "Playfair Display", sans-serif;
    font-size: 26px;
  }
  .services.tile .item .text-wrap .subtitle {
    margin-top: 40px;
    color: #999999;
    font-family: "Playfair Display", sans-serif;
    font-size: 18px;
    font-style: italic;
    line-height: 1.44;
    letter-spacing: 0.3px;
  }
  .services.tile .item .text-wrap .text {
    margin-top: 40px;
    color: #999999;
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    line-height: 1.73;
    letter-spacing: 0.2px;
    text-align: center;
  }
  .services.tile .item-first {
    width: calc(40% - 15px);
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .services.tile .item-first .img-wrap {
    margin-top: 30px;
  }
  .services.tile .item-second {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: calc(60% - 15px);
  }
  .services.tile .item-second .img-wrap {
    margin-bottom: 30px;
  }
  .services.tile .item-third {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    margin-top: 30px;
  }
  .services.tile .item-third .img-wrap {
    min-height: 470px;
    width: calc(60% - 15px);
  }
  .services.tile .item-third .text-wrap {
    width: calc(40% - 15px);
  }
  .services.tile .item-fourth {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    margin: 30px 0;
  }
  .services.tile .item-fourth .img-wrap {
    min-height: 470px;
    width: calc(40% - 15px);
  }
  .services.tile .item-fourth .text-wrap {
    width: calc(60% - 15px);
  }
  @media only screen and (max-width: 1199px) {
    .services.tile .item-first,
    .services.tile .item-second {
      width: calc(50% - 15px);
    }
    .services.tile .item-first .img-wrap,
    .services.tile .item-second .img-wrap {
      min-height: 300px;
    }
    .services.tile .item-third .img-wrap,
    .services.tile .item-fourth .img-wrap {
      width: calc(50% - 15px);
      min-height: 300px;
    }
    .services.tile .item-third .text-wrap,
    .services.tile .item-fourth .text-wrap {
      width: calc(50% - 15px);
    }
    .services.tile .item-third {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
    }
    .services.tile .item-fourth {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
    }
  }
  @media only screen and (max-width: 991px) {
    .services.tile .item-first,
    .services.tile .item-second,
    .services.tile .item-third,
    .services.tile .item-fourth {
      margin: 0;
      margin-bottom: 30px;
    }
    .services.tile .item-first .img-wrap,
    .services.tile .item-first .text-wrap,
    .services.tile .item-second .img-wrap,
    .services.tile .item-second .text-wrap,
    .services.tile .item-third .img-wrap,
    .services.tile .item-third .text-wrap,
    .services.tile .item-fourth .img-wrap,
    .services.tile .item-fourth .text-wrap {
      margin: 0;
      min-height: 300px;
      width: calc(50% - 15px);
    }
    .services.tile .item-first .text-wrap,
    .services.tile .item-second .text-wrap,
    .services.tile .item-third .text-wrap,
    .services.tile .item-fourth .text-wrap {
      padding: 30px;
    }
    .services.tile .item-first {
      width: 100%;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
    }
    .services.tile .item-second {
      width: 100%;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
    }
    .services.tile .item .text-wrap .title {
      margin-top: 25px;
    }
    .services.tile .item .text-wrap .subtitle {
      margin-top: 20px;
    }
    .services.tile .item .text-wrap .text {
      margin-top: 20px;
    }
  }
  @media only screen and (max-width: 768px) {
    .services.classic .title {
      margin-top: 30px;
    }
    .services.classic .text {
      margin-top: 10px;
    }
  }
  @media only screen and (max-width: 700px) {
    .services.tile .item-first,
    .services.tile .item-second,
    .services.tile .item-third,
    .services.tile .item-fourth {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
    }
    .services.tile .item-first .img-wrap,
    .services.tile .item-first .text-wrap,
    .services.tile .item-second .img-wrap,
    .services.tile .item-second .text-wrap,
    .services.tile .item-third .img-wrap,
    .services.tile .item-third .text-wrap,
    .services.tile .item-fourth .img-wrap,
    .services.tile .item-fourth .text-wrap {
      width: 100%;
    }
    .services.tile .item-first .text-wrap,
    .services.tile .item-second .text-wrap,
    .services.tile .item-third .text-wrap,
    .services.tile .item-fourth .text-wrap {
      padding: 30px 15px;
    }
  }
  /*# sourceMappingURL=services.min.css.map */
  