/* Utils */
.navbar.navbar-marketing {
    background-color: #fff !important;
    border-bottom: 1px solid #ebebeb !important;
}

.section-header {
    margin-bottom: 0;
    text-align: center;
}

.section-header .header-1 {
    color: var(--dark);
    font-weight: 600;
}

.section-header .header-1::before {
    content: '';
    display: block;
    width: 83px;
    height: 3px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 16px;
    background-color: var(--primary);
}
/* End Utils */

/* Header */
.header-search-container {
    display: flex;
    justify-content: space-between;
    border: 1px solid #EBEBEB;
    border-radius: 10px;
    padding: 8px 24px;
}

.header-search-input {
    border: 0;
    height: 100%;
    margin-left: 12px;
    font-size: 16px;
    line-height: normal;
    font-family: var(--font-1);
}

.page-header {
    padding-top: 156px;
    padding-bottom: 0;
}

.header-search-icon {
    font-size: 24px;
}

.header-divider {
    margin: 42px 0;
}
/* End Header */

/* Divider */
#divider hr {
    margin-top: 42px;
    margin-bottom: 42px;
}
/* End Divider */

/* Insights */
.insight-img {
    width: 100%;
    height: 266px;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 16px;
}

.insight-link label {
    width: 75%;
    transition: all 200ms ease;
}

.insight-link:hover label {
    color: var(--primary);
}
/* End Insights */

@media (max-width: 997.98px) {

    .page-header {
        padding-top: 88px;
    }

    .card-insight {
        height: 100%;
    }

    .card-insight img {
        width: 100%;
        height: 160px;
        object-fit: cover;
    }

}
