.corporatesection1-section-1 {
    padding: 40px 50px;
    background-color: white !important;
}
.corporatesection1-section {
  position: relative;
  width: 100%;
  min-height: 550px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
  padding: 50px 0px;
}

.corporatesection1-bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 70%; 
  height: 100%;
  background-image: url("/assets/images/welcomee/mealsub.jpg");
/* background-image: url("/proteinxclusivein/assets/images/welcomee/mealsub.jpg"); */
  background-size: cover;
  background-position: right center;
  background-repeat: no-repeat;
  z-index: 1;
}

.corporatesection1-content {
  position: relative;
  z-index: 2;
  background-color: #6ba09d;
  color: #ffffff;
  max-width: 600px;
  padding: 50px 70px;
  margin-left: 8%;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.corporatesection1-title {
  font-family: "Poppins", sans-serif;
  font-size: 34px;
  font-weight: 600;
  letter-spacing: 1.5px;
  margin-bottom: 30px;
}

.corporatesection1-text {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 1.9;
  margin-bottom: 25px;
}

@media (max-width: 992px) {
  .corporatesection1-bg {
    width: 100%;
    opacity: 0.7;
  }

  .corporatesection1-content {
    margin: 0 auto;
    padding: 30px 30px;
    max-width: 90%;
    background-color: rgba(107, 160, 157, 0.95);
  }

  .corporatesection1-title {
    font-size: 26px;
  }

  .corporatesection1-text {
    font-size: 15px;
  }
  .corporatesection1-section {
  position: relative;
  width: 100%;
  min-height: 450px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
  padding: 30px 0px;
}
}

@media (max-width: 600px) {
  .corporatesection1-content {
    padding: 30px 20px;
  }

  .corporatesection1-title {
    font-size: 22px;
  }
.corporatesection1-section-1 {
    padding: 30px 20px;
}
  .corporatesection1-text {
    font-size: 14px;
  }
}
