.div {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.frame {
  max-width: 1920px;
  width: 100%;
}

.container .section {
  padding-top: 0px;
  padding-bottom: 0;
}
.section-2 {
  margin-bottom: 50px;
}

.header {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 48px;
  color: #ffffff;
  text-align: start;
  letter-spacing: 0;
  line-height: 56px;
  font-style: normal;
}

.header .span1 {
  background: linear-gradient(90deg, #00bfff 0%, #a02bee 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.header .span2 {
  background: linear-gradient(90deg, #ff1a53 0%, #00ffff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.hover:hover {
  background: radial-gradient(
    73.61% 68.13% at 50% 50%,
    rgba(160, 43, 238, 0.3) 0%,
    rgba(160, 43, 238, 0) 70%
  );
  border-radius: 16px;

  z-index: 0;
  box-shadow: 0px 0px 10px rgba(160, 43, 238, 0.7);
  transition: all 0.3s linear;
}

@media screen and (max-width: 1375px) {
  .container .component-6 {
    max-width: 424px;
    width: 100%;
    max-height: 457px;
  }

  .container .image {
    max-width: 602px;
  }

  .container .section {
    max-width: 1920px;
    width: 100%;
    align-items: center;
    justify-content: center;
    padding: 20px;
    margin-bottom: 50px;
  }

  .container .component-7 {
    min-height: 345px;
    height: 345px !important;
  }
  .container .div-6 {
    max-width: 500px;
  }

  .header {
    font-size: 40px;
    line-height: 40px;
  }
}
@media screen and (max-width: 1200px) {
  .container .frame {
    padding: 0 40px;
  }
  .container .section {
    padding: 0px;
  }

  .container .section-4 {
    padding: 20px;
  }

  .container .section-6 {
    padding: 20px;
    padding-top: 40px;
  }

  .container .div-3 {
    max-width: 500px;
    width: 100%;
  }

  .header {
    font-size: 36px;
    line-height: 36px;
  }

  .container .div-5 .text-wrapper,
  .div-5 .faster-go-to-market {
    font-size: 18px;
  }
}
@media screen and (max-width: 1050px) {
  .container .div-3 {
    max-width: 500px;
    width: 100%;
  }

  .header {
    font-size: 36px;
    line-height: 36px;
  }

  .container .div-5 .text-wrapper,
  .div-5 .faster-go-to-market {
    font-size: 18px;
  }
}

@media screen and (max-width: 920px) {
  .container .section {
    height: auto;
    padding: 20px;
  }
  .container .container-wrapper {
    margin: 0;
  }
  .container .div-2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .container .div-3 {
    margin-top: 20px;
  }
  .container .component-3,
  .container .component-4,
  .container .component-7,
  .container .component-6 {
    padding: 15px;
  }

  .container .div-11 {
    flex-wrap: wrap;
    margin-top: 0;
  }

  .container .ready-to-grow {
    font-size: 36px;
    line-height: 40px;
  }
  .container .text-wrapper-18,
  .container .text-wrapper-19 {
    font-size: 30px;
    line-height: 28px;
  }

  .container .text-wrapper-3 {
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 20px;
  }

  .container .text-wrapper-12 {
    font-size: 36px;
    line-height: 36px;
  }
  .container .frame {
    padding: 0 20px;
  }

  .container .component-13 {
    margin-top: 100px;
  }
}

@media screen and (max-width: 480px) {
  .frame-2 .div-wrapper,
  .frame-2 .component-2 {
    display: none;
  }
  .frame-2 {
    justify-content: center !important;
    align-items: center;
  }
  .container .div-16,
  .container .div-14 {
    padding: 0;
  }
  .container .container-wrapper {
    padding: 20px 10px;
  }
  .container .div-wrapper .text-wrapper-2 {
    font-size: 16px;
  }

  .container .img,
  .container .logo {
    max-width: 139px;
    max-height: 182px;
    width: 100%;
    height: 100%;
  }

  .container .component-2 {
    padding: 10px;
  }
  .container .component-2 .text {
    font-size: 14px !important;
    line-height: 14px;
  }

  .header {
    font-size: 36px;
  }

  .container .component-13 {
    margin-top: 80px;
  }
}

@media screen and (max-width: 420px) {
  .container .component-13 {
    margin-top: 40px;
  }
}
