|
@ -246,7 +246,7 @@ hr { |
|
|
gap: 25px; |
|
|
gap: 25px; |
|
|
margin-top: 50px; |
|
|
margin-top: 50px; |
|
|
flex-wrap: wrap; |
|
|
flex-wrap: wrap; |
|
|
justify-content: space-between; |
|
|
justify-content: space-around; |
|
|
align-items: center; |
|
|
align-items: center; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
@ -294,7 +294,7 @@ hr { |
|
|
color:#ffffff; |
|
|
color:#ffffff; |
|
|
font-weight: 400; |
|
|
font-weight: 400; |
|
|
flex-wrap: wrap; |
|
|
flex-wrap: wrap; |
|
|
justify-content: space-between; |
|
|
justify-content: space-around; |
|
|
margin-top: 50px; |
|
|
margin-top: 50px; |
|
|
margin-bottom: 50px; |
|
|
margin-bottom: 50px; |
|
|
text-transform: uppercase; |
|
|
text-transform: uppercase; |
|
@ -385,7 +385,7 @@ hr { |
|
|
align-items: stretch; |
|
|
align-items: stretch; |
|
|
row-gap: 100px; |
|
|
row-gap: 100px; |
|
|
column-gap: 50px; |
|
|
column-gap: 50px; |
|
|
justify-content: space-between; |
|
|
justify-content: space-around; |
|
|
padding-top: 0px; |
|
|
padding-top: 0px; |
|
|
padding-bottom: 50px; |
|
|
padding-bottom: 50px; |
|
|
} |
|
|
} |
|
|