34 lines
513 B
SCSS
Vendored
34 lines
513 B
SCSS
Vendored
@use "../abstracts/mixin" as *;
|
|
|
|
.featured {
|
|
img {
|
|
width: 100%;
|
|
}
|
|
h2 {
|
|
margin: 0;
|
|
a {
|
|
font-family: Montserrat, serif;
|
|
font-size: 20px;
|
|
font-weight: 600;
|
|
line-height: 1.35;
|
|
text-align: left;
|
|
color: #1a1a1a;
|
|
text-decoration: none;
|
|
}
|
|
}
|
|
|
|
.sub_title {
|
|
@include sub_title;
|
|
}
|
|
|
|
p {
|
|
font-family: Nunito, serif;
|
|
font-size: 14px;
|
|
font-weight: 500;
|
|
line-height: 1.57;
|
|
text-align: left;
|
|
color: #666;
|
|
margin: 10px 0;
|
|
}
|
|
}
|