.herojus {
  padding: 48px 48px !important;
  background: linear-gradient(180deg, #FFF 0%, #E3F9FF 100%) !important;*/
}

.aiagent-container-content {
  max-width: 1280px;
  margin: 0 auto;
  width: 100%;
}

.aiagent-hero {
  display: flex;
  flex-direction : row;
  align-items: flex-start;
  justify-content: space-between;
  gap: 104px;
}

.hero-left,
.hero-right {
  flex: 1 1 0;
}


.hero-left {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 8px;
}

.aiagent-hero .hero-left .hero-note {
  font-size: 24px;
  color: #000000;
  margin-bottom: 8px;
}

.aiagent-hero .hero-left .hero-title {
  font-size: 64px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 8px;
  text-align : left ;
}

.aiagent-hero .hero-left .hero-desc {
  font-size: 24px;
  color: #000000;
  max-width : 540px;
  text-align : center;
}

.hero-offer-image {
  display: block;
  max-width: 540px;
  width: 100%;
  height: auto;
  margin-top : 24px;
}

.aiagent-hero-image {
  max-width: 540px;
}

.aiagent-hero-image img {
  max-width: 540px;
  width: 100%;
  height: auto;
  display: block;
}

.hero-right {
  max-width: 520px;
  background: #fff;
  border: 2px solid #aedcf7;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(49, 145, 197, 0.06);
  padding: 32px 32px 28px 32px;
}

.form-title {
  text-align: center;
}
