.logo h1 {
  color: #1a1a2e;
}

.menu a {
  color: #1a1a2e;
}

.header {
  border-bottom: 1px solid #1a1a2e1a;
}

.abt-main {
  padding: 60px 100px;
}

.abt-hero {
  background: url("/media/cta-bg.jpg") center/cover no-repeat;
  border-radius: 36px;
  max-width: 1240px;
  margin: 0 auto;
}

.abt-wrapper {
  width: 100%;
  height: 100%;
  background-color: #163e6780;
  border-radius: 36px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  gap: 32px;
}

.abt-wrapper h1 {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-style: Regular;
  font-size: 60px;
  line-height: 72px;
  letter-spacing: 0px;
  text-align: center;
  vertical-align: middle;
  color: #ffffff;
  margin: 0;
}

.guide {
  font-weight: 700;
}

.com {
  font-weight: 700;
  color: #5c9dd5;
}

.hero-demo-btn {
  padding: 16px 64px;
  width: fit-content;
}

.abt-cont {
  display: flex;
  flex-direction: column;
  gap: 60px;
  padding-bottom: 60px;
}

.abt {
  max-width: 1240px;
  margin: 0 auto;
  gap: 60px;
  opacity: 1;
  padding: 60px;
  border-radius: 36px;
  background-color: #f6f7fa;
  display: flex;
}

.abt img {
  width: 50%;
  height: 100%;
  border-radius: 36px;
}

.abt-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 24px;
}

.abt-content h3 {
  font-family: "Manrope", sans-serif;
  font-family: Manrope;
  font-weight: 500;
  font-style: Medium;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0px;
  vertical-align: middle;
}

.abt-content p {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0%;
  vertical-align: middle;
}

@media (max-width: 1024px) {
  .abt-main {
    padding: 40px 32px;
  }
  .abt-wrapper {
    padding-top: 48px;
    padding-bottom: 48px;
    gap: 24px;
  }
  .abt-wrapper h1 {
    font-size: 44px;
    line-height: 54px;
  }
  .abt-cont {
    gap: 40px;
    padding-bottom: 40px;
  }
  .abt {
    flex-direction: column;
    gap: 32px;
    padding: 40px;
  }
  .abt img {
    width: 100%;
    order: -1;
  }
  .abt-content h3 {
    font-size: 22px;
    line-height: 30px;
  }
}

@media (max-width: 768px) {
  .abt-main {
    padding: 24px 16px;
  }
  .abt-hero {
    border-radius: 24px;
  }
  .abt-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
    gap: 20px;
    border-radius: 24px;
  }
  .abt-wrapper h1 {
    font-size: 34px;
    line-height: 42px;
  }
  .hero-demo-btn {
    padding: 14px 40px;
    font-size: 15px;
  }
  .abt-cont {
    gap: 24px;
    padding-bottom: 32px;
  }
  .abt {
    padding: 28px 22px;
    border-radius: 24px;
    gap: 24px;
  }
  .abt img {
    border-radius: 20px;
  }
  .abt-content {
    gap: 16px;
  }
  .abt-content h3 {
    font-size: 20px;
    line-height: 28px;
  }
  .abt-content p {
    font-size: 14px;
    line-height: 22px;
  }
}

@media (max-width: 480px) {
  .abt-wrapper h1 {
    font-size: 28px;
    line-height: 36px;
  }
  .abt {
    padding: 24px 18px;
  }
  .abt-content h3 {
    font-size: 18px;
    line-height: 26px;
  }
  .abt-content p {
    font-size: 13px;
    line-height: 20px;
  }
  .hero-demo-btn {
    padding: 12px 32px;
    font-size: 14px;
  }
}
