.audio_demo_frame {
  padding: 80px 0;
  background: #fff;
}
.audio_demo_frame__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  padding: 48px 40px 64px;
  background-color: #f4f4f5;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  border: 1px solid #e7e7ea;
  border-radius: 16px;
  overflow: hidden;
}
.audio_demo_frame__title {
  margin: 0;
  font-size: 40px;
  line-height: 48px;
  font-weight: 700;
  letter-spacing: 0;
  color: #1a1a22;
  text-align: center;
}
.audio_demo_frame__demo {
  width: 800px;
  max-width: 100%;
  height: 450px;
}
.audio_demo_frame__trust {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  margin-top: 40px;
  padding: 32px 24px 16px;
  border-top: 1px solid #e7e7ea;
  border-bottom: 1px solid #e7e7ea;
  text-align: center;
  text-decoration: none;
  color: inherit;
}
.audio_demo_frame a.audio_demo_frame__trust {
  transition: background-color 0.2s ease;
}
.audio_demo_frame a.audio_demo_frame__trust:hover {
  background-color: #fafafa;
}
.audio_demo_frame__trust_title {
  margin: 0;
  font-size: 22px;
  line-height: 32px;
  font-weight: 600;
  letter-spacing: 0;
  color: #1a1a22;
}
.audio_demo_frame__trust_subtitle {
  margin: 0;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 0;
  color: #1a1a22;
  opacity: 0.6;
}
.audio_demo_frame__trust_logo img {
  height: 60px;
  width: auto;
  display: block;
}

@media screen and (max-width: 992px) {
  .audio_demo_frame__demo {
    width: 100%;
    height: 480px;
  }
}
@media screen and (max-width: 768px) {
  .audio_demo_frame {
    padding: 56px 0;
  }
  .audio_demo_frame__card {
    padding: 32px 16px 40px;
    gap: 24px;
  }
  .audio_demo_frame__title {
    font-size: 28px;
    line-height: 36px;
  }
  .audio_demo_frame__demo {
    height: 540px;
  }
}
