/*----*/
/* -------------------------------------------------------------
  Sass CSS3 Mixins! The Cross-Browser CSS3 Sass Library
  By: Matthieu Aussaguel, http://www.mynameismatthieu.com, @matthieu_tweets

  List of CSS3 Sass Mixins File to be @imported and @included as you need

  The purpose of this library is to facilitate the use of CSS3 on different browsers avoiding HARD TO READ and NEVER
  ENDING css files

  note: All CSS3 Properties are being supported by Safari 5
  more info: http://www.findmebyip.com/litmus/#css3-properties

------------------------------------------------------------- */
/*  Hizmetlerimiz List Start  */
.hizmet-block {
  display: flex;
  flex-direction: column; }
  .hizmet-block .item {
    position: relative;
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
    padding: 10px;
    padding-bottom: 20px;
    cursor: pointer;
    transition: all 500ms; }
    @media (max-width: 767px) {
      .hizmet-block .item {
        flex-direction: column;
        margin-bottom: 20px; } }
    .hizmet-block .item:hover {
      transform: scale(1.1);
      box-shadow: 0px 1px 12px rgba(0, 0, 0, 0.18); }
    .hizmet-block .item::after {
      content: "";
      position: absolute;
      left: 6%;
      bottom: 0;
      width: 54%;
      height: 1px;
      background: #2d4191; }
    .hizmet-block .item:last-child:after {
      content: none; }
    .hizmet-block .item .left {
      flex-basis: 43%; }
      @media (max-width: 767px) {
        .hizmet-block .item .left {
          flex-basis: 100%; } }
      .hizmet-block .item .left .img {
        width: 100%;
        height: 206px;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        border-radius: 4px; }
        @media (max-width: 767px) {
          .hizmet-block .item .left .img {
            margin-bottom: 20px; } }
    .hizmet-block .item .right {
      flex-basis: 55%; }
      @media (max-width: 767px) {
        .hizmet-block .item .right {
          flex-basis: 100%; } }
      .hizmet-block .item .right .title {
        padding-bottom: 15px;
        font-size: 15.5px; }
        @media (max-width: 1198px) {
          .hizmet-block .item .right .title {
            font-size: 14px; } }
      .hizmet-block .item .right .desc {
        line-height: 1.2; }
        @media (max-width: 1198px) {
          .hizmet-block .item .right .desc {
            font-size: 12px; } }
    .hizmet-block .item:nth-child(even) {
      flex-direction: row-reverse; }
      @media (max-width: 767px) {
        .hizmet-block .item:nth-child(even) {
          flex-direction: column; } }
      .hizmet-block .item:nth-child(even):after {
        left: auto;
        right: 6%; }
      .hizmet-block .item:nth-child(even) .right {
        text-align: right; }

/*  Hizmetlerimiz List End */

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