.insp-page {
    background: #f6f4ef;
    padding: 42px 0 55px 0;
}

.insp-wrap {
    overflow: hidden;
}

.insp-main {
    float: left;
    width: 68%;
    font-size: 18px;
    line-height: 1.85em;
    color: #403d59;
}

.insp-side {
    float: right;
    width: 28%;
}

.insp-clear {
    clear: both;
}

.insp-breadcrumbs {
    font-size: 15px;
    color: #6a6a6a;
    margin-bottom: 14px;
}

.insp-breadcrumbs a {
    color: #6a6a6a;
}

.insp-title {
    font-size: 54px;
    line-height: 1.08em;
    font-weight: 600;
    color: #2f2f2f;
    margin: 0 0 26px 0;
}

.insp-intro {
    font-size: 22px;
    line-height: 1.7em;
    margin-bottom: 30px;
    color: #403d59;
}

.insp-subtitle {
    font-size: 20px;
    color: #6b7a7d;
    font-weight: 400;
    margin: 34px 0 22px 0;
}

.insp-main p {
    margin: 0 0 28px 0;
}

.insp-side-card {
    background: transparent;
}

.insp-side-title {
    font-size: 26px;
    font-weight: 600;
    color: #2f2f2f;
    margin: 0 0 22px 0;
}

.insp-side-line {
    display: inline-block;
    width: 30px;
    height: 3px;
    background: #8a6a45;
    margin-right: 10px;
    position: relative;
    top: -6px;
}

.insp-side-highlight {
    color: #8a6a45;
}

.insp-link-box {
    position: relative;
    display: block;
    background: #ffffff;
    border: 1px solid #e5e1da;
    padding: 18px 55px 18px 18px;
    margin-bottom: 12px;
    font-size: 16px;
    font-weight: 500;
    color: #333333;
    border-radius: 6px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.04);
    box-sizing: border-box;
}

.insp-link-box span {
    position: absolute;
    right: 14px;
    top: 50%;
    margin-top: -14px;
    width: 28px;
    height: 28px;
    line-height: 28px;
    border-radius: 14px;
    background: #3f4345;
    color: #ffffff;
    text-align: center;
    font-size: 14px;
}

.insp-link-box:hover {
    border-color: #d8c382;
}

.insp-link-box:hover span {
    background: #000000;
}

.insp-cta-btn {
    display: block;
    margin-top: 28px;
    background: #242628;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    padding: 18px;
    border-radius: 6px;
    letter-spacing: 0.6px;
}

.insp-cta-btn:hover {
    background: #000000;
    color: #ffffff;
}

@media screen and (max-width: 1200px) {
    .insp-main,
    .insp-side {
        float: none;
        width: 100%;
    }

    .insp-side {
        margin-top: 30px;
    }

    .insp-title {
        font-size: 42px;
    }
}

@media screen and (max-width: 800px) {
    .insp-title {
        font-size: 34px;
    }

    .insp-intro {
        font-size: 18px;
    }

    .insp-main {
        font-size: 16px;
    }
}