.cw-linky a {
    color: var(--color-theme-primary);
    font-weight: 700;
}

.header .header-business {
    font-size: 20px;
}

.header .header-info {
    background: linear-gradient(rgba(255,255,255,0.5),rgba(255,255,255,0.5)), url(https://apihoard.webit.com/api/v1/Image/B0EB16795DA64F70D47F83EB75F3AF91/B0EB16795DA64F70D47F83EB75F3AF91.jpg?size=1920x1440);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

/* Hero */
.webit__hero {
    height: 300px
}

.webit__hr {
    width: 75%
}

@media(min-width: 992px) {
    .webit__hero {
        height: 570px;
    }

    .page-home .title .title-heading {
        font-size: 2.5rem;
    }
}

.page-home .textwithimage-in-container {
    padding-top: 1rem;
}

.page-home .detailedlist-item {
    padding: 1em;
    margin-bottom: 2em;
    border: solid #333 3px;
    border-radius: 3px;
    background-color: #508140;
    color: #fff !important;
}

.page-home .detailedlist-item-text h2 {
    font-size: 2em;
    display: block;
    text-decoration-line: underline;
    text-decoration-color: #ffffff;
    text-underline-offset: 0.3em;
    color: #fff;
}