* { 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-weight: 400; 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; padding-bottom: 65px; } .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; width: 85%; 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; padding-left: 72px; width: 93%; } .bottom-card { display: flex; flex-direction: column; align-items: center; justify-items: center; width: 100%; } .bottom-card-image { display: block; padding-top: 35px; margin-bottom: 15px; } .bottom-card-desc { text-align: center; max-width: 367px; font-size: 16px; line-height: 24px; padding-bottom: 65px; width: 85%; } .middle-banners { background: #E0E0E0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 39px; justify-content: center; width: 100%; padding: 0 72px; } .banners { display: flex; flex-direction: column; align-items: center; justify-items: center; width: 100%; padding: 62px 0; } .foto{ display: block; width: 100%; } .bottom-infocard { display: flex; flex-direction: column; align-items: center; justify-content: center; padding-top: 108px; } .bottom-infocard-text { text-align: center; max-width: 766px ; font-weight: 400; ; } .bottom-infocard-title { font-weight: 600; font-size: 32px; line-height: 38.73px; text-align: center ; } .bottom-infocard-desc { text-align: center; font-size: 16px; line-height: 24px; font-weight: 400; padding-top: 1px; } .bottom-infocard-image { padding-top: 50px; align-self: center; width: 71%; } .page-footer { background: #000000; flex-direction: column; align-items: center; } .footer-icons { display: flex; list-style: none; margin } .footer-text { text-transform: uppercase; font-size: 10px; font-weight: 400; line-height: 12px; color: #BDBDBD /*-----------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; } .top-cards { grid-template-columns: 1fr; } .top-card { width: 85%; margin: 0 auto; } .bottom-cards { grid-template-columns: 1fr; } .bottom-card { width: 88%; align-self: center; } .bottom-card-desc { width: 82%; } } @media screen and (min-width: 768px) and (max-width: 1199px) { .top-cards { grid-template-columns: repeat(2, max-content); } .bottom-cards { grid-template-columns: repeat(2, max-content); } } @media screen and (max-width: 1199px) { .middle-banners { width: 100%; grid-template-columns: repeat(2, max-content); grid-template-rows: (2, max-content); grid-template-columns: auto; row-gap: 39px; padding: 0 23px; direction: rtl; } .banner { width: 100%; padding: 32px 0; } .banner3 { grid-column: span 2; } .bottom-infocard-image-desktop { display: none; } } @media screen and (min-width: 1200px) { .bottom-infocard-image-mobile { display: none; } }