|
|
@ -757,13 +757,13 @@ footer {
|
|
|
|
flex-direction: row;
|
|
|
|
flex-direction: row;
|
|
|
|
justify-content: center;
|
|
|
|
justify-content: center;
|
|
|
|
align-items: stretch;
|
|
|
|
align-items: stretch;
|
|
|
|
gap: 3rem;
|
|
|
|
gap: 0;
|
|
|
|
|
|
|
|
|
|
|
|
.item {
|
|
|
|
.item {
|
|
|
|
border-right: 1px solid $col-secondary;
|
|
|
|
border-right: 1px solid $col-secondary;
|
|
|
|
justify-content: center;
|
|
|
|
justify-content: center;
|
|
|
|
padding: 0 3rem 0 0;
|
|
|
|
padding: 0 3rem;
|
|
|
|
max-width: 16rem;
|
|
|
|
max-width: 17rem;
|
|
|
|
|
|
|
|
|
|
|
|
&:after {
|
|
|
|
&:after {
|
|
|
|
display: none;
|
|
|
|
display: none;
|
|
|
@ -771,7 +771,6 @@ footer {
|
|
|
|
|
|
|
|
|
|
|
|
&:last-child {
|
|
|
|
&:last-child {
|
|
|
|
border: none;
|
|
|
|
border: none;
|
|
|
|
padding: 0;
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|