#page-content {
padding-bottom: rem(10px);
@include media(">=lg") {
padding-bottom: rem(60px);
}
}
.post-type-page {
h2:not(.title--h1):not(.team-members__title) {
@extend .title--h2;
}
strong {
font-weight: $font-medium;
}
p,
li {
font-size: rem(19px);
font-weight: $font-regular;
line-height: rem(28px);
color: $color-font;
}
}
.page-content-shadow {
box-shadow: 0 82px 53px 10px rgba(0, 0, 0, .3);
}