:root {
  --speed: 300ms;
  --time-function: ease-in-out;
  --container: 1440px;
}

/* FONT SourceSansPro */
/*images*/
/*=======================START-MEDIA=====================*/
/*=======================END-MEDIA=====================*/
/* media breakpoint mixin */
.our-technology__list-text-title {
  color: var(--ast-global-color-4);
}

.our-technology {
  padding: 60px 0px;
  overflow: hidden;
  max-width: 100vw;
}
@media only screen and (min-width: 1200px) {
  .our-technology {
    padding-top: 60px;
    padding-bottom: 232px;
  }
}
.our-technology__wrapper {
  position: relative;
}
.our-technology__decor-bg {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -13%);
}
@media only screen and (max-width: 1199px) {
  .our-technology__decor-bg {
    width: 255px;
    height: 165px;
  }
}
@media only screen and (min-width: 1200px) {
  .our-technology__decor-bg {
    left: 490px;
    top: 29px;
    width: 60.4%;
    height: auto;
    transform: none;
  }
}
.our-technology__decor-bg img {
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 1200px) {
  .our-technology__decor-bg img {
    height: auto;
  }
}
.our-technology__title {
  margin-bottom: 30px;
}
@media only screen and (min-width: 1200px) {
  .our-technology__title {
    margin-bottom: 89px;
    text-align: left;
  }
}
.our-technology__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 1200px) {
  .our-technology__list-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-left: 49px;
  }
}
.our-technology__list-item:nth-child(2) {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
@media only screen and (min-width: 1200px) {
  .our-technology__list-item:nth-child(2) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-left: 105px;
  }
}
.our-technology__list-item:not(:last-child) {
  margin-bottom: 122px;
}
@media only screen and (min-width: 1200px) {
  .our-technology__list-item:not(:last-child) {
    margin-bottom: 6vw;
  }
}
.our-technology__list-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (min-width: 1200px) {
  .our-technology__list-right {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}
.our-technology__list-decor {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 266px;
  width: 100%;
  margin-top: 22px;
}
@media only screen and (min-width: 1200px) {
  .our-technology__list-decor {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-left: 60px;
    margin-top: 0px;
  }
}
@media only screen and (max-width: 1199px) {
  .our-technology__list-item:nth-child(2) .our-technology__list-decor {
    margin-top: 0px;
    margin-bottom: 22px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.our-technology__list-decor:before, .our-technology__list-decor:after {
  content: "";
  border-color: var(--ast-global-color-0);
}
.our-technology__list-decor:before {
  width: 24px;
  height: 24px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  border-width: 2px;
  border-style: solid;
}
.our-technology__list-decor:after {
  border-left-width: 1px;
  border-left-style: solid;
  height: 53px;
}
@media only screen and (min-width: 1200px) {
  .our-technology__list-decor:after {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left: none;
    width: 272px;
    height: 0px;
  }
}
.our-technology__list-title {
  margin-bottom: 5px;
}
.our-technology__list-text-title {
  font-weight: 600;
  text-transform: uppercase;
}
@media only screen and (min-width: 1200px) {
  .our-technology__list-text-title {
    font-size: 30px;
    line-height: 37px;
  }
}
.our-technology__list-desc {
  color: var(--ast-global-color-3);
  font-size: 20px;
  line-height: 24px;
  font-family: "Mulish", sans-serif;
  max-width: 175px;
  text-align: center;
}
@media only screen and (min-width: 1200px) {
  .our-technology__list-desc {
    text-align: right;
  }
}

/*# sourceMappingURL=our-technology.css.map */
