.help-block,
.invalid-feedback {
    display: block;
    color: #d93025;
    font-size: 14px;
    margin-top: 8px;
}

body {
    font-family: 'Jost', sans-serif;
    color: #163150;
    background: #fff;
}

.header-logo {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
}

.header-logo__text {
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #163150;
    transition: color 0.2s ease;
}

.header-logo.is-logo-dark .header-logo__text {
    color: #ffffff;
}

@media (max-width: 767px) {
    .header-logo__text {
        font-size: 20px;
    }
}

.menu__nav > li > a {
    font-weight: 500;
}

.blogSingle-content {
    font-size: 17px;
    line-height: 1.8;
    color: #516176;
}

.blogSingle-content h2,
.blogSingle-content h3,
.blogSingle-content h4 {
    color: #163150;
    margin-top: 1.8em;
    margin-bottom: 0.8em;
}

.blogSingle-content p:last-child {
    margin-bottom: 0;
}

.shadow-3 {
    box-shadow: 0 18px 60px rgba(22, 49, 80, 0.08);
}

.border-light {
    border: 1px solid #e7edf3;
}

.bg-light-2 {
    background-color: #f5f7fa;
}

.min-w-200 {
    min-width: 200px;
}

.form-control,
textarea,
input[type="text"],
input[type="email"],
input[type="password"] {
    width: 100%;
}

.alert {
    margin-top: 24px;
}
