.service-overview {
  position: relative;
  height: 1200px;
  overflow: hidden; }
  @media only screen and (max-width: 480px) {
    .service-overview {
      height: auto;
      background-color: #B8C0C2; } }
  .service-overview .img {
    z-index: 1;
    position: absolute;
    left: 50%;
    top: 0;
    width: 1800px;
    height: 1200px;
    margin-left: -900px;
    background: url(/images/sylphy-1.jpg) no-repeat -100px 0;
    background-size: auto 1200px; }
    @media only screen and (max-width: 480px) {
      .service-overview .img {
        left: 0;
        top: auto;
        bottom: 0;
        width: 100%;
        height: 900px;
        margin-left: 0;
        background: url(/images/sylphy-1-sp.jpg) no-repeat center bottom;
        background-size: auto 900px; } }
  .service-overview .text {
    z-index: 2;
    position: relative;
    width: 1100px;
    margin: 150px auto 0; }
    @media only screen and (max-width: 480px) {
      .service-overview .text {
        width: 100%;
        margin-top: 0;
        padding: 50px 20px 450px; } }
  .service-overview h2 {
    margin-bottom: 20px; }
    @media only screen and (max-width: 480px) {
      .service-overview h2 {
        margin-bottom: 10px; } }
    .service-overview h2 span {
      display: block;
      font-size: 18px;
      font-weight: bold;
      line-height: 1.8; }
      @media only screen and (max-width: 480px) {
        .service-overview h2 span {
          font-size: 16px; } }
    .service-overview h2 em {
      display: block;
      font-size: 42px;
      font-weight: bold;
      line-height: 1.8; }
      @media only screen and (max-width: 480px) {
        .service-overview h2 em {
          font-size: 24px; } }
  .service-overview p {
    font-size: 18px;
    font-weight: bold;
    line-height: 2; }
    @media only screen and (max-width: 480px) {
      .service-overview p {
        font-size: 14px; }
        .service-overview p br {
          display: none; } }
  .service-overview a.btn {
    width: 420px;
    line-height: 70px;
    border-radius: 70px; }
    @media only screen and (max-width: 480px) {
      .service-overview a.btn {
        width: 100%;
        margin-top: 0;
        line-height: 50px; } }

.service-overview .example {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 420px;
  margin: 40px 0; }
  @media only screen and (max-width: 480px) {
    .service-overview .example {
      width: 100%;
      margin: 25px 0; } }
  .service-overview .example li {
    width: 200px;
    text-align: center;
    font-weight: bold; }
    @media only screen and (max-width: 480px) {
      .service-overview .example li {
        width: 48%; } }
    .service-overview .example li .photo {
      width: 100%;
      height: 200px;
      overflow: hidden;
      display: flex;
      justify-content: center;
      align-items: center; }
      @media only screen and (max-width: 480px) {
        .service-overview .example li .photo {
          height: 120px; } }
    .service-overview .example li img {
      width: auto;
      height: 120%; }
    .service-overview .example li:nth-of-type(3) img {
      width: 100%;
      height: auto !important;
      margin-top: 30px; }
    .service-overview .example li:nth-of-type(4) img {
      margin-left: 70px; }
      @media only screen and (max-width: 480px) {
        .service-overview .example li:nth-of-type(4) img {
          margin-left: 0; } }

/*# sourceMappingURL=sylphy.css.map */
