2020-09-24 18:24:52 +00:00
|
|
|
.page-section{
|
2020-09-30 16:51:32 +00:00
|
|
|
position: relative;
|
|
|
|
|
2020-10-12 18:47:17 +00:00
|
|
|
&--t-margin-external{
|
|
|
|
margin-top: -70px;
|
|
|
|
}
|
|
|
|
|
|
|
|
&--b-margin-external{
|
|
|
|
|
|
|
|
@include atMedium(){
|
|
|
|
margin-bottom: -140px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2020-10-09 12:48:01 +00:00
|
|
|
&--tb-padding{
|
|
|
|
padding: 1.2rem 0;
|
2020-09-24 18:24:52 +00:00
|
|
|
|
2020-10-09 12:48:01 +00:00
|
|
|
@include atMedium(){
|
|
|
|
position: unset;
|
|
|
|
padding: 4.5rem 0;
|
|
|
|
}
|
2020-09-24 18:24:52 +00:00
|
|
|
}
|
|
|
|
|
2020-10-09 12:48:01 +00:00
|
|
|
&--t-padding{
|
|
|
|
padding-top: 1.2rem;
|
2020-09-24 18:24:52 +00:00
|
|
|
|
2020-10-09 12:48:01 +00:00
|
|
|
@include atMedium(){
|
|
|
|
position: unset;
|
|
|
|
padding-top: 4.5rem;
|
|
|
|
}
|
|
|
|
}
|
2020-09-30 16:51:32 +00:00
|
|
|
|
2020-10-09 12:48:01 +00:00
|
|
|
&--b-padding-small{
|
|
|
|
padding-bottom: 1rem;
|
2020-09-24 18:24:52 +00:00
|
|
|
|
2020-10-09 12:48:01 +00:00
|
|
|
@include atMedium(){
|
|
|
|
position: unset;
|
|
|
|
padding-top: 3.8rem;
|
|
|
|
}
|
|
|
|
}
|
2020-09-24 18:24:52 +00:00
|
|
|
|
|
|
|
|
2020-09-30 16:51:32 +00:00
|
|
|
&--b-margin{
|
|
|
|
margin-bottom: 70px;
|
|
|
|
|
|
|
|
@include atMedium{
|
|
|
|
margin-bottom: -140px;
|
2020-09-24 18:24:52 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2020-09-30 16:51:32 +00:00
|
|
|
&--red{
|
|
|
|
background-color: $myRed;
|
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
|
|
|
|
&--darkGreen{
|
|
|
|
background-color: $myDarkGreen;
|
2020-09-24 18:24:52 +00:00
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
|
2020-09-30 16:51:32 +00:00
|
|
|
&--lightGreen{
|
|
|
|
background-color: $myLightGreen;
|
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
|
|
|
|
// &--testimonials{
|
|
|
|
// background: #e0e6ef;
|
2020-09-24 18:24:52 +00:00
|
|
|
|
2020-09-30 16:51:32 +00:00
|
|
|
// // @include atMedium(){
|
2020-09-24 18:24:52 +00:00
|
|
|
|
2020-09-30 16:51:32 +00:00
|
|
|
// // &.lazyloaded {
|
|
|
|
// // background: url('../../assets/images/testimonials-bg.jpg') top center no-repeat;
|
|
|
|
// // background-size: cover;
|
|
|
|
// // }
|
|
|
|
// // }
|
|
|
|
// }
|
2020-09-24 18:24:52 +00:00
|
|
|
}
|