2018-06-11 16:59:00 -06:00
|
|
|
.g-section {
|
|
|
|
overflow: hidden;
|
2018-06-15 11:51:45 -06:00
|
|
|
padding: 56px 0;
|
|
|
|
|
|
|
|
@media (min-width: 768px) {
|
|
|
|
padding: 96px 0;
|
|
|
|
}
|
2018-06-11 16:59:00 -06:00
|
|
|
|
2018-06-22 14:50:29 -06:00
|
|
|
@media (min-width: 992px) {
|
|
|
|
padding: 120px 0;
|
|
|
|
}
|
|
|
|
|
2018-06-11 16:59:00 -06:00
|
|
|
&.bg-light {
|
|
|
|
background: #f7f8fa !important; //TODO - !important is to override the `#page-home section` #fff background;
|
|
|
|
}
|
|
|
|
|
2018-06-13 14:45:19 -06:00
|
|
|
&.bg-dark {
|
|
|
|
background: #252937 !important; //TODO - !important is to override the `#page-home section` #fff background;
|
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
|
2018-06-11 16:59:00 -06:00
|
|
|
&.border-top {
|
|
|
|
border-top: 1px solid #e5e6eb;
|
|
|
|
}
|
2018-06-15 11:01:18 -06:00
|
|
|
|
2018-06-15 14:07:21 -06:00
|
|
|
& .intro {
|
|
|
|
margin: 0 auto 24px;
|
2018-06-15 11:01:18 -06:00
|
|
|
max-width: 784px;
|
2018-06-15 17:36:34 -06:00
|
|
|
padding: 0 16px;
|
2018-06-15 11:01:18 -06:00
|
|
|
text-align: center;
|
|
|
|
|
2018-06-15 14:07:21 -06:00
|
|
|
@media (min-width: 767px) {
|
|
|
|
margin-bottom: 64px;
|
|
|
|
}
|
|
|
|
|
2018-06-15 11:01:18 -06:00
|
|
|
& h2,
|
|
|
|
& h3 {
|
|
|
|
margin: 0 0 24px;
|
|
|
|
}
|
|
|
|
}
|
2018-06-11 16:59:00 -06:00
|
|
|
}
|