/*------------------------------------------------------------
  Differences
------------------------------------------------------------*/

.differences {
  padding: 60px 0 63px;
}

.differences .main-block .subheading {
  margin-bottom: 18px;
}

.differences .main-block h2 {
  margin-bottom: 17px;
}

.differences .main-block h3 {
  margin-bottom: 18px;
  font-size: 24px;
}

.differences .image-row {
  margin-bottom: 40px;
}

.differences .image-row .img-holder {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  min-height: 300px;
  margin-bottom: 30px;
}

.differences .approach-block {
  color: #f7f6f5;
  background: #212322;
  padding: 250px 20px 44px;
  margin-top: -198px;
  z-index: 1;
}

.differences .approach-block .main-block {
  margin-bottom: 0;
  max-width: 800px !important;
}

.differences .approach-block .main-block h1 {
  margin-bottom: 20px;
}

.differences .approach-block .decor {
  top: 0;
  left: 0;
  width: 100%;
}

.differences .approach-block .logo {
  margin-bottom: 31px;
  display: inline-block;
  vertical-align: top;
  max-width: 85px;
  width: 100%;
}

.differences .contact-block {
  padding: 145px 0 180px;
}

.differences .timeline-block .main-block {
  max-width: 800px;
}

.differences .timeline-block .main-block h2 {
  margin-bottom: 21px;
}

/*------------------------------------------------------------ 
  Differences v2
------------------------------------------------------------*/

.differences-v2 .kbrg {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: auto;
}

.differences-v2 .kbrg .text-holder {
  max-width: 800px;
  text-align: center;
  margin: auto;
  padding: 0;
  padding-bottom: 40px;
}

.differences-v2 .kbrg .row {
  margin: 0;
}

.differences-v2 .kbrg [class*="col-"] {
  padding: 0;
}

.differences-v2 .kbrg .video-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.differences-v2 .kbrg .video-card img {
  padding: 0;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  max-height: 500px;
  object-position: center top;
}

.differences-v2 .kbrg .video-card .info-block {
  padding: 80px 25px 40px;
  margin: 0;
  width: 100%;
  height: 100%;
  min-height: auto;
}

/*------------------------------------------------------------ 
  Video Button
------------------------------------------------------------*/

.btn.btn-video {
  font-family: "articulat-cf", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  display: inline-block;
  font-weight: 600;
  margin-top: 10px;
  padding: 5px 20px;
  text-align: center;
  width: 100%;
  max-width: 200px;
  background: transparent;
  color: #212322;
  border: 2px solid #212322;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: background 300ms ease;
  -o-transition: background 300ms ease;
  transition: background 300ms ease;
}

.btn.btn-video:hover {
  color: #f7f6f5;
  background: #212322;
  border-color: #212322;
}

/*------------------------------------------------------------ 
  Marketing Approach
------------------------------------------------------------*/

.differences-v2 .approach-block {
  margin-left: -40px;
  margin-right: -40px;
}

/*------------------------------------------------------------ 
  min-width: 576px
------------------------------------------------------------*/

@media (min-width: 576px) {
  .differences-v2 .kbrg .video-card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .differences-v2 .kbrg .video-card img {
    max-height: 100%;
  }
}

/*------------------------------------------------------------
  min-width: 768px
------------------------------------------------------------*/

@media (min-width: 768px) {
  .differences {
    padding: 100px 0 40px;
  }

  .differences .image-row .img-holder {
    min-height: 400px;
  }

  .differences .approach-block {
    padding: 310px 0 94px;
  }
}

/*------------------------------------------------------------
  min-width: 992px
------------------------------------------------------------*/

@media (min-width: 992px) {
  .differences {
    padding: 141px 0 63px;
  }

  .differences .image-row {
    margin-bottom: 97px;
  }

  .differences .image-row .img-holder {
    min-height: 500px;
  }

  .differences .timeline-block .main-block {
    margin-bottom: 92px;
  }

  .differences-v2 .kbrg {
    padding: 0 40px;
  }

  .differences-v2 .kbrg .video-card {
    /* -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 50%; */
  }

  .differences-v2 .kbrg .video-card img,
  .differences-v2 .kbrg .video-card .info-block {
    /* max-width: 100%; */
  }

  .differences-v2 .kbrg .video-card .info-block {
    padding-top: 100px;
  }

  .differences-v2 .kbrg .video-card:nth-child(odd) {
    /* padding-left: 20px; */
  }

  .differences-v2 .kbrg .video-card:nth-child(even) {
    /* padding-right: 20px; */
  }

  .differences-v2 .approach-block {
    margin-left: 0;
    margin-right: 0;
  }
}

/*------------------------------------------------------------
  min-width: 1200px
------------------------------------------------------------*/

@media (min-width: 1200px) {
  .differences .image-row .img-holder {
    min-height: 727px;
  }
}

/*------------------------------------------------------------ 
  min-width: 1400px
------------------------------------------------------------*/

@media (min-width: 1400px) {
  .differences-v2 .kbrg .text-holder {
    text-align: left;
    padding: 0 140px 0 80px;
  }

  .differences-v2 .kbrg .video-card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .differences-v2 .kbrg .video-card img,
  .differences-v2 .kbrg .video-card .info-block {
    max-width: 50%;
  }

  .differences-v2 .kbrg .video-card:nth-child(odd) {
    padding-left: 0;
    padding-right: 20px;
  }

  .differences-v2 .kbrg .video-card:nth-child(even) {
    padding-left: 20px;
    padding-right: 0;
  }
}
