/* =========================================================
CORE / RESET
========================================================= */

html {
font-size: 16px;
font-synthesis-weight: none;
-webkit-text-size-adjust: 100%;
text-size-adjust: 100%;
}

html,
body {
background-color: #fff;
font-family: 'Poppins','Segoe UI',Roboto,Arial,sans-serif;
font-weight: 400;
margin: 0;
padding: 0;
}

/* =========================================================
PAGE CONTENT
========================================================= */

.page-content {
position: relative;
z-index: 2;


background: #fff;
min-height: 200vh;
margin: 0;

transform: translateY(0);
will-change: transform;


}

.page-content-inner {
position: relative;
z-index: 2;
}

/* =========================================================
TYPOGRAPHY
========================================================= */

.ctaHeader {
font-family: "Poppins", sans-serif;
font-weight: 700;
font-size: 24px;
}

/* =========================================================
RESPONSIVE
========================================================= */

@media (max-width: 575px) {


.ctaHeader {
    font-size: 18px;
}


}
