section[data-cattype="83006"].osp-83006-section {
    width: 100%;
    padding: 110px 0 118px;
    background-color: #FBFAF6;
}

[data-cattype="83006"] .osp-83006-container {
    box-sizing: border-box;
    width: calc(100% - 40px);
    max-width: 1255px;
    margin-right: auto;
    margin-left: auto;
}

[data-cattype="83006"] .osp-83006-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 0.92fr);
    column-gap: clamp(70px, 9vw, 175px);
    align-items: start;
}

[data-cattype="83006"] .osp-83006-heading,
[data-cattype="83006"] .osp-83006-content {
    min-width: 0;
    text-align: left;
}

[data-cattype="83006"] .osp-83006-eyebrow {
    margin-bottom: 20px;
    color: #536B3B;
    font-family: 'DM Sans', Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

[data-cattype="83006"] .osp-83006-heading h2 {
    max-width: 620px;
    margin: 0;
    color: #D87958;
    font-family: 'Newsreader', Georgia, serif;
    font-size: 52px;
    font-weight: 400;
    line-height: 1.02;
    text-align: left;
    text-transform: none;
}

[data-cattype="83006"] .osp-83006-paragraph,
[data-cattype="83006"] .osp-83006-paragraph p {
    color: #6F726A;
    font-family: 'DM Sans', Arial, sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.4;
}

[data-cattype="83006"] .osp-83006-paragraph {
    max-width: 545px;
    margin-bottom: 32px;
}

[data-cattype="83006"] .osp-83006-paragraph p {
    margin: 0;
}

[data-cattype="83006"] .osp-83006-link {
    position: relative;
    display: inline-block;
    padding-bottom: 5px;
    color: #1E241C;
    font-family: 'DM Sans', Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.25;
    text-decoration: none;
    text-transform: uppercase;
}

[data-cattype="83006"] .osp-83006-link::after {
    content: '';
    display: inline-block;
    width: 25px;
    height: 15px;
    margin-left: 10px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='15' viewBox='0 0 25 15'%3E%3Cpath d='M1 7.5h22M16.5 1l6.5 6.5-6.5 6.5' fill='none' stroke='%231E241C' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: -2px;
    transition: transform 0.25s ease;
}

[data-cattype="83006"] .osp-83006-link::before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 1px;
    background-color: #536B3B;
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform 0.25s ease;
}

[data-cattype="83006"] .osp-83006-link:hover,
[data-cattype="83006"] .osp-83006-link:focus {
    color: #1E241C;
}

[data-cattype="83006"] .osp-83006-link:hover::before,
[data-cattype="83006"] .osp-83006-link:focus::before {
    transform: scaleX(1);
}

[data-cattype="83006"] .osp-83006-link:hover::after,
[data-cattype="83006"] .osp-83006-link:focus::after {
    transform: translateX(4px);
}

@media (max-width: 991px) {
    section[data-cattype="83006"].osp-83006-section {
        padding: 88px 0 94px;
    }

    [data-cattype="83006"] .osp-83006-layout {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
        column-gap: 60px;
    }

    [data-cattype="83006"] .osp-83006-heading h2 {
        font-size: 40px;
    }
}

@media (max-width: 767px) {
    section[data-cattype="83006"].osp-83006-section {
        padding: 68px 0 76px;
    }

    [data-cattype="83006"] .osp-83006-container {
        width: calc(100% - 40px);
        max-width: 620px;
    }

    [data-cattype="83006"] .osp-83006-layout {
        grid-template-columns: 1fr;
        row-gap: 36px;
    }
}

@media (max-width: 480px) {
    [data-cattype="83006"] .osp-83006-container {
        width: calc(100% - 32px);
    }

    [data-cattype="83006"] .osp-83006-link {
        font-size: 16px;
    }
}
