diff --git a/assets/styles/style.css b/assets/styles/style.css index 3288520..e551558 100644 --- a/assets/styles/style.css +++ b/assets/styles/style.css @@ -301,4 +301,17 @@ a { font-size: 32px; line-height: 48px; } + + .bottom-cards { + gap: 30px; + } + + .bottom-card { + box-shadow: 0px 4px 26px rgba(0, 0, 0, 0.23); + } + + .bottom-card-description { + font-size: 32px; + line-height: 48px; + } } \ No newline at end of file