.img_wrap {
  padding: 0 15%;
}
.container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #ffffff;
  padding: 0.5rem 15%;
  background: linear-gradient(173deg, #6152FF -17%, #6D8BFF 26%, #9785FF 88%, #6987FF 120%);
}
.text-section {
  max-width: 50%;
}
header {
  margin-bottom: 20px;
}
header h1 {
  font-size: 0.42rem;
  margin: 0 0 10px;
  font-weight: bold;
}
header h6 {
  font-size: 0.19rem;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
}
header h6 .line {
  width: 0.08rem;
  height: 0.16rem;
  background-color: #FFFFFF;
  margin-right: 0.11rem;
}
.download button {
  background: #ffffff;
  color: #6987FF;
  border: none;
  padding: 0.14rem 0.28rem;
  font-size: 0.22rem;
  cursor: pointer;
  border-radius: 5px;
  transition: background 0.3s;
}
.download button:hover {
  background: #ffffff;
}
.download p {
  font-size: 0.19rem;
  line-height: 1.5;
  margin: 16px 0 0;
}
.image-section {
  max-width: 45%;
}
.image-section img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}
