@-webkit-keyframes Gradient { 0% { background-position: 0% 50%; } 50% { background-position: 100% 50%; } 100% { background-position: 0% 50%; } } @-moz-keyframes Gradient { 0% { background-position: 0% 50%; } 50% { background-position: 100% 50%; } 100% { background-position: 0% 50%; } } @keyframes Gradient { 0% { background-position: 0% 50%; } 50% { background-position: 100% 50%; } 100% { background-position: 0% 50%; } } .box-widget{ bottom: 70px !important; } .home-brandname { display: flex; padding: 40px 0; flex-direction: column; align-items: center; background-color: #000; justify-content: center; } .home-brandname-container { max-width: 1320px; width: 100%; display: flex; flex-direction: column; align-items: flex-start; text-align: left; margin: 0 auto; } .home-brandname-main-title { display: flex; flex-direction: row; align-items: center; justify-content: flex-start; gap: 0.2em; } .home-brandname-stainless-text { color: #FFF; font-family: 'Prompt'; font-size: 96px; font-weight: 700; line-height: 150%; } .home-brandname-solution-text { color: #4597F7; font-family: 'Prompt'; font-size: 96px; font-weight: 700; line-height: 150%; } .home-brandname-description-text { color: #FFF; font-family: 'Prompt'; font-size: 24px; font-weight: 400; line-height: 150%; text-align: left; } @media screen and (max-width: 768px) { .home-brandname { padding: 16px; } .home-brandname-container { width: 100%; } .home-brandname-stainless-text, .home-brandname-solution-text { font-size: 40px; } .home-brandname-main-title { gap: 0.15em; } } @media screen and (min-width: 769px) and (max-width: 1200px) { .home-brandname { padding: 16px; } } .home-portfolio-card { display: flex; flex-direction: column; align-items: center; gap: 40px; width: 100%; padding: 60px 0; background: #fff; } .home-portfolio-card__portfolio-container { display: flex; flex-direction: column; align-items: center; gap: 24px; width: 100%; max-width: 1320px; margin: 0 auto; } .home-portfolio-card__cards-wrapper { display: flex; align-items: center; gap: 24px; width: 100%; max-width: 1320px; overflow-x: auto; scroll-behavior: smooth; scrollbar-width: none; -ms-overflow-style: none; } .home-portfolio-card__cards-wrapper::-webkit-scrollbar { display: none; } .home-portfolio-card__card { display: flex; flex-direction: column; justify-content: flex-end; align-items: center; gap: 8px; width: 312px; height: 312px; padding: 24px; border-radius: 8px; position: relative; cursor: pointer; flex-shrink: 0; transition: transform 0.3s ease; text-decoration: none; color: inherit; } .home-portfolio-card__card::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(180deg, rgba(0, 0, 0, 0) 65.38%, #000 100%); border-radius: 8px; z-index: 2; pointer-events: none; } .home-portfolio-card__card::after { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: transparent; border: 3px solid transparent; border-radius: 8px; z-index: 3; pointer-events: none; transition: all 0.3s ease; } .home-portfolio-card__card:hover::after { background-color: #4597F74D; border-color: #4597F7; } .home-portfolio-card__card img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; border-radius: 8px; z-index: 1; } .home-portfolio-card__card-overlay { display: flex; flex-direction: column; align-items: center; gap: 8px; z-index: 3; } .home-portfolio-card__card-title, .home-portfolio-card__card-description { color: #FFF; text-align: center; font-family: Prompt; font-size: 18px; line-height: 150%; margin: 0; } .home-portfolio-card__card-title { font-weight: 700; } .home-portfolio-card__card-description { font-weight: 400; } .home-portfolio-card__dots-container { display: flex; align-items: center; gap: 8px; } .home-portfolio-card__dot { width: 12px; height: 12px; background-color: #DBDBDB; border-radius: 6px; cursor: pointer; transition: all 0.3s ease; } .home-portfolio-card__dot--active { width: 32px; background-color: #4597F7; } @media (max-width: 1200px) and (min-width: 769px) { .home-portfolio-card { padding: 60px 20px; gap: 32px; } .home-portfolio-card__portfolio-container { gap: 32px; max-width: 100%; } .home-portfolio-card__cards-wrapper { gap: 20px; max-width: 100%; } } @media (max-width: 768px) { .home-portfolio-card { padding: 40px 16px; gap: 24px; } .home-portfolio-card__portfolio-container { gap: 24px; } } .Intro-section { background-color: #000; text-align: center; padding-top: 100px; padding-bottom: 100px; } .Intro-title { font-family: 'Prompt'; font-size: 40px; font-weight: 700; letter-spacing: 1px; margin-bottom: 0; color: #fff; } .Intro-title span { color: #2e78d8; } .Intro-subtext { font-size: 16px; line-height: 1.7; margin: 0 auto 40px; color: #fff; } .Intro-btn { font-family: 'Prompt'; background-color: #2e78d8; color: #fff; font-weight: 600; padding: 12px 40px; border-radius: 8px; text-decoration: none; transition: all 0.3s ease; display: inline-block; } .Intro-btn:hover { background-color: #1f5aa8; color: #fff; text-decoration: none; } .Intro-image-container { max-width: auto; margin: 0 auto; padding-left: 15px; padding-right: 15px; } .Intro-image { width: 100%; height: 420px; display: block; border-radius: 0; } @media (max-width: 767.98px) { .Intro-title { font-size: 32px; } .Intro-subtext { font-size: 16px; padding: 0 20px; } .Intro-btn { padding: 10px 30px; font-size: 16px; } .Intro-image-container { max-width: 100%; padding-left: 20px; padding-right: 20px; } .Intro-image { width: 100% !important; height: auto !important; display: block !important; visibility: visible !important; opacity: 1 !important; } } .product4-product-card-section { background-color: #000; display: flex; padding: 60px 0; flex-direction: column; align-items: center; gap: 40px; align-self: stretch; width: 100%; } .product4-product-card-container { display: flex; max-width: 1320px; align-items: center; gap: 24px; align-self: stretch; width: 100%; margin: 0 auto; } .product4-product-card { display: flex; flex-direction: column; align-items: center; gap: 16px; flex: 1 0 0; align-self: stretch; } .product4-product-card-frame { height: 312px; align-self: stretch; aspect-ratio: 1/1; } .gif-placeholder { color: #666; font-family: Arial, sans-serif; font-size: 16px; font-weight: 400; } .product4-product-card-image { width: 100%; height: 100%; object-fit: cover; } .card-video { width: 100%; height: 100%; object-fit: cover; } .product4-product-card-title { color: #000; font-family: Prompt; font-size: 18px; font-style: normal; font-weight: 700; line-height: 150%; margin: 0; color: #fff; } .product4-product-card-description { color: #000; font-family: Prompt; font-size: 16px; font-style: normal; font-weight: 400; line-height: 150%; text-align: center; margin: 0; color: #fff; } @media (max-width: 1024px) and (min-width: 769px) { .product4-product-card-section { padding: 50px 20px; } .product4-product-card-container { display: flex !important; flex-wrap: wrap !important; justify-content: center !important; align-items: flex-start !important; gap: 20px !important; max-width: 700px !important; width: 100% !important; } .product4-product-card { display: flex !important; flex-direction: column !important; align-items: center !important; gap: 16px !important; width: calc(50% - 10px) !important; flex: 0 0 calc(50% - 10px) !important; align-self: stretch !important; } .product4-product-card-frame { width: 100% !important; height: 250px !important; align-self: stretch !important; aspect-ratio: auto !important; } } @media (max-width: 768px) { .product4-product-card-section { padding: 40px 16px; } .product4-product-card-container { display: flex; max-width: 100%; width: 100%; flex-direction: column; justify-content: center; align-items: stretch; gap: 24px; align-self: stretch; padding: 0; } .product4-product-card { width: 100% !important; max-width: 100% !important; } .product4-product-card-frame { width: 100% !important; max-width: 100% !important; height: 200px !important; align-self: stretch !important; aspect-ratio: auto !important; } .product4-product-card-title { font-size: 16px; } .product4-product-card-description { font-size: 16px; } } .home-product-category { display: flex; padding: 60px 0; flex-direction: column; align-items: center; gap: 40px; background-color: #fff; width: 100%; max-width: 100vw; overflow-x: hidden; } .home-product-category-container { display: flex; flex-direction: column; align-items: center; gap: 40px; width: 100%; max-width: 1320px; } .home-product-category-title { text-align: center; } .home-product-category-title-text { font-family: Prompt; font-size: 32px; font-weight: 700; line-height: 150%; color: #000; } .home-product-category-title-blue { color: #4597F7; } .home-product-category-grid { display: grid; grid-template-columns: repeat(3, 1fr); grid-template-rows: repeat(3, 1fr); gap: 24px; width: 100%; max-width: 1320px; justify-content: center; align-items: center; } .home-product-category-card { display: flex; flex-direction: column; align-items: center; gap: 16px; text-decoration: none; color: inherit; } .home-product-category-card-image { width: 424px; height: 424px; max-width: 100%; aspect-ratio: 1/1; overflow: hidden; background-color: #fff; position: relative; } .home-product-category-card-image img { width: 100%; height: 100%; object-fit: cover; transition: all 0.3s ease; } .home-product-category-card:hover .home-product-category-card-image { border: 3px solid #4597F7; } .home-product-category-card:hover .home-product-category-card-image::after { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background-color: rgba(69, 151, 247, 0.30); pointer-events: none; } .home-product-category-card-text { font-family: Prompt; font-size: 20px; font-weight: 700; line-height: 150%; text-align: center; color: #000; } .home-product-category-button-container { display: flex; justify-content: center; align-items: center; } .home-product-category-button { display: flex; width: 163px; height: 48px; padding: 0 32px; justify-content: center; align-items: center; border-radius: 5px; background: #4597F7; text-decoration: none; transition: background-color 0.3s ease; } .home-product-category-button:hover { background: #3a7ddb; } .home-product-category-button-text { font-family: Prompt; font-size: 16px; font-weight: 700; line-height: 150%; color: #FFF; } @media (max-width: 1366px) and (min-width: 769px) { .home-product-category { padding: 60px 16px; } .home-product-category-grid { grid-template-columns: repeat(2, 1fr); grid-template-rows: repeat(5, 1fr); gap: 24px; } .home-product-category-card-image { width: 400px; height: 400px; } } @media (max-width: 768px) { .home-product-category { padding: 40px 16px; gap: 24px; } .home-product-category-container { gap: 24px; } .home-product-category-grid { grid-template-columns: repeat(2, 1fr); grid-template-rows: repeat(5, 1fr); gap: 16px; } .home-product-category-card { gap: 12px; } .home-product-category-card-image { width: 172px; height: 172px; } } .our-brand { background-color: #000; display: flex; flex-direction: column; justify-content: center; align-items: center; align-self: stretch; position: relative; overflow: hidden; } .our-brand .text-header { font-size: 36px; font-weight: 700; } .text-dark-wui { color: #fff; } .text-red { color: #4597F7; } .customer-brand-wrapper { display: flex; flex-wrap: wrap; gap: 24px; justify-content: center; align-items: flex-start; margin-top: 40px; max-width: 1400px; width: 100%; display: grid; justify-content: center; display: flex; flex-direction: row; } .customer-brand-item { width: 100%; max-width: 200px; height: 100px; background: #f5f5f5; padding: 4px; border-radius: 10px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; } .customer-brand-item img { max-width: 100%; max-height: 100%; object-fit: contain; } @media (min-width: 768px) { .customer-brand-wrapper { justify-content: center; gap: 24px; } } @media (max-width: 767.98px) { .customer-brand-wrapper { grid-template-columns: repeat(auto-fit, minmax(140px, 140px)); justify-content: center; grid-gap: 8px; } .customer-brand-item { max-width: 140px; width: 140px; min-width: 120px; } } @media (max-width: 480px) { .customer-brand-item { min-width: 110px; width: 110px; height: 44px; } .customer-brand-wrapper { grid-template-columns: repeat(auto-fit, minmax(100px, 110px)); grid-gap: 8px; justify-content: center; } } @media (max-width: 360px) { .customer-brand-item { min-width: 100px; width: 100px; height: 44px; } .customer-brand-wrapper { grid-template-columns: repeat(auto-fit, minmax(90px, 100px)); grid-gap: 8px; justify-content: center; } } .home-contact { display: flex; height: 500px; flex-direction: column; justify-content: center; align-items: center; gap: 10px; align-self: stretch; position: relative; overflow: hidden; } .home-contact-background { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: 1; } .home-contact::after { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.5) 100%); z-index: 2; } .home-contact-container { display: flex; max-width: 1320px; width: 100%; flex-direction: column; align-items: center; gap: 12px; position: relative; z-index: 3; text-align: center; padding: 0; box-sizing: border-box; } .home-contact-subtitle { color: #FFF; text-align: center; font-family: Prompt; font-size: 32px; font-weight: 700; line-height: 150%; } .home-contact-title { font-family: Prompt; font-weight: 700; } .home-contact-title-white { color: #FFF; font-size: 96px; } .home-contact-title-blue { color: #4597F7; font-size: 96px; } .home-contact-button { display: flex; height: 48px; padding: 0 32px; justify-content: center; align-items: center; gap: 8px; border-radius: 5px; background: #4597F7; text-decoration: none; transition: background-color 0.3s ease; } .home-contact-button:hover { background: #3a7ddb; } .home-contact-button-text { font-family: Prompt; font-size: 16px; font-weight: 700; line-height: 150%; color: #FFF; } @media (max-width: 768px) { .home-contact { height: 300px; } .home-contact-container { min-width: 358px; max-width: 100%; padding: 0 16px; gap: 24px; } .home-contact-subtitle { font-size: 32px; } .home-contact-title-white, .home-contact-title-blue { font-size: 40px; } .home-contact-button { min-width: 140px; } } .content_50-50-section { padding: 80px 0; } .content_50-50-section .container { padding-left: 0px; padding-right: 0px; } .top-head-text { color: var(--Black, #000); font-family: Prompt; font-size: 24px; font-style: normal; font-weight: 400; line-height: 150%; padding: 40px 0; } .content_50-50-section-sub-title { color: #486284; font-size: 24px; font-weight: 500; margin-bottom: 10px; } .content_50-50-section-headline { color: #000; font-size: 32px; font-weight: 700; margin-top: 20px; margin-bottom: 20px; } .content_50-50-section-headline span { color: #4597F7; font-size: 32px; font-weight: 700; margin-bottom: 20px; } .content_50-50-section-text { font-size: 18px; line-height: 1.7; color: #333; } .content_50-50-section-img, .content_50-50-section-vision-img { border-radius: 0px; max-width: 100%; height: auto; } @media (max-width: 767.98px) { .content_50-50-section { padding: 50px 20px; } } .portfolio-section { padding: 60px 0; } .portfolio-section .row { padding: 0; } .portfolio-section-text { color: #000; font-family: Prompt; font-size: 18px; font-style: normal; font-weight: 400; line-height: 150%; } .sbp-portfolio-list { display: flex; flex-direction: column; align-items: center; gap: 10px; padding: 60px 0; background: #fff; } .sbp-portfolio-list__container { display: flex; flex-direction: column; align-items: center; gap: 40px; width: 100%; max-width: 1320px; } .sbp-portfolio-list__title { color: #000; text-align: center; font-family: Prompt; font-size: 32px; font-weight: 700; line-height: 150%; white-space: nowrap; } .sbp-portfolio-list__title-folio { color: #4597F7; } .sbp-portfolio-list__cards-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; width: 100%; max-width: 1320px; } .sbp-portfolio-list__card { position: relative; display: flex; flex-direction: column; align-items: center; justify-content: flex-end; width: 100%; aspect-ratio: 1; padding: 24px; gap: 8px; border-radius: 8px; cursor: pointer; text-decoration: none; color: inherit; transition: transform 0.3s ease; } .sbp-portfolio-list__card::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(180deg, rgba(0, 0, 0, 0) 65.38%, #000 100%); border-radius: 8px; z-index: 2; pointer-events: none; } .sbp-portfolio-list__card::after { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 3px solid transparent; border-radius: 8px; z-index: 3; pointer-events: none; transition: all 0.3s ease; } .sbp-portfolio-list__card:hover::before { opacity: 0; } .sbp-portfolio-list__card:hover::after { background-color: #4597F74D; border-color: #4597F7; } .sbp-portfolio-list__card img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; border-radius: 8px; z-index: 1; } .sbp-portfolio-list__card-overlay { display: flex; flex-direction: column; align-items: center; gap: 8px; z-index: 5; } .sbp-portfolio-list__card-title, .sbp-portfolio-list__card-description { color: #FFF; text-align: center; font-family: Prompt; font-size: 18px; font-weight: 400; line-height: 150%; } .sbp-portfolio-list__card-title { font-weight: 700; } @media (max-width: 1024px) and (min-width: 769px) { .sbp-portfolio-list { gap: 8px; padding: 50px 20px; } .sbp-portfolio-list__container { max-width: 100%; gap: 32px; } .sbp-portfolio-list__cards-grid { grid-template-columns: repeat(3, 1fr); gap: 20px; max-width: 100%; } .sbp-portfolio-list__card { padding: 20px; } } @media (max-width: 768px) { .sbp-portfolio-list { gap: 24px; padding: 40px 16px; } .sbp-portfolio-list__container { max-width: 100%; } .sbp-portfolio-list__cards-grid { grid-template-columns: repeat(2, 1fr); gap: 16px; max-width: 100%; } .sbp-portfolio-list__card { padding: 8px; } .sbp-portfolio-list__card-title, .sbp-portfolio-list__card-description { font-size: 14px; } } @media (max-width: 350px) { .sbp-portfolio-list { gap: 20px; padding: 32px 12px; } .sbp-portfolio-list__cards-grid { grid-template-columns: repeat(2, 1fr); gap: 8px; } .sbp-portfolio-list__card { padding: 4px; } } .wui-restaurant-section { font-family: 'Prompt', sans-serif; } .wui-restaurant-section h2 { color: #000; text-align: center; font-family: Prompt; font-size: 40px; font-style: normal; font-weight: 700; line-height: 150%; } .wui-restaurant-desc { color: var(--Black, #000); text-align: center; font-family: Prompt; font-size: 18px; font-style: normal; font-weight: 400; line-height: 150%; } .wui-restaurant-section img { transition: transform 0.3s ease, box-shadow 0.3s ease; width: 100%; height: 420px; object-fit: cover; object-position: center; } .wui-restaurant-section img:hover { transform: scale(1.03); box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15); } .wui-contact-section { position: relative; padding: 60px 0; color: #fff; font-family: Prompt; } .row { padding-left: 0; padding-right: 0; } .wui-background-img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: -1; } .container-contact-wui { width: 100%; max-width: 1320px; margin: 0 auto; position: relative; padding: 0 20px; } .wui-contact-content { display: flex; gap: 0; width: 100%; min-height: 600px; } .wui-contact-left { background: #fff; color: #000; padding: 60px 60px; gap: 40px; height: 100%; flex: 1; display: flex; flex-direction: column; justify-content: space-between; } .wui-contact-left-header-wrapper { display: flex; flex-direction: column; gap: 24px; } .wui-contact-left-header { color: var(--Black, #000); font-family: Prompt; font-size: 18px; font-style: normal; font-weight: 700; line-height: 150%; margin: 0; } .wui-contact-left-header-2 { color: var(--Black, #000); font-family: Prompt; font-size: 18px; font-style: normal; font-weight: 700; line-height: 150%; margin: 0; } .wui-contact-left-contact-item-wrapper { display: flex; flex-direction: column; gap: 12px; } .wui-contact-left-text-p { font-size: 18px; margin: 0; } .wui-contact-left-text { font-size: 18px; margin-bottom: 24px; margin: 0; } .wui-contact-left i { color: #007bff; margin-right: 8px; } .wui-contact-right { background: #000; padding: 60px; flex: 1; display: flex; flex-direction: column; justify-content: flex-start; } .wui-contact-right-header { text-align: center; color: #FFF; font-family: Prompt; font-size: 32px; font-style: normal; font-weight: 700; line-height: 150%; } .social-icons-wui img { width: 60px; height: 60px; margin-right: 10px; } @media (max-width: 1200px) { .container-contact-wui { max-width: 960px; padding: 0 15px; } .wui-contact-left, .wui-contact-right { padding: 40px 30px; } } @media (max-width: 768px) { .wui-contact-section { display: flex; padding: 40px 16px; flex-direction: column; align-items: center; gap: 10px; align-self: stretch; } .container-contact-wui { display: flex; flex-direction: column; justify-content: center; align-items: flex-end; align-self: stretch; padding: 0; width: 100%; max-width: 100%; } .wui-contact-content { flex-direction: column; min-height: auto; gap: 10px; } .wui-contact-left { padding: 30px 20px; margin-bottom: 0; width: 100%; flex: none; } .wui-contact-right { padding: 30px 20px; width: 100%; margin-bottom: 0; flex: none; } .wui-contact-left-header { font-size: 18px; } .wui-contact-right-header { font-size: 24px; } .social-icons-wui img { width: 50px; height: 50px; } } @media (max-width: 350px) { .wui-contact-section { padding: 30px 0; } .container-contact-wui { padding: 0 10px; } .wui-contact-left, .wui-contact-right { padding: 20px 15px; } .wui-contact-left-text { margin: 0; } .social-icons-wui img { width: 40px; height: 40px; } } .contact-service-area { display: flex; padding: 60px 0; flex-direction: column; align-items: center; gap: 40px; align-self: stretch; background: linear-gradient(180deg, #E6E6E6 47.79%, #FFF 102.92%); } .contact-service-area-container { display: flex; width: 100%; max-width: 1320px; flex-direction: column; justify-content: center; align-items: flex-start; gap: 24px; padding: 0; margin: 0 auto; } .contact-service-area-title-blue { color: #4597F7; } .contact-service-area-title { color: #000; font-family: 'Prompt'; font-size: 36px; font-style: normal; font-weight: 700; line-height: 150%; align-self: center; margin: 0; } .contact-service-area-cards-container { display: flex; align-items: stretch; gap: 24px; align-self: stretch; flex-wrap: wrap; } .contact-service-area-card { display: flex; padding: 24px; flex-direction: column; align-items: flex-start; gap: 24px; flex: 0 0 calc(50% - 12px); border-radius: 20px; border: 3px solid #E6E6E6; background: #FFF; box-shadow: 0 6px 24px 0 rgba(103, 111, 123, 0.06); min-width: 0; box-sizing: border-box; } .contact-service-area-additional-card { display: none; } .contact-service-area-card-title { color: #4597F7; font-family: 'Prompt'; font-size: 24px; font-style: normal; font-weight: 700; line-height: 150%; margin-bottom: 0; } .contact-service-area-description { display: flex; flex-direction: column; align-items: flex-start; gap: 24px; align-self: stretch; margin-bottom: 0; } .contact-service-area-info-row { display: flex; align-items: flex-start; gap: 16px; align-self: stretch; flex-direction: row; margin-bottom: 0; } .contact-service-area-label { color: #000; font-family: 'Prompt'; font-size: 16px; font-style: normal; font-weight: 700; line-height: 150%; min-width: 120px; flex-shrink: 0; margin-bottom: 0; } .contact-service-area-value { color: #000; font-family: 'Prompt'; font-size: 16px; font-style: normal; font-weight: 400; line-height: 150%; margin-bottom: 0; } .contact-service-area-contact-info { display: flex; flex-direction: column; gap: 8px; align-self: stretch; } .contact-service-area-contact-item { display: flex; align-items: center; gap: 8px; } .contact-service-area-icon { color: #4597F7; font-size: 16px; width: 16px; text-align: center; } .contact-service-area-contact-text { color: #000; font-family: 'Prompt'; font-size: 16px; font-style: normal; font-weight: 400; line-height: 150%; } .contact-service-area-see-more-btn { display: flex; height: 48px; min-width: 140px; padding: 0 32px; justify-content: center; align-items: center; gap: 8px; border-radius: 5px; background: #4597F7; color: #FFF; font-family: 'Prompt'; font-size: 16px; font-style: normal; font-weight: 400; line-height: 150%; border: none; cursor: pointer; align-self: center; margin: 0 auto; } .contact-service-area-see-more-btn:hover { background: #2473EC; } .contact-service-area-see-more-btn:active { background: #1C5DD9; } .contact-service-area-see-more-btn.hidden { display: none; } @media (min-width: 769px) and (max-width: 1200px) { .contact-service-area-container { width: 100%; box-sizing: border-box; max-width: 100%; } .contact-service-area { padding: 60px 24px; } .contact-service-area-cards-container { gap: 12px; width: 100%; } .contact-service-area-card { flex: 0 0 calc(50% - 6px); box-sizing: border-box; max-width: calc(50% - 6px); min-width: 0; } } @media (max-width: 768px) { .contact-service-area { padding: 40px 16px; } .contact-service-area-container { display: flex; flex-direction: column; justify-content: center; align-items: flex-start; gap: 24px; align-self: stretch; width: 100%; padding: 0; } .contact-service-area-cards-container { flex-direction: column; gap: 16px; } .contact-service-area-card { flex: none; width: 100%; } .contact-service-area-title { text-align: center; } }