biobulkbende.org/app/assets/scss/modules/_how-it-works.scss

74 lines
935 B
SCSS
Raw Normal View History

2020-10-09 12:48:01 +00:00
.how-it-works{
margin: 50px 0px;
strong {
font-weight: 800;
}
&--centered{
position: absolute;
top: 50%;
left: 0px;
width: 100%;
transform: translateY(-50%);
text-align: center;
}
&--t-margin{
margin-top: -30px;
}
&__last-section{
padding: 100px 0px 50px 0px;
background-color: rgba(white,0.9);
}
p{
font-weight: 300;
line-height: 1.25;
margin: 0;
font-size: 1.2rem;
@include atMedium{
margin: 0 0 1.8rem 0;
font-size: 1.4rem;
}
}
&__title{
font-weight: 300;
font-size: 1.7rem;
margin-bottom: 45px;
@include atMedium(){
margin-top: 10px;
font-size: 2.1rem;
}
}
2020-10-09 16:14:11 +00:00
&__icon--1{
width: 225px;
2020-10-09 12:48:01 +00:00
margin-left: 60px;
}
2020-10-09 16:14:11 +00:00
&__icon--2{
width: 130px;
margin-right: .8rem;
margin-bottom: -45px;
}
&__icon--3{
width: 130px;
2020-10-09 12:48:01 +00:00
margin-right: .8rem;
2020-10-09 16:14:11 +00:00
margin-bottom: -35px;
2020-10-09 12:48:01 +00:00
}
2020-10-09 16:14:11 +00:00
&__icon--4{
width: 100px;
margin-bottom: -30px;
margin-right: 20px;
}
2020-10-09 12:48:01 +00:00
}