2020-06-19 23:47:44 +02:00
|
|
|
.intro {
|
|
|
|
margin-top: 8rem;
|
2020-07-16 15:52:40 +02:00
|
|
|
|
|
|
|
.wrapper {
|
|
|
|
display: flex;
|
|
|
|
flex-wrap: wrap;
|
|
|
|
}
|
2020-06-19 23:47:44 +02:00
|
|
|
|
|
|
|
&__summary {
|
|
|
|
--flow-space: #{get-size(500)};
|
|
|
|
font-size: get-size(500);
|
|
|
|
|
|
|
|
a {
|
|
|
|
color: currentColor;
|
|
|
|
|
|
|
|
&:hover {
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
&__heading {
|
|
|
|
max-width: 44rem;
|
|
|
|
color: var(--color-text);
|
|
|
|
font-size: 2.5rem;
|
2020-07-06 13:35:38 +02:00
|
|
|
display: inline-block;
|
2020-06-19 23:47:44 +02:00
|
|
|
|
2020-07-16 23:34:37 +02:00
|
|
|
&::after {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2020-07-06 13:35:38 +02:00
|
|
|
+ svg {
|
2020-07-16 15:52:40 +02:00
|
|
|
margin-left: auto;
|
|
|
|
margin-right: 8rem;
|
2020-07-06 13:35:38 +02:00
|
|
|
vertical-align: middle;
|
2020-07-17 13:33:39 +02:00
|
|
|
max-width: 8rem;
|
2020-07-06 13:35:38 +02:00
|
|
|
}
|
2020-06-19 23:47:44 +02:00
|
|
|
}
|
2020-07-16 15:52:40 +02:00
|
|
|
|
|
|
|
.btn-grp {
|
|
|
|
margin-top: -3.5rem;
|
|
|
|
}
|
2020-06-19 23:47:44 +02:00
|
|
|
}
|
2020-07-17 13:33:39 +02:00
|
|
|
|
|
|
|
@media (max-width: 575.98px) {
|
|
|
|
.intro {
|
|
|
|
margin-top: 3rem;
|
|
|
|
|
|
|
|
&__heading {
|
|
|
|
font-size: 1.75rem;
|
|
|
|
|
|
|
|
+ svg {
|
|
|
|
margin: 2rem auto 0;
|
|
|
|
max-width: 7rem;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.btn-grp {
|
|
|
|
margin-top: 0;
|
|
|
|
display: flex;
|
|
|
|
width: 100%;
|
|
|
|
flex-direction: column;
|
|
|
|
align-items: center;
|
|
|
|
margin-top: 2rem;
|
|
|
|
|
|
|
|
.btn + .btn {
|
|
|
|
margin-left: 0;
|
|
|
|
margin-top: 1.5rem;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|