.banner-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  padding-bottom: 90px;
}

.banner-content {
  display: flex;
  background:#ECE1E1;
  border-radius: 50px;
  min-height: 220px;
  width: 100%;
  max-width: 1200px;
  box-sizing: border-box;
  overflow: hidden;
  align-items: stretch;
  position: relative;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.4);
}

.page-id-123758 .banner-content{
  background-color: #EB0042;
}

.page-id-123758 .avantage-card h3{
  color: #000;
}

.banner-image {
  flex: 0 0 400px;
  border-radius: 50px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  background: #fff;
  height: auto;
}

.banner-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: inherit;
}

.banner-text-app-qapa {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 40px;
  gap: 30px;
  text-align: left;
  border-radius: 0 50px 50px 0;
}

.banner-text-app-qapa h3 {
  font-size: 32px;
  font-weight: 600;
  margin: 0;
}

.banner-text-app-qapa .subtitle {
  font-size: 18px;
}

.btn-group {
  display: flex;
  gap: 15px;
  margin-top: 20px;
  justify-content: flex-start;
  align-items: center;
}

@media (max-width: 768px) {
  .banner-wrapper {
    padding-bottom: 45px;
  }
  .banner-content {
    flex-direction: column;
  }
  .banner-image {
    flex: 0 0 auto;
    width: 100%;
    border-radius: 50px;
    box-shadow: none;
  }
  .banner-image img {
    height: 220px;
  }
  .banner-text-app-qapa {
    gap: 16px;
    border-radius: 0 0 50px 50px;
  }
  .banner-text-app-qapa h3 {
    font-size: 24px;
  }
  .banner-text-app-qapa .subtitle {
    font-size: 16px;
  }
  .btn-group {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    padding-bottom: 0;
  }
}
