@ -304,16 +304,20 @@ ol ol {
}
.content {
// display: flex;
display: flex;
// flex-direction: column;
flex-direction: column;
flex: 1 auto;
// align-items: center;
align-items: center;
// justify-content: center;
justify-content: center;
margin: 0;
@media #{$media-size-phone} {
margin-top: 0;
&-list {
display: block;
hr {