:root {
  --bg-solution: #DD042B;
  --color-solution: #ffffff; }

.greenweave-about-us-solution {
  background: var(--bg-solution);
  color: var(--color-solution);
  text-align: center; }
  .greenweave-about-us-solution .desc {
    opacity: 0.6; }
  .greenweave-about-us-solution .name {
    font-size: 20px;
    font-weight: 600; }
  .greenweave-about-us-solution .position {
    font-size: 18px;
    opacity: 0.6; }
  .greenweave-about-us-solution .typewriter .tw-text {
    text-decoration: underline; }
  .greenweave-about-us-solution .typewriter .tw-cursor {
    opacity: 0; }
  @media (max-width: 767px) {
    .greenweave-about-us-solution .name {
      font-size: 18px; }
    .greenweave-about-us-solution .position {
      font-size: 14px; } }
