.frame-6 {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  align-items: center;
  justify-content: start;
  padding-top: 80px;
}

.frame-4,
.frame-5 {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 10px;
}


.frame-3 {
  background-image: url(static/img/attractor-layer.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  /* padding-bottom: 150px; */
}

.frame-32 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
  justify-content: center;
  margin: 40px 0;
}

.empowering-your-business-growth-through-strategic-solutions {
  color: #1d242b;
  text-align: center;
  font-family: "Quicksand-SemiBold", sans-serif;
  font-size: 3vw;
  font-weight: 600;
  margin: 20px 0;
  max-width: 80%;
}

.tailored-services-designed-to-enhance-revenue-improve-efficiency-and-elevate-customer-satisfaction {
  color: var(--color-text-2, #333333);
  text-align: center;
  font-family: "Quicksand-Medium", sans-serif;
  font-size: 1.5vw;
  line-height: 2vw;
  font-weight: 500;
  max-width: 75%;
  margin: 20px 0;
}

.btn {
  background: #2a74b5;
  border-radius: 4px;
  padding: 12px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  margin: 20px auto;
  cursor: pointer;
}

.let-s-get-on-board {
  color: #ffffff;
  font-family: "Quicksand-Medium", sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.frame-4 {
  /* height: 52vh; */
  display: flex;
  justify-content: start;
  align-items: center;
  background: linear-gradient(0deg, rgb(0, 17, 32) 0%, rgb(0, 71, 134) 100%);
}

.video-tag {
  border-radius: 15%;
  max-width: 55%;
  height: auto;

}

.frame-10 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 90%;
  margin: 40px auto;
}


.video-tag .rounded-video {
  border-radius: 15px;
}

.strategic-solutions-for-sustainable-success {
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgba(199, 238, 255, 0.18) 98.6666560173%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  font-family: "Quicksand-Bold", sans-serif;
  font-size: 48px;
  font-weight: 700;
}



/*# sourceMappingURL=attractor.css.map */