#mrt-features-section,
#mrt-features-for-org-section {
  position: relative;
  padding: 40px 25px;
  background-color: var(--LightPink);
}
@media (min-width: 992px) {
  #mrt-features-section,
  #mrt-features-for-org-section {
    margin-top: 60px;
    padding: 60px;
  }
}
#mrt-features-section .left-detail,
#mrt-features-for-org-section .left-detail {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 20%;
  max-width: 450px;
  z-index: 0;
}
#mrt-features-section .chip,
#mrt-features-for-org-section .chip {
  background-color: var(--White);
  border-radius: 50px;
  padding: 9px 14px;
  font-weight: 600;
  color: var(--MRTNavy);
  width: -moz-fit-content;
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
}
#mrt-features-section .chip img,
#mrt-features-for-org-section .chip img {
  height: 14px;
}
#mrt-features-section .chip p,
#mrt-features-for-org-section .chip p {
  font-size: 13px !important;
  font-weight: 600 !important;
  color: var(--MRTNavy);
  margin-bottom: 0;
}
#mrt-features-section .platform-features-row,
#mrt-features-for-org-section .platform-features-row {
  margin-top: 30px;
}
@media (min-width: 992px) {
  #mrt-features-section .platform-features-row,
  #mrt-features-for-org-section .platform-features-row {
    margin-top: 100px;
  }
}

#mrt-features-for-org-section .platform-features-row {
  margin-top: 30px;
}
@media (min-width: 992px) {
  #mrt-features-for-org-section .platform-features-row {
    margin-top: 50px;
  }
}