* { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: 'Inter', sans-serif; color: #000000; } .page-header { display: flex; justify-content: center; padding: 29px 0; background: #000000; } .header-logo { display: block; width: 226.16px; height: 43px; } .main-banner { width: 100%; display: block; } .top-infocard { display: flex; flex-direction: column; align-items: center; margin-bottom: 178px; } .top-infocard-text { text-align: center; margin: 73px 0; max-width: 766px; filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25)); } .top-infocard-title { font-weight: 500; font-size: 48px; line-height: 58px; text-transform: uppercase; margin: 14px 0; } .top-infocard-subtitle { font-weight: 400; font-size: 32px; line-height: 39px; text-transform: uppercase; } .top-infocard-description { font-size: 16px; line-height: 24px; text-align: left; } .top-cards { display: grid; grid-template-columns: repeat(3, max-content); gap: 21px; justify-content: center; margin-bottom: 80px; } .top-card { display: flex; flex-direction: column; align-items: center; padding: 35px 26px 27px; box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.23); } .top-card-image { display: block; margin-bottom: 27px; } .top-card-description { max-width: 299px; line-height: 24px; text-align: center; } .middle-cards-wrapper { display: flex; flex-direction: row; justify-content: center; gap: 40px; position: relative; bottom: -62px; } .middle-cards-2 { display: flex; flex-direction: row; justify-content: center; gap: 40px; } .middle-cards { background: #E0E0E0; margin-bottom: 190px; } .middle-card { max-width: 566px; } .middle-card-image { width: 100%; display: block; } /*.bottom-cards { display: grid; grid-template-columns: repeat(4, 1fr); /: 0 72px 108px; gap: 16px; justify-content: center; } .bottom-card { display: flex; flex-direction: column; align-items: center; padding: 35px 32px 65px; box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15); } .bottom-card-image { display: block; margin-bottom: 14px; } .bottom-card-description { line-height: 24px; text-align: center; max-width: 368px; }*/ .bottom-cards { display: grid; grid-template-columns: repeat(4, max-content); gap: 16px; justify-content: center; margin-bottom: 80px; } .bottom-card { display: flex; flex-direction: column; align-items: center; padding: 35px 26px 27px; box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.23); } .bottom-card-image { display: block; margin-bottom: 27px; } .bottom-card-description { max-width: 299px; line-height: 24px; text-align: center; } .bottom-infocard { display: flex; flex-direction: column; align-items: center; margin-bottom: 116px; } .bottom-infocard-text { padding: 0 28% 50px; } .bottom-infocard-title { font-weight: 600; font-size: 32px; line-height: 39px; text-align: center; } .bottom-infocard-description { font-weight: 400; font-size: 16px; line-height: 24px; text-align: center; } .bottom-infocard-image { display: block; width: 70%; } .page-footer { display: flex; flex-direction: column; align-items: center; padding: 38px; background: black; } .footer-icons { display: flex; list-style: none; } .footer-icon { margin: 0 8px; margin-bottom: 16px; } .footer-text { font-size: 10px; line-height: 12px; text-transform: uppercase; color: #BDBDBD; } @media screen and (max-width: 413px) { .top-card-description, .bottom-card-description { max-width: 280px; } .top-card, .bottom-card { padding: auto; } } @media screen and (max-width: 414px) { .main-banner-desktop, .bottom-infocard-image-desktop{ display: none; } } @media screen and (min-width: 415px) { .main-banner-mobile, .bottom-infocard-image-mobile { display: none; } } @media screen and (min-width: 750px){ .top-infocard-image { width: 16%; } } @media screen and (max-width: 525px) { .top-infocard-image { width: 57%; } } @media screen and (min-width: 526px) and (max-width: 1199px) { .top-cards { grid-template-columns: repeat(2, max-content); } } @media screen and (min-width: 526px) and (max-width: 1499px) { .bottom-cards { grid-template-columns: repeat(2, max-content); } } @media screen and (max-width: 768px) { .top-cards { grid-template-columns: repeat(1, max-content); } .bottom-cards { grid-template-columns: repeat(1, max-content); } .middle-cards-wrapper { flex-direction: column; margin: 0 23px; align-items: center; gap: 24px; bottom: -32px; } .middle-cards-2 { max-width: 566px; gap: 14px; } .middle-cards { margin-bottom: 112px; } } @media screen and (max-width: 1024px) { .top-infocard-text { margin: 73px 29px 65px; } .top-infocard-title { font-size: 28px; line-height: 34px; text-align: center; margin: 0 0 14px; } .top-infocard-subtitle { font-size: 20px; line-height: 24px; text-align: center; } .top-infocard-description { text-align: center; } .bottom-infocard { display: flex; flex-direction: column-reverse; margin-bottom: 0; } .bottom-infocard-image{ width: 100%; } .bottom-infocard-text { padding: 50px 32px 87px; } .bottom-infocard-title { font-weight: 600; font-size: 24px; line-height: 29px; text-align: center; margin-bottom: 9px; } .footer-text { text-align: center; } }