*{ margin: 0; padding: 0; box-sizing: border-box; } body{ font-family: 'Inter', sans-serif; color: #000; } .page-header{ display: flex; justify-content: center; padding: 28px 0; background-color: #000; } .main-banner , .middler-banner{ max-width: 100%; display: block; } .top-infocard{ display: flex; align-items: center; justify-content: center; padding: 80px 0 96px; } .top-infocard-text{ margin-right: 6%; max-width: 40%; } .top-inforcard-subtitle{ text-transform: uppercase; font-size: 32px; font-weight: 400; } .top-infocard-title{ margin-bottom: 1%; text-transform: uppercase; font-weight: 500; font-size: 48px; } .top-infocard-description{ font-weight: 400; font-size: 16px; } .top-cards{ display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; justify-content: center; padding: 5% 15%; background: #F0F0F0; } .top-card{ display: flex; flex-direction: column; align-items: center; padding: 26px 26px 36px; background: #FFF; box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.23); } .top-card-image{ display: block; margin-bottom: 2%; } .top-card-description{ font-size: 16px; line-height: 24px; text-align: center; } .bottom-cards{ margin-top: 7%; background:linear-gradient(180deg, #00C8FF 0%, #15ACD6 100%); } .bottom-card-wrapper{ display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; padding: 0 23% ; justify-content: center; position: relative; top: -60px; } .bottom-card{ display: flex; flex-direction: column; align-items: center; padding: 36px 32px 66px; background: #FFF; box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.15); } .bottom-card-image{ display: block; margin-bottom: 14px; } .bottom-card-description{ max-width: 368; text-align: center; line-height: 24px; font-size: 16px; } .bottom-infocard{ display: flex; align-items: center; justify-content: center; padding: 7% 0 9%; } .bottom-infocard-image{ margin-right: 40px; } .bottom-infocard-text{ max-width: 28%; } .bottom-infocard-title{ margin-bottom: 18px; font-weight: 600; font-size: 32px; line-height: 20px; } .bottom-infocard-description{ font-weight: 400; font-size: 16px; line-height: 24px; } @media screen and (min-width:2500px) { .header-logo{ height: 84px; } .page-header{ padding: 56px 0 } .top-infocard-text{ margin-right: 248px; max-width: 52%; } .top-infocard-title{ font-size: 96px; } .top-infocard-image{ width: 100%; max-width: 550px; } .top-infocard-description{ font-size: 32px; } .top-inforcard-subtitle{ font-size: 64px; } .top-card{ padding: 52px 52px 72px; box-shadow: 0px 8px 40px rgba(0, 0, 0, 0.23); } .top-card-description{ font-size: 32px; line-height: 48px; } .top-card-description{ max-width: 500px; font-size: 32px; line-height: 48px; } } @media screen and (min-width: 1920px){ .main-banner-desktop, .middler-banner-desktop { width: 100%; object-fit: contain; } .top-infocard-description, .top-card-description{ font-size: 20px; } } @media screen and (min-width: 993px) and (max-width: 1280px) { .top-infocard-text{ margin-right: 70px; } } @media screen and (min-width: 769px) and (max-width: 993px) { .top-cards{ grid-template-columns: repeat(2, 1fr) } .bottom-card-wrapper{ padding: 0 10%; } } @media screen and (max-width: 992px) { .top-infocard{ flex-direction: column; padding: 84px 26px 158px; } .top-infocard-text{ margin: 0 0 68px; } .top-inforcard-subtitle{ font-size: 20px; } .top-infocard-title{ margin-bottom: 20px; font-size: 28px; } .top-infocard-image{ width: 100%; max-width: 240px; } .bottom-infocard{ flex-direction: column; padding: 80px 0 136px; } .bottom-infocard-image{ width: 100%; max-width: 650px; margin: 0 0 50px; } .bottom-infocard-text{ max-width: 95%; padding: 0 5px; } @media screen and (max-width: 768px) { .top-cards{ grid-template-columns: 1fr; padding: 36px 26px; } .bottom-card-wrapper{ grid-template-columns: 1fr; gap: 16px; padding: 0 26px; } .bottom-cards{ margin-top: 114px; } .top-infocard-text{ max-width: none; } .bottom-card-description{ font-size: 14px; } .bottom-card-wrapper { padding: 0 5%; } .bottom-infocard-title{ font-size: 24px; } }}