.highlight-banner-section-inner {
  background: linear-gradient(to right, #023049, #005288 50%, #d73184);
  border-radius: 8px;
  display: flex;
  gap: 40px;
  align-items: center;
  padding: 0 60px;
}

.highlight-banner-section-img {
  flex-shrink: 0;
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -16px;
  max-width: 400px;
  margin-bottom: -20px;
}

.highlight-banner-section-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.highlight-banner-section-text {
  flex: 1;
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 23px;
  padding-block: 30px;
}

.highlight-banner-section-text h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 32px;
  color: #fff;
  line-height: 32px;
  margin-bottom: 0;
}

.highlight-banner-section-sub h4 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: #fff;
  line-height: 1.3;
  margin-bottom: 0;
}

.highlight-banner-section-sub p {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  line-height: 1.5;
}

@media (max-width: 1199px) {
  .highlight-banner-section-inner {
    gap: 30px;
  }
}

@media (max-width: 991px) {
  .highlight-banner-section-inner {
    gap: 25px;
  }

  .highlight-banner-section-inner {
    flex-direction: column;
    padding: 32px;
  }

  .highlight-banner-section-img {
    width: 100%;
    height: auto;
  }

  .highlight-banner-section-img {
    flex: 0 0 100%;
    max-width: 500px;
    width: 100%;
    margin: 0;
  }

  .highlight-banner-section-text {
    padding-block: 0;
  }
}

@media (max-width: 768px) {
  .highlight-banner-section-text h2 {
    font-size: 26px;
  }

  .highlight-banner-section-sub h4 {
    font-size: 20px;
  }
}

@media (max-width: 480px) {
  .highlight-banner-section-img {
    margin: 0;
  }
  /* Proven */
  .highlight-banner-section-inner {
    padding: 16px;
  }
  .highlight-banner-section-text {
    gap: 15px;
  }
  .highlight-banner-section-text h2 {
    font-size: 22px;
    line-height: 1.3;
  }

  .highlight-banner-section-sub h4 {
    font-size: 17px;
  }

  .highlight-banner-section-sub p {
    font-size: 14px;
  }

  .highlight-banner-section-inner {
    gap: 20px;
  }
}

@media (max-width: 320px) {
  .highlight-banner-section-text h2 {
    font-size: 17px !important;
    line-height: 1.35 !important;
  }

  .highlight-banner-section-sub h4,
  .highlight-banner-section-sub p {
    font-size: 13px !important;
    line-height: 1.5 !important;
  }
}
