2019-07-12 08:09:12 +02:00
|
|
|
.section {
|
|
|
|
font-family: 'Open Sans', sans-serif;
|
|
|
|
|
|
|
|
&-about {
|
|
|
|
min-height: 10rem;
|
|
|
|
background-color: $dark-background;
|
|
|
|
color: whitesmoke;
|
|
|
|
padding: 7rem 0;
|
|
|
|
|
|
|
|
&__about {
|
|
|
|
font-weight: 300;
|
|
|
|
font-family: 'Open Sans', sans-serif;
|
|
|
|
margin: auto;
|
2019-07-31 05:35:07 +02:00
|
|
|
padding: 0 3rem;
|
2019-07-12 08:09:12 +02:00
|
|
|
text-align: center;
|
|
|
|
font-size: 2.5rem;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
&-clear {
|
|
|
|
font-weight: 300;
|
2019-07-31 05:03:33 +02:00
|
|
|
font-family: 'Open Sans', sans-serif;
|
2019-07-12 08:09:12 +02:00
|
|
|
min-height: 20rem;
|
|
|
|
background-color: whitesmoke;
|
|
|
|
padding: 1rem;
|
|
|
|
|
2019-07-31 05:03:33 +02:00
|
|
|
&__big-title {
|
|
|
|
font-weight: 400;
|
|
|
|
font-size: 3rem;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
2019-07-12 08:09:12 +02:00
|
|
|
&__title {
|
|
|
|
font-weight: 400;
|
|
|
|
font-size: 2.5rem;
|
|
|
|
color: $dark-background;
|
2019-07-31 05:03:33 +02:00
|
|
|
margin-top: 5rem;
|
2019-07-12 08:09:12 +02:00
|
|
|
margin-left: 15vw;
|
2019-07-31 05:35:07 +02:00
|
|
|
|
|
|
|
@include respond(tab-port) {
|
|
|
|
margin: 3rem auto 0 auto;
|
|
|
|
text-align: center;
|
|
|
|
}
|
2019-07-12 08:09:12 +02:00
|
|
|
}
|
|
|
|
|
2019-07-31 05:03:33 +02:00
|
|
|
&__subtitle {
|
2019-07-12 08:09:12 +02:00
|
|
|
font-weight: 400;
|
|
|
|
font-size: 2rem;
|
|
|
|
color: $dark-background;
|
|
|
|
margin-left: 1rem;
|
|
|
|
font-style: italic;
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
&-separator {
|
|
|
|
height: .5rem;
|
|
|
|
background-color: $dark-background;
|
|
|
|
background-color: rgb(255, 255, 255);
|
|
|
|
}
|
2019-07-31 05:03:33 +02:00
|
|
|
}
|
|
|
|
|
2019-07-31 05:18:23 +02:00
|
|
|
.quick-overview {
|
|
|
|
&__video {
|
|
|
|
display: block;
|
|
|
|
margin: 2rem auto;
|
2019-07-31 05:35:07 +02:00
|
|
|
width: 800;
|
|
|
|
height: 492;
|
|
|
|
|
|
|
|
@include respond(tab-port) {
|
|
|
|
width: 100%;
|
|
|
|
height: 492;
|
|
|
|
}
|
2019-07-31 05:18:23 +02:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2019-07-31 05:03:33 +02:00
|
|
|
.functionalities {
|
|
|
|
|
|
|
|
&__row {
|
|
|
|
max-width: 100rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
&__text {
|
|
|
|
display: block;
|
|
|
|
margin: auto;
|
|
|
|
font-weight: 400;
|
|
|
|
font-size: 2rem;
|
|
|
|
|
|
|
|
text-align: center;
|
|
|
|
padding: 7rem 5rem 0 5rem;
|
|
|
|
max-width: 50rem;
|
|
|
|
|
2019-07-31 05:35:07 +02:00
|
|
|
@include respond(tab-port) {
|
|
|
|
padding: 3rem 5rem 0 5rem;
|
|
|
|
}
|
2019-07-31 05:03:33 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
&__conclusion {
|
|
|
|
max-width: 60rem;
|
|
|
|
padding: 2rem 5rem 5rem 5rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
&__strong {
|
|
|
|
font-weight: 400;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
&__video {
|
|
|
|
display: block;
|
|
|
|
margin: 2rem auto;
|
|
|
|
|
|
|
|
&:focus {
|
|
|
|
border: none;
|
|
|
|
outline: none;
|
|
|
|
}
|
2019-07-31 05:35:07 +02:00
|
|
|
|
|
|
|
width: 326px;
|
|
|
|
height: 260px;
|
|
|
|
|
|
|
|
@include respond(tab-port) {
|
|
|
|
width: 100%;
|
|
|
|
max-width: 326px;
|
|
|
|
height: 60%;
|
|
|
|
}
|
2019-07-31 05:03:33 +02:00
|
|
|
}
|
|
|
|
|
2019-07-12 08:09:12 +02:00
|
|
|
}
|