* { margin: 0; padding: 0; box-sizing: border-box; } body { color: #000000; font-family: 'Inter', sans-serif; } .page-header { display: flex; padding: 29px 0; background: #000000; justify-content: center; } .header-logo { display: block; } .main-banner { width: 100%; } .top-infocard { display: flex; flex-flow: column; align-items: center; padding-bottom: 179px; justify-content: center; } .top-infocard-subtitle { font-size: 32px; font-weight: 400; line-height: 39px; text-transform: uppercase; } .top-infocard-title { font-size: 48px; font-weight: 500; line-height: 58px; margin-bottom: 28px; text-transform: uppercase; } .top-infocard-text { padding: 73px 0; max-width: 766px; text-align: center; } .top-infocard-description { font-size: 16px; line-height: 24px; text-align: justify; } .top-cards { gap: 21px; display: grid; background: #F0F0F0; justify-content: center; grid-template-columns: repeat(3, max-content); } .top-card { display: flex; align-items: center; background: #FFFFFF; flex-direction: column; padding: 26px 25px 36px; box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.23); } .top-card-image { margin-bottom: 27px; } .top-card-description { font-size: 16px; max-width: 300px; line-height: 24px; text-align: center; } .middle-banners { gap: 39px; display: flex; padding: 80px 72px; justify-content: center; } .middle-banner { gap: 39px; display: flex; } .middle-banner img { width: 100%; height: 100%; } @media screen and (max-width: 414px) { .main-banner-desktop { display: none; } } @media screen and (min-width: 415px) { .main-banner-mobile { display: none; } } @media screen and (max-width: 768px) { .top-cards { grid-template-columns: 1fr; padding: 0 26px; } } @media screen and (max-width: 992px) { .top-infocard { padding: 0 28px 90px; } .top-infocard-text { padding-bottom: 65px; } .top-infocard-subtitle { font-size: 20px; line-height: 24px; } .top-infocard-title { font-size: 28px; line-height: 34px; margin-bottom: 15px; } .top-infocard-description { text-align: center; } .top-infocard-image { max-width: 240px; } } @media screen and (min-width: 769px) and (max-width: 1200px) { .top-cards { grid-template-columns: repeat(2, max-content); } }