.research-development-banner {
  position: relative;
  width: 100%;
  height: 287px;
  min-height: 180px;
  background-image: url("../img/about/ppm.jpeg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-blend-mode: overlay;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
  font-family: "Raleway", Helvetica, Arial, Lucida, sans-serif !important;
}

.research-development-banner .research-development-banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}

.research-development-banner .research-development-banner-content {
  position: relative;
  z-index: 2;
  padding-left: 8%;
  padding-right: 20px;
  margin-bottom: 20px;
}

.research-development-banner .research-development-banner-title {
  color: #ffffff;
  font-size: 42px !important;
  font-weight: 800 !important;
  margin: 0;
  letter-spacing: -0.5px;
  /* line-height: 1rem; */
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  font-family: "Raleway", Helvetica, Arial, Lucida, sans-serif !important;
}

.research-development-banner .research-development-svg-divider {
  position: absolute;
  bottom: -12px;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  z-index: 2;
}

.research-development-banner .research-development-svg-divider svg {
  position: relative;
  display: block;
  width: 100%;
  height: 64px;
}

@media (max-width: 768px) {
  .research-development-banner .research-development-banner-content {
    padding-left: 5%;
  }
}

/* content section */
.rnd-section {
  width: 100%;
  padding: 16px 20px;
  background-color: #ffffff;
  font-family: "Raleway", Helvetica, Arial, Lucida, sans-serif !important;
  box-sizing: border-box;
}

.rnd-container {
  max-width: 1080px;
  width: 80%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.rnd-block {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
}

.rnd-image-col {
  flex: 1;
  max-width: 36.7%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-self: center;
}

.image-accent-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
  border-radius: 4px;
}

.image-accent-wrapper::after {
  content: "";
  position: absolute;
  bottom: -8px;
  right: -8px;
  width: 100%;
  height: 100%;
  background-color: #7cda24;
  z-index: 1;
  border-radius: 0px;
}

.rnd-img {
  position: relative;
  z-index: 2;
  width: 100%;
  object-fit: cover;
  border-radius: 0px;
  display: block;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}

.lab-title {
  font-size: 35px;
  font-weight: 700;
  color: #222222;
  margin: 24px 0 0 0;
  line-height: 1.2;
}

.rnd-content-col {
  flex: 1;
  max-width: 57.8%;
  width: 100%;
}

.rnd-heading {
  font-weight: 700;
  font-size: 35px;
  color: #222222;
  margin: 0 0 20px 0;
  line-height: 1.2;
}

.rnd-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.rnd-list li {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}

.leaf-icon {
  width: 18px;
  height: auto;
  object-fit: contain;
  flex-shrink: 0;
  margin-top: 14px;
}

.list-text {
  font-family: "Raleway";
  background: linear-gradient(45deg, #e1e1e1, transparent);
  padding: 16px 20px;
  border-radius: 1px;
  font-size: 17px;
  line-height: 2;
  color: #242424 !important;
  width: 100%;
  box-sizing: border-box;
}

@media (max-width: 992px) {
  .rnd-block {
    flex-direction: column;
    gap: 30px;
  }

  .rnd-image-col,
  .rnd-content-col {
    max-width: 100%;
  }

  .lab-title {
    margin-top: 18px;
  }
}

@media (max-width: 576px) {
  .rnd-heading {
    font-size: 1.8rem;
  }
  .rnd-container {
    width: 98%;
  }

  .lab-title {
    font-size: 1.5rem;
  }

  .image-accent-wrapper::after {
    bottom: -5px;
    right: -5px;
  }

  .list-text {
    padding: 12px 15px;
    font-size: 0.9rem;
  }
}
