.our-story {
    overflow: hidden;
  }
  
  .our-story__inner {
    padding-bottom: 60px;
    border-bottom: solid 1px #d6d6d6;
  }
  
  @media (min-width: 1200px) {
    .our-story__inner {
      padding-bottom: 104px;
    }
  }
  
  .our-story__intro {
    margin-bottom: 20px;
  }
  
  @media (min-width: 768px) {
    .our-story__intro {
      margin-bottom: 0;
    }
  }
  
  @media (min-width: 1200px) {
    .our-story__intro {
      padding-right: 100px;
    }
  }
  
  .our-story__intro-wrapper {
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
  }
  
  @media (min-width: 992px) {
    .our-story__intro-wrapper {
      left: 14.1%;
      bottom: 16.9%;
      transform: translateX(0);
    }
  }
  
  .our-story__intro-text {
    width: 200px;
    font-size: 16px;
    line-height: 1.6;
    color: #ffffff;
  }
  
  @media (min-width: 992px) {
    .our-story__intro-text {
      width: 290px;
      font-size: 24px;
    }
  }
  
  @media (min-width: 1560px) {
    .our-story__intro-text {
      width: 360px;
      font-size: 30px;
    }
  }
  
  .our-story__image {
    position: relative;
  }
  
  @media (min-width: 1560px) {
    .our-story__image {
      width: 850px;
      margin-left: -240px;
    }
  }
  
  .our-story__image img {
    max-width: 100%;
    height: auto;
  }
  
  .our-story__exp {
    display: flex;
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 1.33;
    color: #ffffff;
    font-weight: 600;
  }
  
  @media (min-width: 1560px) {
    .our-story__exp {
      margin-bottom: 25px;
    }
  }
  
  .our-story__exp-value {
    margin-right: 10px;
    font-size: 72px;
    line-height: 1;
    font-weight: 300;
    letter-spacing: -0.025em;
    align-self: center;
  }
  
  @media (min-width: 992px) {
    .our-story__exp-value {
      margin-right: 24px;
      font-size: 112px;
    }
  }
  
  @media (min-width: 1560px) {
    .our-story__exp-value {
      margin-right: 36px;
      font-size: 150px;
    }
  }
  
  .our-story__exp-text {
    max-width: 110px;
    text-transform: uppercase;
    align-self: center;
  }
  
  @media (min-width: 992px) {
    .our-story__exp-text {
      max-width: 178px;
      font-size: 24px;
    }
  }
  
  @media (min-width: 1560px) {
    .our-story__exp-text {
      max-width: 200px;
      font-size: 30px;
    }
  }
  
  .our-story__content {
    padding-bottom: 5px;
  }
  
  @media (min-width: 1560px) {
    .our-story__content {
      position: relative;
      left: 75px;
    }
  }
  
  .our-story__heading {
    margin-bottom: 20px;
  }
  
  @media (min-width: 1200px) {
    .our-story__heading {
      margin-bottom: 30px;
    }
  }
  
  @media (min-width: 1560px) {
    .our-story__heading {
      margin-bottom: 37px;
    }
  }
  
  .our-story__text {
    margin-top: 20px;
    font-size: 14px;
    line-height: 1.45;
    color: #666666;
  }
  
  @media (min-width: 1200px) {
    .our-story__text {
      /* max-width: 405px; */
      margin-bottom: 24px;
      font-size: 18px;
    }
  }
  
  @media (min-width: 1560px) {
    .our-story__text {
      margin-bottom: 42px;
      line-height: 1.65;
    }
  }
  
  .our-story__text--style-bolditalic {
    font-size: 16px;
    color: #000000;
    font-style: italic;
  }
  
  @media (min-width: 1200px) {
    .our-story__text--style-bolditalic {
      font-size: 22px;
    }
  }
  
  @media (min-width: 1560px) {
    .our-story__text--style-bolditalic {
      line-height: 1.45;
    }
  }
  
  .our-story__buttons {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
  }
  
  @media (min-width: 1560px) {
    .our-story__buttons {
      margin-top: 60px;
      transform: translateY(10px);
    }
  }
  
  .our-story__btn {
    margin-right: 10px;
    align-self: flex-start;
  }
  
  @media (min-width: 1200px) {
    .our-story__btn {
      margin-right: 27px;
    }
  }
  
  .our-story__statistics {
    margin-top: 40px;
  }
  
  @media (min-width: 1200px) {
    .our-story__statistics {
      margin-top: 100px;
    }
  }
  
  @media (min-width: 1560px) {
    .our-story__statistics {
      margin-top: 130px;
    }
  }
  
  .our-story--parallax {
    background-image: url("../img/bg-our-story.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 0 !important;
  }
  
  @media (min-width: 1200px) {
    .our-story--parallax {
      padding: 0 !important;
    }
  }
  
  @media (min-width: 1200px) {
    .our-story--parallax .scroll-wrap {
      padding: 0 !important;
    }
  }
  
  .our-story--parallax .row {
    height: 100%;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
  }
  
  @media (min-width: 1200px) {
    .our-story--parallax .row {
      flex-direction: row;
      margin-left: -15px;
      margin-right: -15px;
    }
  }
  
  .our-story--parallax .our-story__inner {
    border-bottom: none;
    padding-bottom: 0;
  }
  
  @media (min-width: 1200px) {
    .our-story--parallax .our-story__inner {
      height: 100vh;
      padding: 0;
    }
  }
  
  .our-story--parallax .our-story__intro {
    height: 100%;
  }
  
  @media (min-width: 1200px) {
    .our-story--parallax .our-story__intro {
      padding-right: 50px;
      align-self: flex-end;
    }
  }
  
  @media (min-width: 1560px) {
    .our-story--parallax .our-story__intro {
      padding-right: 100px;
    }
  }
  
  .our-story--parallax .our-story__image {
    height: 100%;
    text-align: center;
    overflow: hidden;
  }
  
  @media (min-width: 1200px) {
    .our-story--parallax .our-story__image {
      margin-left: auto;
      width: 400px;
    }
  }
  
  @media (min-width: 1560px) {
    .our-story--parallax .our-story__image {
      margin-left: auto;
    }
  }
  
  @media (min-width: 1700px) {
    .our-story--parallax .our-story__image {
      margin-left: -74px;
      width: 706px;
    }
  }
  
  .our-story--parallax .our-story__image img {
    max-width: 50%;
    height: 100%;
    object-fit: contain;
    object-position: bottom;
  }
  
  @media (min-width: 576px) {
    .our-story--parallax .our-story__image img {
      max-width: 30%;
    }
  }
  
  @media (min-width: 1200px) {
    .our-story--parallax .our-story__image img {
      max-width: 100%;
      position: relative;
      bottom: -8px;
    }
  }
  
  @media (min-width: 1560px) {
    .our-story--parallax .our-story__image img {
      max-width: 100%;
    }
  }
  
  .our-story--parallax .our-story__content {
    text-align: center;
  }
  
  @media (min-width: 1200px) {
    .our-story--parallax .our-story__content {
      text-align: left;
      padding-bottom: 110px;
    }
  }
  
  @media (min-width: 1560px) {
    .our-story--parallax .our-story__content {
      transform: translateX(100px);
      padding-top: 24px;
    }
  }
  
  .our-story--parallax .our-story__heading {
    font-weight: 600;
  }
  
  .our-story--parallax .our-story__text span {
    font-size: 14px;
    font-weight: 600;
    color: #010101;
    font-style: normal;
  }
  
  .our-story--parallax .our-story__buttons {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 35px;
  }
  
  @media (min-width: 576px) {
    .our-story--parallax .our-story__buttons {
      flex-direction: row;
      align-items: flex-start;
    }
  }
  
  @media (min-width: 1200px) {
    .our-story--parallax .our-story__buttons {
      justify-content: flex-start;
      margin-top: 84px;
    }
  }
  
  .our-story--parallax .our-story__btn, .our-story--parallax .our-story__video-btn {
    align-self: center;
  }
  
  @media (min-width: 576px) {
    .our-story--parallax .our-story__btn, .our-story--parallax .our-story__video-btn {
      align-self: flex-start;
    }
  }
  
  .our-story--parallax .our-story__btn {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #ff4800;
    border-radius: 0;
    transition: all 0.3s ease;
    margin-bottom: 15px;
    margin-right: 0;
  }
  
  @media (min-width: 576px) {
    .our-story--parallax .our-story__btn {
      margin-bottom: 0;
      margin-right: 10px;
    }
  }
  
  .our-story--parallax .our-story__btn:hover, .our-story--parallax .our-story__btn:focus {
    background-color: #ff4800;
    border-color: #ff4800;
    color: #ffffff;
  }
  
  @media (min-width: 576px) {
    .th-our-story__inner {
      display: flex;
    }
  }
  
  .th-our-story__exp {
    padding: 40px;
    border-bottom: solid 1px #000000;
    background-image: url("https://constructionreviewonline.com/wp-content/uploads/2018/07/companies.jpg");
    background-repeat: no-repeat;
    background-size: cover;
  }
  
  @media (min-width: 576px) {
    .th-our-story__exp {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      border-bottom: none;
      border-right: solid 1px #000000;
    }
  }
  
  @media (min-width: 768px) {
    .th-our-story__exp {
      width: 29.24%;
      flex-shrink: 0;
    }
  }
  
  @media (min-width: 1200px) {
    .th-our-story__exp {
      padding: 100px 80px;
    }
  }
  
  .th-our-story__exp-title {
    position: relative;
    max-width: 150px;
    margin-bottom: 56px;
    padding-top: 24px;
    font-size: 16px;
    line-height: 1.33;
    color: #000000;
    text-transform: uppercase;
  }
  
  @media (min-width: 1200px) {
    .th-our-story__exp-title {
      max-width: 170px;
      padding-top: 44px;
      font-size: 24px;
    }
  }
  
  .th-our-story__exp-title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 80px;
    border-top: solid 4px #000000;
  }
  
  .th-our-story__exp-value {
    font-size: 96px;
    line-height: 1;
    color: #000000;
  }
  
  @media (min-width: 1200px) {
    .th-our-story__exp-value {
      font-size: 130px;
    }
  }
  
  @media (min-width: 1560px) {
    .th-our-story__exp-value {
      font-size: 190px;
    }
  }
  
  .th-our-story__content {
    padding: 40px;
  }
  
  @media (min-width: 576px) {
    .th-our-story__content {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }
  }
  
  @media (min-width: 1200px) {
    .th-our-story__content {
      padding: 100px 80px;
    }
  }
  
  .th-our-story__text {
    margin-bottom: 56px;
    font-size: 18px;
    line-height: 1.56;
    color: #000000;
  }
  
  @media (min-width: 768px) {
    .th-our-story__text {
      font-size: 24px;
    }
  }
  
  @media (min-width: 1200px) {
    .th-our-story__text {
      font-size: 42px;
    }
  }
  
  @media (min-width: 1560px) {
    .th-our-story__text {
      font-size: 46px;
    }
  }
  
  @media (min-width: 576px) {
    .th-our-story__buttons {
      margin-bottom: 12px;
    }
  }
  
  @media (min-width: 768px) {
    .th-our-story__buttons {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
    }
  }
  
  @media (min-width: 1200px) {
    .th-our-story__buttons {
      margin-bottom: 24px;
    }
  }
  
  .th-our-story__btn + * {
    margin-top: 16px;
  }
  
  @media (min-width: 768px) {
    .th-our-story__btn + * {
      margin-top: 0;
    }
  }
  
  @media (min-width: 768px) {
    .th-our-story__btn {
      margin-right: 28px;
    }
  }
  
  .service-button-head {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column; 
    padding-bottom: 30px;
    gap: 20px;
}


@media (min-width: 760px) {
    .service-button-head {
        flex-direction: row;
        justify-content: space-between;
        padding-bottom: 40px;
        gap: 0;
    }
}

.service-button-head{
  margin: 15px!important;
}
  .service-button-head h2{
    margin-bottom: 0px!important;
  }



  /* 4.34 Latest projects */
