diff --git a/assets/image/top-infocard-image.png b/assets/image/top-infocard-image.png new file mode 100644 index 0000000..82530bd Binary files /dev/null and b/assets/image/top-infocard-image.png differ diff --git a/style/style.css b/style/style.css index ff84595..e27a9a7 100644 --- a/style/style.css +++ b/style/style.css @@ -31,4 +31,38 @@ .banner-mobile{ display: none; } +} + +.infocard{ + display: flex; + align-items: center; + justify-content: center; + flex-direction: column; + padding: 72px 0; +} + +.infocard-subtitle{ + font-size: 32px; + line-height: 39px; + text-transform: uppercase; +} + +.infocard-title{ + font-weight: 500px; + font-size: 48px; + line-height: 58px; + text-transform: uppercase; +} + +.infocard-description{ + font-size: 16px; + line-height: 24px; + max-width: 766px; + padding: 28px 0 0 0; +} + +.infocard-image{ + display: flex; + align-items: center; + justify-content: center; } \ No newline at end of file