/* =========================================================
   OSP 83003 - Item Title + Two Descriptions
========================================================= */

section[data-cattype="83003"] {
    position: relative;
    width: 100%;
}

section[data-cattype="83003"] * {
    box-sizing: border-box;
}

section[data-cattype="83003"] .osp83003-wrapper {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 70px 30px;
}

section[data-cattype="83003"] .osp83003-item {
    width: 100%;
}

section[data-cattype="83003"] .osp83003-item + .osp83003-item {
    margin-top: 45px;
}

section[data-cattype="83003"] .osp83003-title {
    margin: 0 0 18px;
    color: #174E8C;
    font-size: 42px;
    font-weight: 700;
    line-height: 1.2;
}

section[data-cattype="83003"] .osp83003-description {
    margin: 0;
    color: #333333;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.7;
    text-align: left;
}

section[data-cattype="83003"] .osp83003-description-two {
    margin-top: 16px;
}

@media (max-width: 760px) {

    section[data-cattype="83003"] .osp83003-wrapper {
        padding: 50px 20px;
    }

    section[data-cattype="83003"] .osp83003-title {
        margin-bottom: 14px;
        font-size: 32px;
    }

    section[data-cattype="83003"] .osp83003-description {
        font-size: 16px;
        line-height: 1.65;
    }

    section[data-cattype="83003"] .osp83003-description-two {
        margin-top: 14px;
    }

    section[data-cattype="83003"] .osp83003-item + .osp83003-item {
        margin-top: 36px;
    }
}
