| import React from "react"; | |
| export function Title() { | |
| return ( | |
| <div className="flex flex-col w-[100%] | |
| h-[232px] sm:h-[132px] mobile:h-[116px] justify-center"> | |
| <h3 | |
| className="text-heading0 sm:text-heading2 text-primary-500" | |
| > | |
| Team | |
| </h3> | |
| <p | |
| className="text-label24 sm:text-label16Lake text-primary-800" | |
| > | |
| We deeply appreciate your contribution! | |
| </p> | |
| </div> | |
| ); | |
| } |