.bannerWrap {
  background: var(--Gradient-dark-blue, linear-gradient(90deg, #17364b 0%, #0f181f 100%));
  color: #fff;
  position: relative;
}

.bannerInnerWrap {
  margin: 0 auto;
  max-width: 410px;
  padding: 144px 20px 122px;
  position: relative;
  z-index: 4;
}
.backgroundArtMobile {
  object-fit: content;
  width: 100%;
}

.bannerWrap > img {
  bottom: 0;
  position: absolute;
  right: 0;
  z-index: 1;
}

.backgroundArtTablet,
.backgroundArtDesktop,
.backgroundArtDesktopLarge {
  display: none;
}

.bannerWrap h2 {
  color: #edff00;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 59px;
  font-weight: 500;
  letter-spacing: -4.13px;
  line-height: 63px; /* 106.78% */
  position: relative;
  z-index: 5;
}

.bannerContent {
  align-items: flex-start;
  display: flex;
  gap: 22px;
  margin-top: 48px;
}

.bannerWrap p {
  color: #fff;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 26px; /* 118.182% */
  max-width: 256px;
}

.bannerContent {
  position: relative;
  z-index: 5;
}

.bannerWrap p br {
  display: none;
}

.bannerContent img {
  object-fit: initial;
  width: 72px;
  height: auto;
}

@media (min-width: 1024px) {
  .bannerInnerWrap {
    margin: 0 auto;
    max-width: 1024px;
    padding: 245px 98px 276px;
  }

  .bannerWrap > img {
    object-fit: none;
  }

  .backgroundArtMobile {
    display: none;
  }
  .backgroundArtTablet {
    display: block;
    max-width: 1024px;
  }

  .bannerWrap h2 {
    font-size: 90px;
    letter-spacing: -6.3px;
    line-height: 90px;
    max-width: 610px;
  }
  .bannerContent {
    gap: 40px;
    justify-content: flex-end;
    margin-top: 54px;
  }

  .bannerContent img {
    height: auto;
    width: 120px;
  }

  .bannerWrap p {
    font-size: 28px;
    letter-spacing: -1.4px;
    line-height: 36px;
    max-width: 457px;
  }
}
@media (min-width: 1366px) {
  .bannerInnerWrap {
    height: 1024px;
    max-width: 1366px;
  }
  .backgroundArtDesktop {
    display: block;
    height: 100%;
    width: auto;
  }
  .backgroundArtTablet {
    display: none;
  }
  .bannerWrap h2 {
    font-size: 90px;
    letter-spacing: -6.3px;
  }
  .bannerContent {
    justify-content: flex-start;
    padding-left: 264px;
  }
  .bannerWrap p {
    font-size: 28px;
    letter-spacing: -1.4px;
    line-height: 40px;
    max-width: 534px;
  }
  .bannerWrap p br {
    display: block;
  }
}
@media (min-width: 1920px) {
  .bannerInnerWrap {
    height: auto;
    max-width: 1920px;
    min-height: 1080px;
    padding: 264px 252px 259px;
  }
  .backgroundArtDesktopLarge {
    display: block;
    height: 100%;
    width: auto;
  }
  .backgroundArtDesktop {
    display: none;
  }
  .bannerWrap h2 {
    font-size: 90px;
    letter-spacing: -6.3px;
    max-width: 670px;
  }
  .bannerContent {
    gap: 40px;
    margin-top: 68px;
  }
  .bannerContent img {
    height: auto;
    position: relative;
    top: -24px;
    width: 150px;
  }
  .bannerWrap p {
    font-size: 30px;
    letter-spacing: -1.4px;
    line-height: 40px;
    max-width: 646px;
  }
}

/* //----- CARDS SECTION ------ */
.cardsSectionWrap {
  padding: 36px 20px 115px;
}

.cardWrap {
  border-radius: 15px;
  border: 1px solid #387da0;
  display: flex;
  flex-direction: column;
  gap: 48px;
  margin-top: 48px;
  padding: 32px 15px;
}

.cardWrap img {
  display: block;
  height: auto;
  margin: 0 auto;
  width: 184px;
}

.cardContentWrap div:first-of-type {
  color: #387da0;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 28px;
  font-weight: 400;
  letter-spacing: -1.96px;
}

.cardContentWrap div:nth-of-type(2) {
  color: #387da0;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 37px;
  font-weight: 600;
  letter-spacing: -2.59px;
  margin-top: 16px;
}

.cardContentWrap p {
  color: #17364b;
  font-family: Commissioner;
  font-size: 16px;
  font-weight: 400;
  margin-top: 16px;
}

@media (min-width: 1024px) {
  .cardsSectionWrap {
    padding: 36px 98px 206px;
    max-width: 1024px;
    margin: 0 auto;
  }
  .cardWrap {
    align-items: flex-start;
    border-radius: 20px;
    border: 1px solid #000;
    flex-direction: row-reverse;
    gap: 78px;
    min-height: 748px;
    justify-content: space-between;
    padding: 78px 56px;
    /* border-color: rgba(0, 0, 0, 0.2); */
  }
  .cardContentWrap div:first-of-type {
    font-size: 44px;
    letter-spacing: -3.08px;
  }
  .cardContentWrap div:nth-of-type(2) {
    font-size: 70px;
    letter-spacing: -4.9px;
    margin-top: 13px;
  }
  .cardContentWrap p {
    font-size: 22px;
    margin-top: 14px;
  }
  .cardWrap .imgWrap {
    height: auto;
    width: 184px;
    flex: 0 0 184px;
    margin-top: 54px;
  }
  .cardWrap img {
    width: 100%;
  }
}

@media (min-width: 1366px) {
  .cardsSectionWrap {
    max-width: 1366px;
    padding-top: 160px;
    padding-bottom: 155px;
  }
  .cardWrap {
    margin: 58px auto 0;
    width: 1004px;
    padding: 58px 52px;
    min-height: 656px;
  }
  .cardContentWrap div:first-of-type {
    font-size: 48px;
    letter-spacing: -3.36px;
    line-height: 1.2;
  }
  .cardContentWrap div:nth-of-type(2) {
    margin-top: 20px;
    line-height: 1.2;
  }
  .cardContentWrap p {
    font-size: 24px;
    margin-top: 20px;
    width: 100%;
    max-width: 562px;
  }
  .cardWrap .imgWrap {
    width: 222px;
    flex: 0 0 222px;
    margin-top: 0px;
    padding-top: 46px;
  }
}

@media (min-width: 1920px) {
  .cardsSectionWrap {
    max-width: 1920px;
    padding-top: 122px;
    padding-bottom: 264px;
  }
  .cardWrap {
    margin: 40px auto 0;
    width: 1414px;
    padding: 102px 108px;
    min-height: 671px;
  }
  .cardContentWrap div:nth-of-type(2) {
    font-size: 79px;
    letter-spacing: -5.53px;
  }
  .cardContentWrap p {
    max-width: 580px;
  }
  .cardWrap .imgWrap {
    width: 324px;
    flex: 0 0 324px;
    margin-top: 0px;
    padding-top: 52px;
  }
}
