section.boxes-image-section .content-container {
  max-width: 1132px;
  margin: 0 auto 122px;
}

section.boxes-image-section .boxes-image__title-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

section.boxes-image-section .boxes-image__title-wrapper h2 {
  font-family: "Cal Sans", sans-serif;
  font-size: 50px;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: 0.01rem;
  background: linear-gradient(180deg, #ffffff 0%, #c9d3ee 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}

section.boxes-image-section .boxes-image_cta-container a {
  border: 1.5px solid #f9f9ff66;
  border-radius: 91px;
  padding: 10px 20px;
  font-family: "Silka", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.01rem;
  color: white;
  transition: 0.5s;
}

section.boxes-image-section .boxes-image_cta-container a:hover {
  background: rgba(222, 232, 250, 0.1);
}

section.boxes-image-section .boxes-image__content-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
}

section.boxes-image-section.custom-serverless-page
  .boxes-image__content-wrapper {
  align-items: start;
}

section.boxes-image-section .boxes-image__boxes-group {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

section.boxes-image-section .box-image__box-single {
  /*background: linear-gradient(180deg, #10101C 0%, #10121C 103.23%);*/
  background-image: url("../../../images/box-bg.svg");
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 12px;
  padding: 20px 20px 34px;
  max-width: 362px;
}

section.boxes-image-section .box-image__box-single h3 {
  font-family: Consolas, Monaco, "Andale Mono", "Ubuntu Mono", monospace;
  font-size: 18px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.01rem;
  color: white;
  margin-bottom: 20px;
  margin-top: 0;
}

section.boxes-image-section .box-image__box-single .box-single__box-text {
  font-family: Silka, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.01rem;
  color: #96a0bc;
}

section.boxes-image-section .box-image__code-text {
  /*background: linear-gradient(180deg, #10101C 0%, #10121C 103.23%);*/
  background-image: url("../../../images/code-box-bg.svg");
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 12px;
  padding-right: 30px;
  padding-left: 30px;
  padding-bottom: 13px;
  width: 746px;
  max-width: 100%;
  margin-top: 0;
}
section.boxes-image-section.custom-serverless-page .box-image__box-single {
  padding: 28px 20px 32px;
  display: grid;
  grid-auto-rows: 1fr;
}
section.boxes-image-section.custom-serverless-page .boxes-image__boxes-group {
  gap: 16px;
}
section.boxes-image-section.custom-serverless-page .box-image__code-text {
  padding-bottom: 0px;
}
section.boxes-image-section.custom-serverless-page .box-image__cta-list-group {
  padding-bottom: 58px;
}

section.boxes-image-section .box-image__code-text pre {
  font-family: Consolas, Monaco, "Andale Mono", "Ubuntu Mono", monospace;
  font-size: 16px;
  font-weight: 300;
  line-height: 158%;
  letter-spacing: -0.01rem;
  color: white;
  white-space: break-spaces;
}

section.boxes-image-section .cta-list__title {
  font-family: Consolas, Monaco, "Andale Mono", "Ubuntu Mono", monospace;
  font-size: 19px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.07rem;
  color: #ffffff;
  text-align: center;
  margin-bottom: 7px;
}

section.boxes-image-section .cta-list__text {
  font-family: Consolas, Monaco, "Andale Mono", "Ubuntu Mono", monospace;
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
  color: #647c8a;
  text-align: center;
  margin-bottom: 20px;
}

section.boxes-image-section .cta-list__wrapper .list-item__icon img {
  width: 31px;
  height: 31px;
}

section.boxes-image-section .cta-list__wrapper .list-item-title {
  font-family: "DM Sans", sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 17px;
  letter-spacing: -0.01rem;
  color: #1d97be;
  margin-bottom: 0;
  margin-top: 0;
}

section.boxes-image-section .cta-list__wrapper .list-item-text {
  font-family: "DM Sans", sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 17px;
  letter-spacing: -0.01rem;
  color: #96a0bc;
}

section.boxes-image-section .list-item__cta a {
  font-family: "DM Sans", sans-serif;
  font-size: 10px;
  font-weight: 500;
  line-height: 15px;
  letter-spacing: -0.01rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 119px;
  height: 25px;
  border-radius: 2px;
}

section.boxes-image-section .list-item__cta a.white-fill {
  background-color: white;
  color: #10101c;
}

section.boxes-image-section .list-item__cta a.white-border {
  border: 1px solid #dce2f4;
  color: #dce2f4;
}

.list-item-single {
  display: grid;
  grid-template-columns: 30px 1fr;
  background-image: url("../../../images/v7/box-bg-big.svg");
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 13px;
  margin-bottom: 15px;
  padding: 15px;
  gap: 15px;
}

.list-item__content-group {
  display: flex;
  flex-direction: column;
}

.list-item__content-single:not(:first-child) {
  border-top: 1px solid #2e383e;
  opacity: 30%;
  padding-top: 10px;
  margin-top: 10px;
}

.list-item__content-single {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.box-image__cta-list-group {
  padding-bottom: 60px;
  padding-top: 15px;
}

@media screen and (max-width: 1140px) {
  section.boxes-image-section .content-container {
    padding-inline: 26px;
  }
}

@media screen and (max-width: 985px) {
  section.boxes-image-section .boxes-image__title-wrapper h2 {
    font-size: 30px;
  }

  section.boxes-image-section .boxes-image_cta-container a {
    font-size: 14px;
  }
}

@media screen and (max-width: 880px) {
  section.boxes-image-section .boxes-image__content-wrapper {
    flex-direction: column;
  }

  section.boxes-image-section .box-image__code-text {
    width: unset;
    max-width: 362px;
  }

  .list-item__content-single {
    flex-direction: column;
  }

  .list-item-single {
    grid-template-columns: 1fr;
  }

  section.boxes-image-section.custom-serverless-page .list-item__cta {
    width: 100%;
  }
  section.boxes-image-section .list-item__cta a {
    width: 100%;
    margin-top: 20px;
  }

  section.boxes-image-section.custom-serverless-page .box-image__code-text {
    background-image: url("../../../images/v7/box-bg-mobile.svg");
    background-size: 100% auto;
    background-color: #10121c;
  }

  section.boxes-image-section.custom-serverless-page .list-item-single {
    background-image: none;
    border: 1px solid #fff1;
  }
  section.boxes-image-section.custom-serverless-page .box-image__code-text,
  section.boxes-image-section.custom-serverless-page .boxes-image__boxes-group {
    margin: 0px auto;
  }
}

@media screen and (max-width: 680px) {
  section.boxes-image-section .boxes-image__title-wrapper {
    flex-direction: column;
    align-items: start;
    margin-bottom: 45px;
  }
  section.boxes-image-section.custom-serverless-page .box-image__box-single {
    background-size: 100% auto;
    background-color: #10121c;
  }
  section.boxes-image-section.custom-serverless-page
    .box-image__cta-list-group {
    padding-bottom: 10px;
  }
}
