@font-face {
font-family: 'Space Grotesk';
src: url(//justexpodesign.pl/wp-content/themes/justexpo-theme/assets/fonts/Space_Grotesk/SpaceGrotesk-VariableFont_wght.woff2) format('woff2');
font-weight: 100 900;
font-style: normal;
font-display: swap;
} @font-face {
font-family: 'Plus Jakarta Sans';
src: url(//justexpodesign.pl/wp-content/themes/justexpo-theme/assets/fonts/Plus_Jakarta_Sans/PlusJakartaSans-VariableFont_wght.woff2) format('woff2');
font-weight: 100 900;
font-style: normal;
font-display: swap;
}
:root {
--color-pink: #EC008C;
--color-cyan: #3ABB9C;
--color-yellow: #FFDD18;
--color-black: #111111;
--color-dark: #232323;
--color-text: #4a4a4a;
--color-muted: #777777;
--color-light: #F9F9F9;
--color-white: #ffffff;
--font-heading: 'Space Grotesk', sans-serif;
--font-body: 'Plus Jakarta Sans', sans-serif;
--container: 1420px;
--section-padding: 120px;
--radius-sm: 12px;
--radius-md: 24px;
--radius-lg: 42px;
--radius-pill: 999px;
--transition: 0.3s ease;
}
*,
*::before,
*::after {
box-sizing: border-box;
}
html {
scroll-behavior: smooth;
}
body {
margin: 0;
font-family: var(--font-body);
font-size: 16px;
line-height: 1.6;
color: var(--color-text);
background: var(--color-light);
}
img,
svg,
video {
max-width: 100%;
display: block;
}
a {
color: inherit;
text-decoration: none;
}
button,
input,
textarea,
select {
font: inherit;
}
button {
cursor: pointer;
border: 0;
background: none;
}
ul,
ol {
margin: 0;
padding: 0;
}
li {
list-style: none;
}
.container {
width: min(var(--container), calc(100% - 40px));
margin-inline: auto;
}
.section {
padding: var(--section-padding) 0;
}
.section-title {
margin: 0;
font-family: var(--font-heading);
font-size: clamp(42px, 6vw, 96px);
line-height: 0.95;
font-weight: 700;
letter-spacing: -0.06em;
color: var(--color-black);
}
.section-text {
margin: 0;
font-size: clamp(16px, 1.4vw, 20px);
line-height: 1.75;
color: var(--color-text);
}
.btn {
display: inline-flex;
align-items: center;
justify-content: center;
min-height: 52px;
padding: 14px 26px;
border-radius: var(--radius-pill);
font-size: 15px;
font-weight: 700;
line-height: 1;
transition: var(--transition);
white-space: nowrap;
}
.btn--primary {
background: var(--color-pink);
color: var(--color-white);
}
.btn--primary:hover {
transform: translateY(-2px);
box-shadow: 0 12px 30px rgba(255, 0, 138, 0.25);
}
.btn--dark {
background: var(--color-black);
color: var(--color-white);
}
.btn--dark:hover {
transform: translateY(-2px);
background: var(--color-pink);
}
.btn--outline {
border: 1px solid currentColor;
color: var(--color-black);
}
.btn--outline:hover {
background: var(--color-black);
color: var(--color-white);
}
.text-pink {
color: var(--color-pink);
}
.text-cyan {
color: var(--color-cyan);
}
.text-yellow {
color: var(--color-yellow);
}
.desktop-only {
display: block;
}
.mobile-only {
display: none;
}
.visually-hidden {
position: absolute;
width: 1px;
height: 1px;
overflow: hidden;
clip: rect(0 0 0 0);
white-space: nowrap;
}
::selection {
background: var(--color-pink);
color: var(--color-white);
}
@media (max-width: 768px) {
:root {
--section-padding: 72px;
}
.container {
width: min(100% - 32px, var(--container));
}
.desktop-only {
display: none;
}
.mobile-only {
display: block;
}
}
.page-content,
.error-page {
padding-top: 180px;
}
.entry-content {
max-width: 860px;
margin-top: 42px;
}
.entry-content > *:first-child {
margin-top: 0;
}
.entry-content h2,
.entry-content h3,
.entry-content h4 {
font-family: var(--font-heading);
color: var(--color-black);
letter-spacing: -0.04em;
}
.entry-content h2 {
font-size: clamp(34px, 4vw, 58px);
line-height: 1;
}
.entry-content h3 {
font-size: clamp(28px, 3vw, 42px);
line-height: 1.05;
}
.entry-content p,
.entry-content li {
font-size: 18px;
line-height: 1.8;
}
.entry-content a {
font-weight: 800;
color: var(--color-pink);
}
.entry-content ul,
.entry-content ol {
padding-left: 22px;
margin: 24px 0;
}
.entry-content li {
list-style: disc;
}
.error-page {
min-height: 100vh;
display: flex;
align-items: center;
overflow: hidden;
background: var(--color-white);
}
.error-page__content {
position: relative;
max-width: 880px;
}
.error-page__content::after {
content: "";
position: absolute;
right: -260px;
top: -80px;
width: 320px;
height: 320px;
border-radius: 50%;
background: var(--color-cyan);
opacity: 0.28;
z-index: -1;
}
.error-page__code {
margin: 0 0 24px;
font-family: var(--font-heading);
font-size: clamp(92px, 16vw, 220px);
line-height: 0.8;
font-weight: 900;
letter-spacing: -0.08em;
color: var(--color-pink);
}
.error-page .section-text {
max-width: 620px;
margin: 28px 0 40px;
} .jx-btn {
padding: 11px 20px 10px 20px;
border: 2px solid #111;
border-radius: 999px;
font-size: 12px;
font-weight: 800;
line-height: 1;
text-transform: uppercase;
width: fit-content;
transition: padding 0.3s ease;
position: relative;
overflow: hidden;
}
.jx-btn:hover
{
padding: 11px 35px 10px 20px;
}
.jx-btn::before
{
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-image: url(//justexpodesign.pl/wp-content/themes/justexpo-theme/assets/images/front-page/arrow-right.svg);
background-repeat: no-repeat;
background-position: right 10px center;
background-size: 18px;
opacity: 0;
transition: opacity 0.3s ease;
}
.jx-btn:hover::before
{
opacity: 1;
}
@media (max-width:767px)
{
.site-header__actions > .jx-btn
{
display:none;
}
}
.grecaptcha-badge { visibility: hidden; } .site-header {
position: fixed;
z-index: 999;
top: 0;
left: 0;
width: 100%;
padding: 22px 0;
transition: var(--transition);
}
.site-header.is-scrolled {
padding: 14px 0;
background: rgba(255, 255, 255, 0.88);
backdrop-filter: blur(18px);
box-shadow: 0 10px 35px rgba(0, 0, 0, 0.06);
}
.site-header__inner {
display: flex;
align-items: center;
justify-content: space-between;
gap: 32px;
padding:0px 40px;
}
.custom-logo-link img {
width: auto;
max-height: 90px;
transition: width 0.3s ease, max-height 0.3s ease;
}
.is-scrolled-logo img {
max-height: 50px;
transition: width 0.3s ease, max-height 0.3s ease;
}
.site-header__nav {
display: flex;
align-items: center;
justify-content: center;
flex: 1;
}
.main-menu {
display: flex;
align-items: center;
gap: 34px;
}
.main-menu a {
position: relative;
display: inline-flex;
align-items: center;
font-size: 15px;
font-weight: 700;
text-transform: uppercase;
color: var(--color-black);
transition: var(--transition);
}
.main-menu > li > a::after {
content: "";
position: absolute;
left: 0;
bottom: -7px;
width: 100%;
height: 2px;
background: var(--color-pink);
transform: scaleX(0);
transform-origin: right;
transition: transform var(--transition);
}
.main-menu > li > a:hover::after,
.main-menu > li.current-menu-item > a::after {
transform: scaleX(1);
transform-origin: left;
}
.main-menu .menu-item-has-children {
position: relative;
}
.main-menu .menu-item-has-children > a::before {
content: "";
width: 7px;
height: 7px;
margin-left: 8px;
border-right: 2px solid currentColor;
border-bottom: 2px solid currentColor;
transform: rotate(45deg) translateY(-2px);
order: 2;
}
.main-menu .sub-menu {
position: absolute;
top: calc(100% + 20px);
left: 50%;
min-width: 230px;
padding: 18px;
border-radius: 20px;
background: var(--color-white);
box-shadow: 0 18px 55px rgba(0, 0, 0, 0.12);
transform: translateX(-50%) translateY(12px);
opacity: 0;
visibility: hidden;
transition: var(--transition);
}
.main-menu .menu-item-has-children:hover > .sub-menu {
opacity: 1;
visibility: visible;
transform: translateX(-50%) translateY(0);
}
.main-menu .sub-menu li + li {
margin-top: 10px;
}
.main-menu .sub-menu a {
width: 100%;
padding: 8px 10px;
border-radius: 12px;
font-size: 14px;
}
.main-menu .sub-menu a:hover {
background: var(--color-light);
color: var(--color-pink);
}
.site-header__actions {
position: relative;
z-index: 1001;
display: flex;
align-items: center;
gap: 20px;
}
.site-header__lang {
display: flex;
align-items: center;
gap: 6px;
font-size: 14px;
font-weight: 800;
color: var(--color-black);
}
.site-header__lang a {
transition: var(--transition);
}
.site-header__lang a:hover {
color: var(--color-pink);
}
.site-header__lang a + a::before {
content: "/";
margin: 0 7px;
color: var(--color-black);
}
.site-header__burger {
display: none;
position: relative;
width: 42px;
height: 42px;
border-radius: 50%;
background: var(--color-black);
}
.site-header__burger span {
position: absolute;
left: 12px;
width: 18px;
height: 2px;
border-radius: 99px;
background: var(--color-white);
transition: var(--transition);
}
.site-header__burger span:first-child {
top: 16px;
}
.site-header__burger span:last-child {
top: 24px;
}
.site-header.is-open .site-header__burger span:first-child {
top: 21px;
transform: rotate(45deg);
}
.site-header.is-open .site-header__burger span:last-child {
top: 21px;
transform: rotate(-45deg);
}
@media (max-width: 1100px) {
.site-header__nav {
position: fixed;
top:0;
left:0;
width:100vw;
height:100dvh;
padding:140px 32px 40px;
background:#fff;
z-index: 1000;
display: flex;
align-items: center;
justify-content: center;
padding: 120px 32px 48px;
background: var(--color-white);
transform: translateX(100%);
transition: transform 0.45s ease;
}
.site-header.is-open .site-header__nav {
transform: translateX(0);
}
.main-menu {
width: 100%;
flex-direction: column;
align-items: flex-start;
gap: 0;
counter-reset: menu;
}
.main-menu > li {
width: 100%;
counter-increment: menu;
border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.main-menu > li > a {
width: 100%;
padding: 18px 0;
font-family: var(--font-heading);
font-size: clamp(30px, 8vw, 56px);
line-height: 1;
letter-spacing: -0.06em;
}
.main-menu > li > a::before {
content: counter(menu, decimal-leading-zero);
margin-right: 16px;
font-family: var(--font-body);
font-size: 13px;
letter-spacing: 0;
color: var(--color-pink);
}
.main-menu .menu-item-has-children > a::before {
content: counter(menu, decimal-leading-zero);
width: auto;
height: auto;
border: 0;
transform: none;
order: 0;
}
.main-menu .menu-item-has-children > a::after {
display: none;
}
.main-menu .sub-menu {
position: static;
min-width: 100%;
padding: 0 0 18px 42px;
border-radius: 0;
box-shadow: none;
opacity: 1;
visibility: visible;
transform: none;
display: none;
}
.main-menu .menu-item-has-children.is-submenu-open > .sub-menu {
display: block;
}
.main-menu .sub-menu a {
padding: 8px 0;
font-size: 17px;
font-weight: 600;
}
.site-header__btn {
display: none;
}
.site-header__burger {
display: block;
}
}
@media (max-width: 600px) {
.site-header {
padding: 16px 0;
}
.site-header__inner
{
padding: 0px 20px;
}
.custom-logo-link img {
max-height: 65px;
}
.is-scrolled-logo img {
max-height: 42px;
}
.site-header__actions {
gap: 12px;
}
.site-header__lang {
font-size: 13px;
}
}
@media (max-width:500px)
{
.site-header__inner
{
padding: 0px;
}
} @media (max-width: 1100px) {
.main-menu > li {
opacity: 0;
transform: translateX(-28px);
transition:
opacity .45s ease,
transform .45s ease;
}
.site-header.is-open .main-menu > li {
opacity: 1;
transform: translateX(0);
}
.site-header.is-open .main-menu > li:nth-child(1) {
transition-delay: .12s;
}
.site-header.is-open .main-menu > li:nth-child(2) {
transition-delay: .18s;
}
.site-header.is-open .main-menu > li:nth-child(3) {
transition-delay: .24s;
}
.site-header.is-open .main-menu > li:nth-child(4) {
transition-delay: .30s;
}
.site-header.is-open .main-menu > li:nth-child(5) {
transition-delay: .36s;
}
.site-header.is-open .main-menu > li:nth-child(6) {
transition-delay: .42s;
}
.site-header:not(.is-open) .main-menu > li {
transition-delay: 0s;
}
}
body.menu-open {
overflow: hidden;
} .jx-footer{
background:#000;
color:#fff;
padding:70px 0 26px;
}
.jx-footer-container
{
width: min(100% - 40px, 1420px);
margin-inline: auto;
}
.jx-footer__top{
display:grid;
grid-template-columns:
2fr
1fr
1fr
1fr;
gap:65px;
}
.jx-footer__logo{
display:inline-flex;
margin-bottom:22px;
}
.jx-footer__logo img{
width:auto;
height:58px;
}
.jx-footer__brand p{
max-width:220px;
margin:0;
font-size:14px;
line-height:1.45;
color:#BDBDBD;
}
.jx-footer__column h4{
margin:0 0 22px;
font-family:var(--font-heading);
font-size:16px;
font-weight:700;
letter-spacing:.04em;
color:#fff;
}
.jx-footer__column ul{
margin:0;
padding:0;
}
.jx-footer__column li{
list-style:none;
}
.jx-footer__column li+li{
margin-top:10px;
}
.jx-footer__column a,
.jx-footer__column li{
font-size:14px;
line-height:1.4;
color:#BDBDBD;
transition:.3s;
}
.jx-footer__column a:hover{
color:var(--color-yellow);
}
.jx-footer__bottom{
display:flex;
justify-content:space-between;
align-items:center;
margin-top:55px;
padding-top:18px;
border-top:1px solid rgba(255,255,255,.15);
}
.jx-footer__bottom p{
margin:0;
font-size:12px;
color:#9d9d9d;
}
@media(max-width:1100px){
.jx-footer-container {
width: min(100% - 40px, 1320px);
}
.jx-footer__top{
grid-template-columns:repeat(2,1fr);
}
.jx-footer__brand{
grid-column:1/-1;
}
}
@media(max-width:700px){
.jx-footer{
padding:55px 20px 25px;
}
.jx-footer-container {
width: min(100% - 32px, 1320px);
}
.jx-footer__top{
grid-template-columns:1fr;
gap:38px;
}
.jx-footer__bottom{
flex-direction:column;
align-items:flex-start;
gap:10px;
}
}
@media (max-width: 500px) {
.jx-container {
width: min(100% - 0px, 1320px);
}
}  .has-js [data-reveal] {
opacity: 0;
transform: translate3d(0, 42px, 0);
transition:
opacity 0.8s cubic-bezier(0.2, 0.7, 0.2, 1),
transform 0.8s cubic-bezier(0.2, 0.7, 0.2, 1);
transition-delay: var(--reveal-delay, 0ms);
will-change: opacity, transform;
}
.has-js [data-reveal="left"] {
transform: translate3d(-42px, 0, 0);
}
.has-js [data-reveal="right"] {
transform: translate3d(42px, 0, 0);
}
.has-js [data-reveal="scale"] {
transform: scale(0.96);
}
.has-js [data-reveal].is-revealed {
opacity: 1;
transform: none;
}
.has-js .jx-hero__visual img,
.has-js .about-hero__visual img {
}
@keyframes jx-float {
0%, 100% { transform: translate3d(0, 0, 0) rotate(0.001deg); }
50% { transform: translate3d(0, -10px, 0) rotate(0.001deg); }
}
@media (prefers-reduced-motion: reduce) {
html {
scroll-behavior: auto;
}
.has-js [data-reveal] {
opacity: 1;
transform: none;
transition: none;
}
.has-js .jx-hero__visual img,
.has-js .about-hero__visual img {
animation: none;
}
}.jx-container {
width: min(100% - 40px, 1420px);
margin-inline: auto;
}
.jx-link {
font-size: 12px;
font-weight: 800;
text-transform: uppercase;
} .jx-hero {
background: #fff;
}
.jx-hero__inner {
display: grid;
grid-template-columns: 80% 33%;
align-items: end;
gap: 20px;
}
.jx-hero__content {
padding: 270px 0px 0px 50px;
margin-bottom:100px;
background-image: url(//justexpodesign.pl/wp-content/themes/justexpo-theme/assets/images/front-page/yellow-circle.svg);
background-repeat: no-repeat;
background-size: 210px;
z-index:1;
}
.jx-hero__content h1 {
margin: 0;
font-family: var(--font-heading);
font-size: clamp(48px, 7.5vw, 64px);
line-height: 1.12;
font-weight: 800;
color: #000;
}
.jx-hero__content h1 span {
display: block;
color: var(--color-pink);
}
.jx-hero__actions {
display: flex;
align-items: center;
gap: 28px;
margin-top: 38px;
padding-left:190px;
}
.jx-hero__content p {
max-width: 520px;
margin: 38px 0 0;
font-size: 20px;
line-height: 1.35;
color: #111;
}
.jx-hero__visual {
position: relative;
display: flex;
align-items: flex-end;
justify-content: center;
transform: translateX(-50%);
}
.jx-hero__visual img {
width: 100%;
max-height: 620px;
object-fit: contain;
} .jx-about {
display: grid;
grid-template-columns: 49% 51%;
min-height: 465px;
}
.jx-about__image {
height: 465px;
overflow: hidden;
}
.jx-about__image img {
width: 100%;
height: 100%;
object-fit: cover;
}
.jx-about__content {
display: flex;
flex-direction: column;
justify-content: center;
padding: 70px 30px;
background-image: url(//justexpodesign.pl/wp-content/themes/justexpo-theme/assets/images/front-page/cyan-circle.svg);
background-repeat: no-repeat;
background-position: right 0px center;
background-size: auto 390px;
}
.jx-about__content span,
.jx-quote__left span,
.jx-realizations__label {
display: block;
margin-bottom: 16px;
font-size: 20px;
font-weight: 500;
text-transform: uppercase;
color: var(--color-pink);
}
.jx-about__content h2 {
margin: 0;
font-family: var(--font-heading);
font-size: 36px;
line-height: 1.18;
font-weight: 800;
color: #111;
}
.jx-about__content p {
max-width: 560px;
margin: 28px 0 42px;
font-size: 20px;
font-weight: 400;
line-height: 1.35;
color: #111;
} .jx-quote {
position: relative;
padding: 105px 0 0px;
margin-bottom:120px;
}
.jx-quote::after {
content: "";
position: absolute;
left: 0;
bottom: 0;
width: 25%;
height: 3px;
background: var(--color-pink);
bottom:75px;
}
.jx-quote__inner:nth-child(1) {
background-image: url(//justexpodesign.pl/wp-content/themes/justexpo-theme/assets/images/front-page/pink-circle.svg);
background-repeat: no-repeat;
background-position: left 0 bottom 75px;
background-size: auto 170px;
}
.jx-quote__inner {
display: grid;
grid-template-columns: 0.8fr 1fr;
gap: 100px;
}
.jx-quote__left span {
color: var(--color-cyan);
}
.jx-quote__left h2 {
margin: 0;
font-family: var(--font-heading);
font-size: 36px;
line-height: 1.1;
font-weight: 800;
color: #111;
}
.jx-quote__text {
font-family: var(--font-heading);
font-size: clamp(42px, 4.7vw, 45px);
line-height: 1.25;
font-weight: 800;
color: #111;
margin-top:100px;
} .jx-realizations {
}
.jx-realizations__label {
text-align: center;
margin-bottom: 42px;
}
.jx-realizations__grid {
display: grid;
grid-template-columns: 45% 55%;
background-color: #1e1e1e;
}
.jx-realizations__image {
height: 625px;
overflow: hidden;
}
.jx-realizations__image:nth-of-type(1) img {
width: 100%;
height: 100%;
object-fit: contain;
padding: 50px 50px 0px 50px;
object-position: bottom;
}
.jx-realizations__image:nth-of-type(2) img {
width: 100%;
height: 100%;
object-fit: cover;
}
.jx-realizations__button {
display: flex;
justify-content: center;
padding: 44px 0 110px;
} .jx-process {
padding: 0 0 125px;
}
.jx-process__heading {
text-align: center;
margin-bottom: 78px;
}
.jx-process__heading h2 {
margin: 0 0 8px;
font-family: var(--font-heading);
font-size: 36px;
line-height: 1;
font-weight: 800;
color: #111;
}
.jx-process__heading p {
margin: 0;
font-size: 20px;
font-weight: 400;
color: #111;
}
.jx-process__grid {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 82px;
text-align: center;
}
.jx-step strong {
display: inline-flex;
align-items: center;
justify-content: center;
width: 105px;
height: 105px;
margin-bottom: 34px;
border-radius: 50%;
font-family: var(--font-heading);
font-size: 26px;
font-weight: 800;
color: #fff;
}
.jx-step--pink strong {
background: var(--color-pink);
}
.jx-step--cyan strong {
background: var(--color-cyan);
}
.jx-step--black strong {
background: #000;
}
.jx-step--yellow strong {
background: var(--color-yellow);
color: #000;
}
.jx-step h3 {
margin: 0 0 10px;
font-family: var(--font-heading);
font-size: 26px;
line-height: 1;
font-weight: 800;
color: #111;
}
.jx-step p {
max-width: 220px;
margin: 0 auto;
font-size: 16px;
line-height: 1.25;
font-weight: 400;
color: #111;
} .jx-bottom-gallery {
display: grid;
grid-template-columns: 58% 42%;
background: var(--color-white);
}
.jx-bottom-gallery > div {
height: 520px;
overflow: hidden;
}
.jx-bottom-gallery img {
width: 100%;
height: 100%;
object-fit: cover;
}
.jx-bottom-gallery > div:nth-child(2) img {
object-fit: contain;
} @media (max-width: 1100px) {
.jx-container {
width: min(100% - 40px, 1320px);
}
.jx-hero__inner,
.jx-about,
.jx-quote__inner,
.jx-realizations__grid,
.jx-bottom-gallery {
grid-template-columns: 1fr;
}
.jx-hero__content {
padding-bottom: 30px;
}
.jx-hero__visual {
transform: translateX(0);
justify-content:end;
margin-top: -250px;
}
.jx-hero__visual img {
max-height: 480px;
width:auto;
}
.jx-about__content {
padding: 64px 48px;
}
.jx-quote__left span, .jx-quote__left h2
{
text-align:center;
}
.jx-quote::after
{
bottom: 280px;
}
.jx-quote__inner:nth-child(1)
{
background-position: left 0 bottom 280px;
}
.jx-quote__text
{
margin-top:170px;
text-align: center;
}
.jx-process__grid {
grid-template-columns: repeat(2, 1fr);
gap: 56px;
}
}
@media(max-width:860px)
{
.jx-hero__visual 
{
margin-top: -150px;
}
.jx-hero__content
{
background-position-y:-50px;
}
.jx-hero__content h1 {
font-size: 48px;
}
}
@media (max-width: 700px) {
.jx-container {
width: min(100% - 32px, 1320px);
}
.jx-hero__content
{
padding: 180px 0px 100px 20px;
background-size:146px;
background-position-y: 0px;
margin-bottom: 0px;
}
.jx-hero__content h1
{
font-size:42px;
}
.jx-hero__content p
{
font-size:18px;
}
.jx-hero__inner {
gap: 32px;
}
.jx-hero__actions {
flex-wrap: wrap;
padding-left:140px;
}
.jx-hero__visual 
{
margin-top: -110px;
}
.jx-hero__visual img
{
max-height:400px;
}
.jx-about__image,
.jx-realizations__image,
.jx-bottom-gallery > div {
height: 360px;
}
.jx-about__content {
padding: 50px 50px 50px 20px;
background-size: auto 360px;
}
.jx-about__content h2,
.jx-quote__left h2,
.jx-process__heading h2 {
font-size: 30px;
}
.jx-quote__left span, .jx-quote__left h2
{
text-align:left;
}
.jx-quote {
padding: 105px 8px 0px;
}
.jx-quote::after
{
height:2px;
}
.jx-quote__inner {
gap: 42px;
}
.jx-quote__inner:nth-child(1)
{
background-size: contain;
}
.jx-quote__text {
font-size: 38px;
}
.jx-process__grid {
grid-template-columns: 1fr;
}
}
@media (max-width: 500px)
{
.jx-container
{
width: min(100% - 0px, 1320px);
}
.jx-hero__content
{
padding: 180px 15px 100px 15px;
background-position-y: -235px;
}
.jx-hero__content h1
{
font-size:38px;
}
.jx-hero__actions
{
padding-left:0px;
}
.jx-hero__visual
{
justify-content:center;
}
.jx-quote
{
padding: 105px 20px 0px;
}
}