section[data-cattype="83008"].osp-83008-section {
    width: 100%;
    padding: 82px 0 88px;
    background-color: #D87958;
}

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

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

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

[data-cattype="83008"] .osp-83008-eyebrow {
    margin-bottom: 20px;
    color: #FBFAF6;
    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="83008"] .osp-83008-heading h2 {
    max-width: 610px;
    margin: 0;
    color: #FBFAF6;
    font-family: 'Newsreader', Georgia, serif;
    font-size: 52px;
    font-weight: 400;
    line-height: 1.02;
    text-align: left;
    text-transform: none;
}

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

[data-cattype="83008"] .osp-83008-paragraph {
    max-width: 570px;
    margin-bottom: 28px;
}

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

[data-cattype="83008"] .osp-83008-link {
    position: relative;
    display: inline-block;
    padding-bottom: 5px;
    color: #FBFAF6;
    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="83008"] .osp-83008-link::after {
    content: '\2192';
    display: inline-block;
    margin-left: 9px;
    font-size: 25px;
    line-height: 0;
    vertical-align: -1px;
    transition: transform 0.25s ease;
}

[data-cattype="83008"] .osp-83008-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="83008"] .osp-83008-link:hover,
[data-cattype="83008"] .osp-83008-link:focus {
    color: #FBFAF6;
}

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

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

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

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

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

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

    [data-cattype="83008"] .osp-83008-container {
        max-width: 620px;
    }

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

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

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