body {
    font-size: 18px;
    line-height: 1.8;
}

.section-title h1, .section-title h2 {
    cursor: auto;
}

/* .section-title h1 span, .section-title h2 span {
    color: transparent;
    -webkit-text-stroke: 2px white;
    -webkit-text-fill-color: transparent !important;
    text-shadow:
        -2px -2px 0 white,
         2px -2px 0 white,
        -2px  2px 0 white,
         2px  2px 0 white;
} */

.page-header-box h3 {
    display: inline-block;
    font-size: 70px;
    font-weight: 700;
    line-height: 1.2em;
    letter-spacing: -0.02em;
    color: var(--white-color);
    text-align: center;
    margin-bottom: 10px;
    cursor: none;
}

.accordion-button {
    font-size: 18px;
    font-weight: 700;
    /* background-color: var(--accent-color); */
    background-color: transparent;
    color: var(--text-color);
}

.accordion-button:not(.collapsed) {
    /* background-color: var(--accent-color);
    color: #ffffff; */
    background-color: transparent;
    color: var(--text-color);
}

.accordion-button:focus {
    box-shadow: none;
}

.accordion-item {
    color: var(--text-color);
}

.section-title h1 {
    display: inline-block;
    position: relative;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3em;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--primary-color);
    padding-left: 34px;
    margin-bottom: 15px;
}

.section-title h1::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background: url(../images/kenekt-icon.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: cover;
    width: 24px;
    height: 24px;
}

.hero-content .caption h1 {
    font-size: 70px;
	font-weight: 700;
	letter-spacing: -0.02em;
	margin-bottom: 0;
	cursor: none;
    color: var(--white-color);
}

.hero-content .caption p {
    color: var(--white-color);
}

.services-content h2 {
    font-size: 46px;
    font-weight: 900;
    margin-bottom: 10px;
}

.services-content h2 span {
    color: var(--accent-color);
}

.footer-cta {
    background-color: #eeeeee;
    padding: 35px 0;
}

.footer-cta .section-title {
    margin-bottom: 0;
}

.page-header-box ol li.breadcrumb-item {
    font-size: 18px;
}

.breadcrumb-item+.breadcrumb-item::before {
    padding-left: var(--bs-breadcrumb-item-padding-x);
}