.creative-process {
  padding: 200px 200px 242px 200px;
  display: flex;
  justify-content: space-between;
  color: white;
}
@media (max-width: 1440px) {
  .creative-process {
    padding: 132px 100px;
  }
}
@media (max-width: 1028px) {
  .creative-process {
    padding: 112px 40px 132px;
    flex-direction: column;
  }
}
@media (max-width: 460px) {
  .creative-process {
    padding: 99px 16px;
  }
}
.creative-process .content-container {
  display: flex;
  width: 100%;
  max-width: 50%;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  color: #fff;
}
@media (max-width: 1028px) {
  .creative-process .content-container {
    max-width: 100%;
  }
}
@media (max-width: 460px) {
  .creative-process .content-container {
    gap: 8px;
  }
}
.creative-process .content-container .headline {
  color: #fff;
  font-family: "Publico Banner";
  font-size: 56px;
  font-weight: 600;
  font-style: normal;
  line-height: 110%; /* 6.16rem */
  letter-spacing: 0.56px;
  align-self: stretch;
  margin-bottom: 0;
}
@media (max-width: 1028px) {
  .creative-process .content-container .headline {
    max-width: 625px;
    leading-trim: both;
    text-edge: cap;
    font-size: 48px;
    letter-spacing: 0.48px;
  }
}
@media (max-width: 460px) {
  .creative-process .content-container .headline {
    font-size: 32px;
    letter-spacing: 0.32px;
  }
}
.creative-process .content-container .subheadline {
  color: #fff;
  font-family: "Artlist Sans";
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 28.6px;
  letter-spacing: -0.44px;
  margin-bottom: 40px;
}
@media (max-width: 1028px) {
  .creative-process .content-container .subheadline {
    max-width: 533px;
    font-size: 18px;
    line-height: 23.4px; /* 2.34rem */
    letter-spacing: -0.36px;
    margin-bottom: 52px;
  }
}
@media (max-width: 460px) {
  .creative-process .content-container .subheadline {
    margin-bottom: 28px;
  }
}
.creative-process .content-container .features {
  display: inline-flex;
  align-items: start;
  gap: 52px;
}
@media (max-width: 1028px) {
  .creative-process .content-container .features {
    margin-bottom: 40px;
  }
}
@media (max-width: 460px) {
  .creative-process .content-container .features {
    flex-direction: column;
    gap: 16px;
    margin-bottom: 28px;
  }
}
.creative-process .content-container .features .feature-item {
  color: #fff;
  font-family: "Artlist Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20.8px; /* 2.08rem */
  letter-spacing: -0.32px;
  margin-bottom: 16px;
  max-width: 210px;
}
@media (max-width: 460px) {
  .creative-process .content-container .features .feature-item {
    margin-bottom: 0;
  }
  .creative-process .content-container .features .feature-item p {
    margin-bottom: 16px;
  }
}
.creative-process .content-container .features .feature-item .topborder,
.creative-process .content-container .features .feature-item .bottomborder {
  border-top: 1px solid white;
  width: 62px;
  margin-bottom: 24px;
}
@media (max-width: 460px) {
  .creative-process .content-container .features .feature-item .topborder,
  .creative-process .content-container .features .feature-item .bottomborder {
    display: none;
  }
}
.creative-process .content-container .features .feature-item .bottomborder {
  display: none;
  margin-bottom: 0;
}
@media (max-width: 460px) {
  .creative-process .content-container .features .feature-item .bottomborder {
    display: block;
  }
}
.creative-process .content-container .features .feature-item:last-child .bottomborder {
  display: none;
}
.creative-process .assets-preview {
  display: flex;
  align-items: start;
  justify-content: space-between;
  max-width: 45%;
}
@media (max-width: 1028px) {
  .creative-process .assets-preview {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    display: block;
    align-items: stretch;
  }
}
.creative-process .assets-image {
  max-width: 30%;
  margin-right: 20px;
}
@media (max-width: 1028px) {
  .creative-process .assets-image {
    margin-right: 0;
  }
}
.creative-process img {
  min-width: 100%;
}

/*# sourceMappingURL=creative-process.css.map */
