|
.about {
|
|
padding: 80px 0;
|
|
&__title {
|
|
font-size: $h2-size;
|
|
line-height: $h2-height;
|
|
font-weight: 700;
|
|
color: $text-light-black;
|
|
}
|
|
&__para {
|
|
font-size: $h3-size;
|
|
line-height: $h3-height + 14px;
|
|
font-weight: 400;
|
|
color: $text-light-black;
|
|
margin-top: 30px;
|
|
}
|
|
}
|