* { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: 'Inter', sans-serif; color:#000000; } .page-header { display: flex; justify-content: center; padding: 15px 0; background: #000000; } .header-logo { display: block; } .main-banner { width: 100%; padding-bottom: 73px; } .top-infocard { display: flex; flex-direction: column; align-items: center; justify-content: center; padding-bottom: 73px; } .top-infocard-text { text-align: center; max-width: 766px ; font-weight: 400; ; } .top-infocard-subtitle { font-size: 32px; text-transform: uppercase; } .top-infocard-title { margin-bottom: 28px; font-weight: 500; font-size: 48px; text-transform: uppercase; } .top-infocard-desc { text-align: justify; font-size: 16px; line-height: 24px; font-weight: 400; padding-bottom: 73px; } .top-cards { background: #FFFFFF; display: grid; grid-template-columns: repeat(3, max-content); gap: 21px; justify-content: center; } .cards{ box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.23); } .top-card { display: flex; flex-direction: column; align-items: center; padding: 36px 26px 34px; justify-items: center; } .top-card-image { display: block; margin-bottom: 26px; } .top-card-desc { max-width: 300px; font-size: 16px; line-height: 24px; text-align: center; } .bottom-cards { background: #FFFFFF; display: grid; grid-template-columns: repeat(4, max-content); justify-content: center; gap: 16px; margin-top: 129px; margin-left: 72px; ; } .bottom-card { display: flex; flex-direction: column; align-items: center; } .bottom-card-image { display: block; padding-top: 35px; padding-bottom: 15px; } .bottom-card-desc { text-align: center; max-width: 367px; font-size: 16px; line-height: 24px; padding-bottom: 65px; margin-left: 32px; margin-right: 32px; } /*-----------Breakpoints-----------*/ @media screen and (max-width: 600px) { .main-banner-desktop { display: none; } } @media screen and (min-width: 601px) { .main-banner-mobile { display: none; } } @media screen and (max-width: 768px) { .top-infocard-subtitle { font-size: 20px; padding-bottom: 1px; } .top-infocard-title { font-size: 28px; line-height: 34px; } .top-infocard-desc { text-align: center; padding-left: 28px; padding-right: 29px; padding-bottom: 65px; min-width: 350px; } } @media screen and (max-width: 1024px) { .top-cards { grid-template-columns: 1fr; } .top-card { width: 85%; margin: 0 auto; } .bottom-cards { grid-template-columns: 1fr; } .bottom-card { width: 88%; margin: 0 auto; } .bottom-card-desc { width: 82%; } }