@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap'); * { padding: 0; margin: 0; box-sizing: border-box; } body { font-family: 'Inter', sans-serif; color: #000000; } .page-header { background-color: black; display: flex; justify-content: center; align-items: center; padding: 28px 0; } .header-logo { display: block; width: 100%; } .main-banner { display: block; width: 100%; } .top-infocard { display: flex; flex-direction: column; align-items: center; } .top-infocard-text { display: flex; flex-direction: column; justify-content: center; align-items: center; max-width: 766px; margin: 72px 0 178px; } .top-infocard-subtitle { text-transform: uppercase; font-size: 32px; line-height: 39px; } .top-inforcard-title { text-transform: uppercase; font-family: 'Inter'; font-weight: 500; font-size: 48px; line-height: 58px; margin-bottom: 24px; } .top-infocard-description { font-size: 16px; line-height: 24px; margin-bottom: 72px; } .top-infocard-img { display: block; width: 55%; } .top-cards { display: grid; grid-template-columns: repeat(3, max-content); gap: 20px; padding: 80px; background-color: #fff; justify-content: center; } .top-card { display: flex; flex-direction: column; align-items: center; padding: 26px; background: #FFFFFF; box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.23); } .top-card-img { display: block; margin-bottom: 26px; } .top-card-description { max-width: 300px; font-size: 16px; line-height: 24px; text-align: center; } .mid-banners { padding-top: 62px; height: 530px; width: 100%; display: flex; justify-content: center; background: #E0E0E0; } .mid-banner-images { margin: 0px 72px; display: flex; align-items: center; justify-content: center; } .mid-banner-img { padding: 0px 20px; } .mid-infocards { width: 100%; margin-top: 191px; display: grid; grid-template-columns: repeat(4, max-content); gap: 16px; justify-content: center; background-color: #FFFFFF; } .mid-infocard { display: flex; flex-direction: column; align-items: center; padding: 32px; background: #FFFFFF; box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.15); } .mid-infocard-img { margin-top: 59px; display: flex; } .mid-infocard-description { width: 366px; font-size: 16px; line-height: 24px; text-align: center; } .botton-infocard { margin: 108px; display: flex; flex-direction: column; align-items: center; } .botton-infocard-title { font-weight: 600; font-size: 32px; line-height: 39px; text-align: center; } .botton-infocard-subtitle { width: 550px; font-size: 16px; line-height: 24px; text-align: center; } .botton-infocard-banner-desktop { max-width: 100%; margin: 50px 280px 0; } footer { align-items: center; justify-content: center; display: flex; height: 128px; background-color: black; color: gray; } footer > p { font-size: 10px; line-height: 12px; text-transform: uppercase; } .footer-social-media { text-align: center; margin: 38px; } .social-media-links { margin-bottom: 16px; } @media screen and (max-width: 765px) { .main-banner-desktop { display: none; } .botton-infocard-banner-desktop{ display: none; } .top-infocard-text { margin: 72px 7.5% 65px; } .top-cards { grid-template-columns: 1fr; padding: 90px 32px 80px; } .top-infocard-img { max-width: 238px; width: 100%; } .top-infocard-subtitle { font-size: 20px; line-height: 24px; display: flex; align-items: center; text-align: center; } .top-inforcard-title { margin-bottom: 12px; font-weight: 500; font-size: 28px; line-height: 34px; text-align: center; } .top-infocard-description{ text-align: center; max-width: 357px; margin-bottom: 64px; } .mid-cards-1 { display: flex; } .mid-banner-images{ width: 100%; flex-direction: column; } .mid-banner-img { width: 45%; padding: 0; } .mid-infocards { grid-template-columns: 1fr; padding: 80px 23px 98px 23px; margin-top: 112px ; } .mid-infocard { width: 100%; } .mid-infocard-description { width: 100%; max-width: 300px; } .botton-infocard { margin: 0 0 86px; } .botton-infocard-title { margin-bottom: 10px; } .botton-infocard-subtitle { width: 330px; } .botton-infocard-banner-mobile { width: 100%; margin-bottom: 50px; } .botton-infocard-banner-desktop { display: none; } .card-1{ order: 2; } .card-2 { order: 3; } } @media screen and (min-width: 766px) and (max-width: 1024px) { .page-header { width: 100%; } .main-banner-desktop { display: none; } .top-cards { grid-template-columns: 1fr; padding: 90px 32px 80px; } .mid-cards-1 { flex-direction: row; } .mid-cards-2 { text-align: center; } .mid-banner-images{ width: 100%; flex-direction: column; } .mid-banner-img { padding: 7px; width: 49%; } .mid-infocards { grid-template-columns: 1fr; padding: 80px 23px 98px 23px; margin-top: 112px ; } .mid-infocard { width: 100%; } .mid-infocard-description { width: 100%; max-width: 300px; } .botton-infocard { margin: 0 0 86px; } .botton-infocard-title { margin-bottom: 10px; } .botton-infocard-banner-mobile { width: 100%; margin-bottom: 50px; } .botton-infocard-banner-desktop { display: none; } .card-1{ order: 2; } .card-2 { order: 3; } } @media screen and (min-width: 1025px){ .main-banner-mobile { display: none; } .botton-infocard-banner-mobile { display: none; } }