main {
  padding-top: 130px;
  color: #fff;
}
main .section1 h2, main .section2 h2 {
  font-size: 32px;
  padding: 0 30px;
}
main .section1 p, main .section2 p {
  font-size: 12px;
  padding: 0 30px;
}
main .section1 .txt {
  position: relative;
  z-index: 0;
  margin-top: 70px;
}
main .section1 .txt p {
  position: absolute;
  top: 0;
  z-index: 1;
  transform: translateY(-50px);
}
main .section1 .txt .img {
  width: 100%;
  aspect-ratio: 1;
  position: relative;
  z-index: 0;
}
main .section1 .txt .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
main .section1 .txt .img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.7;
}
main .section2 {
  transform: translateY(-40px);
}
main .section2 .txt {
  position: relative;
  z-index: 1;
}
main .section2 .txt p {
  margin-top: 30px;
}
main .section2 .img {
  width: 100%;
  aspect-ratio: 1;
  position: relative;
  z-index: 0;
  margin-top: -210px;
}
main .section2 .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
main .section2 .img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
}
main p.h {
  font-size: 18px;
  font-weight: 600;
  padding: 0 30px 30px;
}
main .boxes {
  margin-bottom: 40px;
}
main .boxes .box {
  display: flex;
  position: relative;
  z-index: 0;
  height: 150px;
}
main .boxes .box:not(:last-of-type) {
  margin-bottom: 30px;
}
main .boxes .box .txt {
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 30px;
  position: absolute;
  top: 0;
  left: 0;
}
main .boxes .box .txt h2 {
  font-size: 20px;
}
main .boxes .box .txt p {
  font-size: 11px;
  margin-top: 10px;
}
main .boxes .box .img {
  width: 65%;
  height: 100%;
  margin-left: auto;
}
main .boxes .box .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (min-width: 1024px) {
  main {
    padding: 130px 0 0 200px;
  }
  main .section1 h2 {
    font-size: 36px;
  }
  main .section1 .txt {
    margin: 5px 0 0;
  }
  main .section1 .txt p {
    transform: none;
    padding: 30px 30px 0;
    max-width: 500px;
    line-height: 1.6;
  }
  main .section1 .txt .img {
    max-height: 450px;
  }
  main .section1 .txt .img::after {
    opacity: 0.7;
    background: linear-gradient(to right, black 40%, rgba(0, 0, 0, 0) 70%);
  }
  main .section2 {
    transform: translateY(-60px);
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
  main .section2 .img {
    margin: 0;
    width: 60%;
    max-height: 450px;
  }
  main .section2 .img::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    background: #010101;
    height: 100%;
  }
  main .section2 .img::after {
    opacity: 1;
    background: radial-gradient(circle, rgba(255, 255, 255, 0) 40%, rgb(0, 0, 0) 100%);
  }
  main .section2 .txt {
    width: 40%;
  }
  main .section2 .txt h2, main .section2 .txt p {
    padding: 0 30px 0 0;
  }
  main .section2 .txt h2 {
    font-size: 36px;
  }
  main .section2 .txt p {
    margin-top: 10px;
  }
  main p.h {
    padding: 30px 0 30px 30px;
  }
  main .boxes {
    padding: 0 30px;
  }
  main .boxes .box {
    height: 130px;
  }
  main .boxes .box .txt {
    width: 40%;
    position: static;
    padding: 0 20px 0 0;
  }
  main .boxes .box .txt h2 {
    font-size: 24px;
  }
  main .boxes .box .txt p {
    font-size: 12px;
  }
  main .boxes .box .img {
    width: 60%;
  }
  main .boxes .box:nth-of-type(odd) {
    flex-direction: row-reverse;
  }
  main .boxes .box:nth-of-type(odd) .txt {
    padding: 0 0 0 20px;
  }
  main .boxes .box:not(:last-of-type) {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 1280px) {
  main .section1, main .section2, main p.h, main .boxes {
    padding-left: 80px;
  }
  main .section1 h2 {
    padding: 0;
  }
  main p.h {
    padding-bottom: 50px;
  }
  main .boxes .box .txt {
    width: 250px;
  }
  main .boxes .box .img {
    width: auto;
    flex: 1;
    padding: 0 0 0 30px;
  }
  main .boxes .box:nth-of-type(odd) .img {
    padding: 0 30px 0 0;
  }
}
@media screen and (min-width: 1440px) {
  main .section1, main .section2, main p.h, main .boxes {
    padding-left: 100px;
  }
  main .section1 .txt h2, main .section1 h2, main .section2 .txt h2, main .section2 h2 {
    font-size: 38px;
  }
  main .section1 .txt p {
    font-size: 14px;
  }
  main .section1 .txt .img {
    max-height: 550px;
  }
  main .section2 .txt p {
    font-size: 14px;
    margin-top: 20px;
  }
  main .section2 .img {
    max-height: 430px;
  }
  main p.h {
    font-size: 20px;
    padding: 40px 0 60px 100px;
  }
  main .boxes .box {
    height: 150px;
    justify-content: flex-start;
  }
  main .boxes .box .txt {
    width: 500px;
    max-width: 35%;
    padding-right: 40px;
  }
  main .boxes .box .txt h2 {
    font-size: 26px;
  }
  main .boxes .box .txt p {
    font-size: 14px;
  }
  main .boxes .box .img {
    width: auto;
    flex: 1;
    padding: 0 0 0 40px;
    max-width: 700px;
    margin: 0;
  }
  main .boxes .box:nth-of-type(odd) {
    justify-content: flex-end;
  }
  main .boxes .box:nth-of-type(odd) .img {
    padding: 0 40px 0 0;
  }
}/*# sourceMappingURL=jet_card.css.map */