* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.development-cms-title {
  width: 91.5%;
  height: auto;
  margin: 0 auto;
  margin-top: 73px;
  margin-bottom: 74px;
}
.development-cms-title .title-text h1 {
  font-family: "Helvetica Neue";
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  text-align: center;
  color: #54afad;
}

.web-development-project {
  width: 77.3em;
  height: auto;
  display: flex;
  flex-direction: column;
  /* gap: 28px; */
  margin: 0 auto;
  margin-bottom: 78px;
}
/* .web-development-project > * + * {
  margin: 28px 0 0 0;
} */
.web-dev__project-img-left,
.web-dev__project-img-right {
  background-color: #d9e9ee;
  width: 77.3em;
  height: 330px;
  display: flex;
  flex-direction: row;
}

.web-dev__project-img-left .left,
.right {
  width: 50%;
  height: 330px;
}

.web-dev__project-img-left .left img {
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
     object-fit: fill;
}

.web-dev__project-img-left .right {
  padding: 0 0 0 55px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.web-dev__project-img-right .left, .right {
  width: 50%;
  height: 330px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.web-dev__project-img-right .left {
  padding: 0 0 0 55px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
      justify-content: center;
}


.web-dev__project-img-right .right img {
  width: 100%;
  height: 100%;
  object-fit: fill;
  display: block;
}

.project-category {
  color: #54afad;
  display: inline;
  font-size: 20px;
  font-weight: 700;
  line-height: 34px;
  text-align: left;
}

.project-title {
  font-family: "Helvetica Neue";
  font-size: 30px;
  font-weight: 600;
  line-height: 39px;
  margin: 0px 0px 10px;
  text-align: left;
}

.project-description {
  word-wrap: break-word;
  color: #28303d;
  font-family: "Helvetica Neue";
  font-size: 18px;
  letter-spacing: 0.3px;
  line-height: 28px;
  text-align: left;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  padding-right: 2px;
}

.view-project__btn {
  display: inline-block;
  font-family: "Helvetica Neue";
  font-style: normal;
  color: #f48754;
  fill: #ffffff;
  font-size: 14px;
  font-weight: 700;
  line-height: 15px;
  padding: 10px 10px 10px 0;
  margin-top: 21px;
}

.view-project__btn:hover .fa-caret-right {
  transform: translateX(0.6rem);
  transition: all 0.5s ease;
}

.other-service-page {
  width: 91.5%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  /* gap: 12px; */
}

.other-service-page > * + * {
  margin: 0 0 0 12px;
}

.other-service-link {
  flex: 1 0 30%;
  height: 169px;
  border: 1px inset #000000;
  transition: all 0.3s ease;
}
.other-service-link:hover {
  border: 1px solid #e7feff;
  background-color: #e7feff;
}
.other-service-link:hover  .service-link__title_view .fa-caret-right {
  -webkit-transform: translateX(0.6rem);
  -ms-transform: translateX(0.6rem);
  transform: translateX(0.6rem);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.service-link__title_view {
  padding: 38px 0 38px 42px;
}

.service-link__title_view h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  margin-bottom: 36px;
  color: #000000;
  /* border: 1px solid #000; */
}
.service-link__title_view span {
  font-style: normal;
  font-size: 16px;
  color: #E67F32;
  font-weight: 700;
  text-transform: uppercase;
  /* border: 1px solid #000; */
}
.static-page-spacer {
  width: 91.5%;
  height: 80px;
}

/*=============================
 Responsiveness & Media Queries
 =============================*/

@media (max-width: 375px) {
  main {
    margin-top: 0;
  }
}

@media (max-width: 743px) {
  .development-cms-title {
    margin-top: 26px;
    margin-bottom: 26px;
  }
  .development-cms-title .title-text h1 {
    font-size: 20px;
  }
  .web-development-project {
    width: 91.5%;
  }

  .web-dev__project-img-left,
  .web-dev__project-img-right {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
  }

  .web-dev__project-img-left .left,
  .web-dev__project-img-left .right,
  .web-dev__project-img-right .left,
  .web-dev__project-img-right .right {
    width: 100%;
    height: auto;
  }

  .web-dev__project-img-right {
    flex-direction: column-reverse;
  }

  .web-dev__project-img-right .left,
  .web-dev__project-img-left .right {
    padding: 13px 0 0 25px;
  }

  .project-category {
    font-size: 14px;
    line-height: 18px;
  }

  .project-title {
    font-size: 16px;
    line-height: 14px;
  }

  .project-description {
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
  }

  .view-project__btn {
    font-size: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .other-service-page {
    flex-direction: column;
    /* gap: 10px; */
  }

  .other-service-page > * + * {
    margin: 10px 0 0 0;
  }
  
  .other-service-link {
    height: auto;
  }
  .service-link__title_view {
    text-align: center;
    padding: 20px 0 20px 0px;
  }

  .service-link__title_view h2 {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .service-link__title_view span {
    font-size: 10px;
  }
}

@media (min-width: 744px) and (max-width: 1024px) {
  .development-cms-title {
    width: 91.5%;
    margin-top: 44px;
    margin-bottom: 49px;
  }
  .development-cms-title .title-text h1 {
    font-size: 22px;
  }

  .web-dev__project-img-left .right,
  .web-dev__project-img-right .left {
    padding: 20px 0 0 25px;
  }
  .project-category {
    font-size: 16px;
  }

  .project-title {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 5px;
  }

  .project-description {
    font-family: "Helvetica Neue", Sans-serif;
    font-size: 14px;
    line-height: 14px;
  }

  .view-project__btn {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 12px;
  }
  .other-service-link {
    height: auto;
  }
  .service-link__title_view {
    padding: 32px 0 32px 25px;
  }

  .service-link__title_view h2 {
    color: #000 !important;
    font-size: 16px;
    font-size: 2vw;
    margin-bottom: 30px;
  }

  .service-link__title_view span {
    font-size: 12px;
  }
}

@media (min-width: 744px) and (max-width: 1280px) {
  .development-cms-title {
    width: 91.5%;
  }
  .web-development-project {
    width: 85.9%;
    height: auto;
    margin-bottom: 91px;
  }

  .web-dev__project-img-left,
  .web-dev__project-img-right {
    width: 100%;
    height: auto;
  }
  .other-service-page {
    width: 85.9%;
  }

  .web-dev__project-img-left .left,
  .right {
    height: auto;
  }

  .web-dev__project-img-right .left,
  .right {
    height: auto;
  }

  .web-dev__project-img-left .left img,
  .web-dev__project-img-right .right img {
    object-fit: fill;
  }
}

@media (min-width: 1024px) and (max-width: 1280px) {
  .development-cms-title {
    margin-top: 60px;
    margin-bottom: 62px;
  }
  .development-cms-title .title-text h1 {
    font-size: 30px;
  }

  .project-category {
    font-size: 18px;
    line-height: 32px;
  }

  .project-title {
    font-size: 25px;
  }

  .project-description {
    font-size: 18px;
    line-height: 22px;
  }

  .service-link__title_view {
    padding: 32px 0 32px 30px;
  }

  .service-link__title_view h2 {
    font-size: 2.3vw;
  }

  .service-link__title_view span {
    font-size: 14px;
  }
}
@media (min-width: 1024px) and (max-width: 1080px) {
  .service-link__title_view {
    padding: 32px 0 32px 30px !important;
  }
  .service-link__title_view h2 {
    font-size: 2vw;
  }
}

@media (min-width: 1080px) and (max-width: 1280px) {
  .service-link__title_view {
    padding: 38px 0 38px 42px;
  }

  .service-link__title_view h2 {
    font-size: 2vw;
  }
  .service-link__title_view span {
    font-size: 14px;
  }
}
@media (min-width: 834px) and (max-width: 1280px) {
  .footer-container {
    width: 85.9% !important;
  }
}

@media (min-width: 1280px) {
  .other-service-page {
    width: 77.3em;
  }
}
