@media (max-width: 1199px) {
  :root .box-padding-normal {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media (max-width: 991px) {
  :root .box-padding-normal {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (max-width: 767px) {
  :root .box-padding-normal {
    padding-left: 15px;
    padding-right: 15px;
  }
}
:root .frame-space-before-large {
  margin-top: 0;
}
@media (max-width: 1199px) {
  :root .frame-space-before-large {
    padding-top: 80px;
  }
}
@media (max-width: 991px) {
  :root .frame-space-before-large {
    padding-top: 60px;
  }
}
@media (max-width: 767px) {
  :root .frame-space-before-large {
    padding-top: 40px;
  }
}
:root .frame-space-after-large {
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  :root .frame-space-after-large {
    padding-bottom: 80px;
  }
}
@media (max-width: 991px) {
  :root .frame-space-after-large {
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  :root .frame-space-after-large {
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  :root section > div {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
:root .frame-space-after-extra-small {
  margin-bottom: 0;
}
:root .frame-space-before-extra-small {
  margin-top: 0;
}

/* image left with text opt 1 */
.image-left-withtext .container .image-text-container .row .col-md-7 {
  padding-left: 112px;
  align-items: center;
}

/* image right with text opt 1 */
.image-right-withtext {
  width: 100%;
  margin: 0;
  padding: 0;
}
.image-right-withtext .container {
  margin: 0;
  padding: 0;
}
@media (min-width: 1400px) {
  .image-right-withtext .container {
    max-width: 100%;
  }
}
@media (min-width: 1900px) {
  .image-right-withtext .container {
    max-width: 100%;
  }
}
.image-right-withtext .container .image-text-container {
  display: flex;
  align-items: center;
  align-self: stretch;
}
.image-right-withtext .container .image-text-container .row {
  align-items: center;
}
.image-right-withtext .container .image-text-container .row .col-md-7 {
  padding-right: 112px;
  align-items: center;
}
.image-right-withtext .container .image-text-container .img-wrapper {
  width: 100%;
  flex-shrink: 0;
  align-self: flex-start;
}
.image-right-withtext .container .image-text-container .img-wrapper img {
  width: 100%;
}
@media (min-width: 1900px) {
  .image-right-withtext .container .image-text-container .img-wrapper {
    width: 100%;
  }
}
.image-right-withtext .container .image-text-container .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  flex: 1 0 0;
}
@media (min-width: 1900px) {
  .image-right-withtext .container .image-text-container .text-wrapper {
    width: 100%;
  }
}
.image-right-withtext .container .image-text-container .text-wrapper h4 {
  color: var(--pits-black-1);
  font-family: var(--Type-Font-family-Primary);
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 48px;
  margin: 0;
  padding: 0 10% 0 0;
}
.image-right-withtext .container .image-text-container .text-wrapper p {
  color: var(--pits-grey-1);
  font-family: var(--Type-Font-family-Primary);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin: 0;
  padding: 0;
}
.image-right-withtext .container .image-text-container .text-wrapper p a {
  color: #ba2429;
  text-decoration: none;
}

/* end of img right with txt opt1 */
.image-left-withtext .container .image-text-container .img-wrapper {
  align-items: flex-start;
}
.image-left-withtext .container .image-text-container .img-wrapper img {
  height: auto;
}
@media (max-width: 1199px) {
  .image-left-withtext .container .image-text-container .row .col-md-7 {
    padding-left: 65px;
  }
}
@media (max-width: 991px) {
  .image-left-withtext .container .image-text-container .row .col-md-7 {
    padding-left: 45px;
  }
}
@media (max-width: 767px) {
  .image-left-withtext .container .image-text-container .row .col-md-7 {
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    padding-top: 45px;
  }
}

.image-right-withtext .container .image-text-container .img-wrapper {
  align-items: flex-start;
}
.image-right-withtext .container .image-text-container .img-wrapper img {
  height: auto;
}
@media (max-width: 1199px) {
  .image-right-withtext .container .image-text-container .row .col-md-7 {
    padding-right: 65px;
  }
}
@media (max-width: 991px) {
  .image-right-withtext .container .image-text-container .row .col-md-7 {
    padding-right: 45px;
  }
}
@media (max-width: 767px) {
  .image-right-withtext .container .image-text-container .row .col-md-7 {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-top: 45px;
  }
}

.services-module {
  margin: 0;
  padding-top: 120px !important;
  padding-bottom: 120px !important;
}
@media (max-width: 1199px) {
  .services-module {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
}
@media (max-width: 991px) {
  .services-module {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
}
@media (max-width: 767px) {
  .services-module {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
}
@media (max-width: 767px) {
  .services-module header {
    padding-bottom: 24px;
  }
}

@media (max-width: 1439px) {
  .image-left-withtext .container {
    max-width: 100%;
  }
  .image-right-withtext .container {
    max-width: 100%;
  }
}
.page-header-inner {
  height: 376px !important;
}
@media (max-width: 1199px) {
  .page-header-inner .header-content {
    width: 100%;
    padding: 0 80px 0 80px;
  }
}
@media (max-width: 991px) {
  .page-header-inner .header-content {
    width: 100%;
    padding: 0 60px 0 60px;
  }
}
@media (max-width: 767px) {
  .page-header-inner .header-content {
    width: 100%;
    padding: 0 15px 0 15px;
  }
}
@media (max-width: 767px) {
  .page-header-inner .header-content h1 {
    font-size: 34px;
    line-height: 42px;
  }
}

@media (max-width: 1199px) {
  .area-of-competence .text-wrap-left {
    padding: 80px 80px;
  }
}
@media (max-width: 991px) {
  .area-of-competence .text-wrap-left {
    padding: 60px 60px;
  }
}
@media (max-width: 767px) {
  .area-of-competence .text-wrap-left {
    padding: 40px 15px 40px 15px;
  }
}
@media (max-width: 767px) {
  .area-of-competence .text-wrap-left header h2 {
    font-size: 30px;
    line-height: 36px;
  }
}
@media (max-width: 1199px) {
  .area-of-competence .area-slider-wrapper {
    padding: 80px 80px;
  }
}
@media (max-width: 991px) {
  .area-of-competence .area-slider-wrapper {
    padding: 60px 60px;
  }
}
@media (max-width: 767px) {
  .area-of-competence .area-slider-wrapper {
    padding: 40px 15px 40px 15px;
  }
}

/** g **/
@media (max-width: 1439px) {
  .services-module .service-lists-wrap .service-card {
    width: calc(33.3333333333% - 12px);
  }
}
@media (max-width: 991px) {
  .services-module .service-lists-wrap .service-card {
    width: calc(50% - 12px);
  }
}
@media (max-width: 640px) {
  .services-module .service-lists-wrap .service-card {
    width: 100%;
  }
}

.cards-with-icon .ico-with-data ul li {
  width: calc(50% - 12px);
}
@media (max-width: 576px) {
  .cards-with-icon .ico-with-data ul li {
    width: 100%;
    padding: 15px;
  }
}

@media (max-width: 767px) {
  .card-with-icon .ico-with-data h2 {
    font-size: 30px;
    line-height: 36px;
  }
}
@media (max-width: 576px) {
  .card-with-icon .ico-with-data ul {
    gap: 28px;
  }
}
.card-with-icon .ico-with-data ul li {
  width: calc(33.33% - 32px);
}
@media (max-width: 767px) {
  .card-with-icon .ico-with-data ul li {
    width: calc(50% - 24px);
  }
  .card-with-icon .ico-with-data ul li h4 {
    font-size: 20px;
  }
}
@media (max-width: 576px) {
  .card-with-icon .ico-with-data ul li {
    width: 100%;
  }
}

/** N **/
.case-study-slider .case-study-card .screenshort img {
  position: absolute;
  z-index: 1001;
  right: 80px;
  bottom: 20px;
  width: 400px;
  height: 300px;
  z-index: 1001;
}

.subpage-logo-slider .slick-track .logo-slider-item {
  margin: 0 60px;
}

.slider-card .ico-with-data ul li .slider-item .icon img {
  -o-object-fit: contain;
     object-fit: contain;
}

@media (max-width: 746px) {
  .slider-header h2 {
    padding-bottom: 40px;
  }
  .case-study-slider .case-study-card .screenshort img {
    width: 60%;
    height: auto;
    bottom: 0;
    right: 10%;
  }
  .project-wrapper-slider .project-study-slider .project-study-card {
    position: relative;
    margin: 0 auto;
    background: linear-gradient(90deg, #b8d8b1 0%, #e3f4f4 50%, #9fd1d4 100%);
    height: 622.09px;
  }
  .project-wrapper-slider .project-study-slider .project-study-card .screenshort img {
    width: 80%;
    height: auto;
    -o-object-fit: fill;
       object-fit: fill;
    position: absolute;
    z-index: 1001;
    bottom: 0;
    right: 10%;
  }
}/*# sourceMappingURL=design-fix.css.map */