.hear_it_section {
  background: #fff;
  padding: 24px;
}

.hear_it_inner {
  border-radius: 32px;
  background: radial-gradient(126.72% 133.4% at 4.01% 3.42%, #131032 0%, #0a0928 48%, #00011d 100%);
  padding: 56px 56px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 56px;
  overflow: hidden;
}

.hear_it_content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  text-align: center;
}

.hear_it_heading {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 600px;
}

.hear_it_heading h2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  color: #f7f7f8;
  margin: 0;
}

.hear_it_heading p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #d0d0d8;
  margin: 0;
}

.hear_it_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  padding: 14px 24px;
  background: #614efa;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
}

.hear_it_btn:hover {
  background: #4a3bbe;
  color: #fff;
}

.hear_it_screenshot {
  width: 714px;
  height: 320px;
  border: 2px solid #9183ff;
  border-bottom: none;
  border-radius: 12px 12px 0 0;
  box-shadow: 0 24px 64px 24px rgba(97, 78, 250, 0.2);
  overflow: hidden;
  flex-shrink: 0;
}

.hear_it_screenshot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  display: block;
}

@media screen and (max-width: 1024px) {
  .hear_it_screenshot {
    width: 100%;
    height: 260px;
  }
}

@media screen and (max-width: 768px) {
  .hear_it_section {
    padding: 16px;
  }
  .hear_it_inner {
    padding: 40px 24px 0;
    gap: 40px;
  }
  .hear_it_heading h2 {
    font-size: 24px;
    line-height: 32px;
  }
  .hear_it_screenshot {
    height: 200px;
  }
}
