*{ margin: 0; padding: 0; box-sizing: border-box; } body{ font-family: 'Inter', sans-serif; color: #000; } .page-header{ background-color: #000; display: flex; justify-content: center; padding: 28px 0 28px 0; } .page-header-logo{ display: block; } .main-banner, .middle-banner{ display: block; width: 100%; } .top-infocard{ display: flex; align-items: center; justify-content: center; gap: 124px; padding: 80px 0 96px 0; } .top-infocard-text{ max-width: 766px; } .top-infocard-subtitle{ text-transform: uppercase; font-weight: 400; font-size: 32px; } .top-infocard-title{ margin-bottom: 24px; text-transform: uppercase; font-weight: 500; font-size: 48px; } .top-infocard-description{ font-weight: 400; font-size: 16px; line-height: 24px; } .top-cards{ padding: 74px 0; display: grid; grid-template-columns: repeat(3, max-content); background-color: #F0F0F0; justify-content: center; gap: 20px; } .top-card{ display: flex; flex-direction: column; gap: 26px; padding: 0 26px; align-items: center; background-color: #FFF; box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.23); } .top-card-image{ display: block; margin-top: 35px; } .top-card-description{ max-width: 300px; font-weight: 400; font-size: 16px; line-height: 24px; text-align: center; margin-bottom: 27px; } .bottom-cards{ margin-top: 142px; background: linear-gradient(180deg, #00C8FF 0%, #15ACD6 100%); padding-bottom: 128px; } .bottom-cards-wrapper{ position: relative; top: -62px; display: grid; grid-template-columns: repeat(2, max-content); justify-content: center; gap: 20px; } .bottom-card{ display: flex; flex-direction: column; align-items: center; max-width: 432px; background: #FFF; padding: 34px 32px 66px; box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.15); } .bottom-card-image{ display: block; margin-bottom: 14px; } .bottom-card-description{ max-width: 368px; font-weight: 400; font-size: 16px; line-height: 24px; text-align: center; } .bottom-infocard{ display: flex; align-items: center; justify-content: center; gap: 40px; padding: 142px 0 180px; } .bottom-infocard-image{ width: 100%; max-width: 596px; max-height: 596px; } .bottom-infocard-text{ max-width: 550px; } .bottom-infocard-title{ font-weight: 600; font-size: 32px; line-height: 20px; margin-bottom: 18px; } .bottom-infocard-subtitle{ font-weight: 400; font-size: 16px; line-height: 24px; } .page-footer{ background-color: #000; padding: 38px 0; display: flex; flex-direction: column; align-items: center; gap: 16px; } .footer-icons{ display: flex; list-style: none; gap: 16px; } .footer-icon{ display: block; } .footer-text-desktop, .footer-text-mobile{ color: #BDBDBD; font-weight: 400; font-size: 10px; line-height: 12px; text-transform: uppercase; } @media screen and (max-width: 414px){ .main-banner-desktop, .middle-banner-desktop{ display: none; } .bottom-infocard.text{ padding: 0 32px; } } @media screen and (min-width: 415px){ .main-banner-mobile, .middle-banner-mobile{ display: none; } } @media screen and (max-width: 768px){ .top-cards{ grid-template-columns: 1fr; padding: 36px 26px; gap: 16px; } .top-infocard{ padding: 84px 26px 158px; } .bottom-cards{ padding: 0 26px; margin-top: 134px; } .bottom-cards-wrapper{ grid-template-columns: 1fr; gap: 16px; } .bottom-card-description{ font-size: 14px; max-width: 302px; } .bottom-infocard-text{ padding: 0 32px; } .bottom-infocard-title{ font-size: 24px; line-height: 20px; } .page-footer{ padding: 38px 76px 26px; } .footer-text-desktop{ display: none; } .footer-text-mobile{ text-align: center; } } @media screen and (min-width: 769px){ .footer-text-mobile{ display: none; } } @media screen and (min-width: 769px) and (max-width:1200px){ .top-cards{ grid-template-columns: repeat(2, max-content); } .top-infocard{ padding-bottom: 96px; } } @media screen and (max-width: 992px){ .top-infocard{ flex-direction: column; gap: 68px; } .top-infocard-subtitle{ font-size: 20px; } .top-infocard-title{ font-size: 28px; } .top-infocard-image{ width: 100%; max-width: 240px; } .bottom-cards{ padding-bottom: 98px; } .bottom-cards-wrapper{ justify-items: center; } .bottom-card-description{ max-width: 280px; } .bottom-infocard{ flex-direction: column; gap: 52px; padding: 80px 0 134px; } } @media screen and (min-width: 993px) and (max-width: 1280px){ .top-infocard-text{ max-width: 436px; } .bottom-infocard-title{ line-height: 26px; } .bottom-infocard-image{ max-width: 480px; } .bottom-infocard-text{ max-width: 440px; } }