p {
    margin-bottom: 15px ! IMPORTANT;
}

/* Typography overrides */
h1 .italic, h2 .italic {
	font-family: 'Newsreader', 'Times New Roman', serif;
	font-style: italic;
	color: #f69175;
	font-weight: 400;
}
.hero h6 {
    background: #eaf5ef29 !important;
    display: inline-table;
    padding: 14px 28px;
    font-weight: 500;
    border-radius: 25px;
    line-height: 11px ! IMPORTANT;
    opacity: 0.8;
}
.dark p {
	color: #ffffffcc;
}

h6.section_title {
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

h6.section_title_alt {
	display: inline-flex;
	align-items: center;
	gap: 8px;
}
h6.section_title::before {
	content: "";
	display: inline-block;
	width: 40px;
	height: 1px;
	background: currentColor;
}
h6.section_title_alt::before {
	content: "";
	display: inline-block;
	width: 80px;
	height: 1px;
	background: currentColor;
}
p strong {
    color: #223e5b !important;
}
h2 {
    padding-top: 14px !important;
}

p.italic {
    font-family: 'Newsreader', 'Times New Roman', serif;
    font-style: italic;
    font-size: 22px;
    color: #223e5b;
}

h1 {
    font-size: 64px;
    line-height: 63px;
    margin-bottom: 17px !important;
}

@media (max-width: 1280px) and (max-height: 720px) {
    h1 {
        font-size: 102px !important;
        line-height: 99px !important;
    }

    .innerpage h1 {
        font-size: 68px !important;
        line-height: 72px !important;
    }

    .steps_innerpage h3 {
        line-height: 54px;
        margin-bottom: 24px !important;
        padding-top: 11px !important;
    }

    h2 {
        font-size: 50px !important;
        line-height: 61px !important;
    }
}

@media (max-width: 1023px) {
    h1 {
        font-size: 59px !important;
        line-height: 1.05 !important;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .innerpage h1 {
        font-size: 50px !important;
        line-height: 50px !important;
    }
}

@media (max-width: 767px) {
    .innerpage h1 {
        font-size: 45px !important;
        line-height: 52px !important;
    }
}

@media (max-width: 767px) {
    h2 {
        font-size: 42px !important;
        line-height: 46px !important;
    }

    .h3qoute h3 {
        font-size: 30px !important;
        line-height: 39px !important;
    }
}

@media (min-width: 1024px) and (min-height: 721px) {
    .innerpage h1 {
        font-size: 80px !important;
        line-height: 80px;
    }

    .h3qoute h3 {
        line-height: 59px !important;
    }
}
