|
|
Рядок 3: |
Рядок 3: |
| display: flex; | | display: flex; |
| flex-wrap: wrap; | | flex-wrap: wrap; |
| gap: 40px; | | gap: 48px; |
| justify-content: center; | | justify-content: center; |
| max-width: 1800px; | | max-width: 1900px; |
| margin: 48px auto; | | margin: 48px auto; |
| padding: 0 24px; | | padding: 0 24px; |
Рядок 11: |
Рядок 11: |
|
| |
|
| .flex-columns > div { | | .flex-columns > div { |
| flex: 1 1 480px; | | flex: 1 1 520px; |
| max-width: 600px; | | max-width: 680px; |
| background: #f9f9f9; | | background: #f9f9f9; |
| border: 1px solid #ddd; | | border: 1px solid #ddd; |
| border-radius: 12px; | | border-radius: 12px; |
| padding: 40px 32px; | | padding: 42px 36px; |
| box-shadow: 0 6px 18px rgba(0, 0, 0, 0.05); | | box-shadow: 0 6px 18px rgba(0, 0, 0, 0.05); |
| text-align: center;
| |
| transition: transform 0.2s ease, box-shadow 0.2s ease; | | transition: transform 0.2s ease, box-shadow 0.2s ease; |
| display: flex; | | display: flex; |
| flex-direction: column; | | flex-direction: column; |
| align-items: center; | | align-items: stretch; |
| } | | } |
|
| |
|
Рядок 28: |
Рядок 27: |
| transform: translateY(-4px); | | transform: translateY(-4px); |
| box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08); | | box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08); |
| | } |
| | |
| | .flex-columns .image { |
| | display: flex; |
| | justify-content: center; |
| | margin-bottom: 24px; |
| } | | } |
|
| |
|
Рядок 34: |
Рядок 39: |
| max-height: 120px; | | max-height: 120px; |
| object-fit: contain; | | object-fit: contain; |
| margin-bottom: 24px;
| |
| } | | } |
|
| |
|
Рядок 50: |
Рядок 54: |
| border-bottom: 2px solid #0057b7; | | border-bottom: 2px solid #0057b7; |
| padding-bottom: 6px; | | padding-bottom: 6px; |
| width: 100%;
| |
| text-align: center; | | text-align: center; |
| } | | } |