.featuredImage img {
  width: 100%;
}

.intro {
  padding-top: 64px;
  padding-bottom: 8px;
  background-color: #f8f6f1;
}

.intro.less {
  padding-top: 0px;
}

.intro .line {
  margin-bottom: 24px;
}

.intro .title {
  display: flex;
  align-items: start;
  justify-content: space-between;
}

@media (max-width: 1024px) {
  .intro .title {
    display: block;
  }
}
.intro .title .left {
  display: flex;
  align-items: center;
  justify-content: start;
  width: 20%;
  color: #767268;
  font-family: Klavika;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 100%;
}

.intro .title .left img {
  margin-right: 8px;
}

@media (max-width: 1024px) {
  .intro .title .left {
    width: 100%;
  }
}
.intro .title .right {
  width: 70%;
  color: #f8f6ef;
  font-family: "NeuzeitGro";
  font-size: 62px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}

@media (max-width: 1024px) {
  .intro .title .right {
    width: 100%;
  }
}
.tech {
  padding-bottom: 64px;
  background-color: #f8f6f1;
  margin-top: -16px;
}

.tech .line {
  margin-bottom: 0px;
}

.tech .item {
  display: block;
  text-decoration: none;
  background-image: url("/wp-content/themes/markobrajovic/assets/images/arrow_midia.svg");
  background-position: right 16px;
  background-repeat: no-repeat;
  color: #292929;
  font-family: NeuzeitGro;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 215%;
  position: relative;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding-right: 32px;
}

.tech .item .left {
  width: 40%;
}

.tech .item .right {
  width: 60%;
  color: #292929;
  font-family: NeuzeitGro;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 215%;
  position: relative;
}

@media (max-width: 1024px) {
  .tech .item {
    display: block;
    margin-top: 24px;
    background-position: right 16px;
    padding-bottom: 8px;
  }
  .tech .item .left, .tech .item .right {
    width: 100% !important;
    font-size: 24px;
    line-height: 125%;
  }
  .tech .item .right {
    margin-bottom: 16px;
  }
}
@media (max-width: 1024px) {
  .tech {
    margin-top: 0px;
  }
}