You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
53 lines
977 B
53 lines
977 B
.icon_moped{
|
|
background: url('/asset/img/moped.svg') 100% 100% no-repeat;
|
|
height: 40px;
|
|
width: 55px;
|
|
margin-right: 5px;
|
|
margin-left: 1px;
|
|
position: relative;
|
|
display: inline-block;
|
|
}
|
|
|
|
.icon_fire{
|
|
background: url('/asset/img/fire.svg') 100% 100% no-repeat;
|
|
height: 45px;
|
|
width: 35px;
|
|
margin-right: 15px;
|
|
margin-left: 12px;
|
|
position: relative;
|
|
display: inline-block;
|
|
}
|
|
|
|
.icon_phone{
|
|
background: url('/asset/img/phone.svg') 100% 100% no-repeat;
|
|
height: 45px;
|
|
width: 35px;
|
|
margin-right: 15px;
|
|
margin-left: 12px;
|
|
position: relative;
|
|
display: inline-block;
|
|
}
|
|
|
|
.title_header_box{
|
|
display: block;
|
|
}
|
|
|
|
.title_header{
|
|
display: inline-flex;
|
|
}
|
|
|
|
.typography_box{
|
|
margin-top: 20px;
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
.typography_h1{
|
|
font-family: 'Rubik';
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
font-size: 24px;
|
|
line-height: 36px;
|
|
position: relative;
|
|
display: inline-block;
|
|
}
|
|
|
|
|