12345678910111213141516171819202122232425 |
- .aboutUs{
- margin: 50px 30px;
- .title{
- font-size: 40px;
- font-weight: bold;
- color: #222222;
- text-align: center;
- margin-bottom: 60px;
- .titleicon{
- width: 33px;
- height: 33px;
- margin:0 31px;
- }
- }
- .aboutUsContent{
- text-align: left;
- font-size: 30px;
- font-weight: 400;
- color: #121212;
- line-height: 72px;
- .paragraph{
- text-indent: 2em;
- }
- }
- }
|