.sw19p-single-tips {
    .sticky-tips-header {
        position: sticky;
        top: 65px;
        padding: 30px 0 37px 0;
        border-bottom: 6px solid #20498a;
        background-color: #fff;
        line-height: normal;
        z-index: 1;

        .sw19s-std-wrap {
            display: flex;
            align-items: center;
            justify-content: space-between;
        }

        .left a {
            color: #111111;
            text-transform: uppercase;
            text-decoration: none;
        }

        .left h1 {
            font-size: 24px;
            font-weight: bold;
            color: #111111;
            margin: 5px 0 0 0;
        }

        .sw19s-btn {
            text-transform: uppercase;
        }

        .try-free {
            display: inline-block;
        }

        .try-free p {
            font-family: Roboto, sans-serif;
            color: #a1a1a1;
            font-size: 12px;
            line-height: normal;
            text-align: center;
            margin: 10px 0 0 0;
        }
    }

    .main {
        padding-top: 60px;

        h2 {
            font-size: 22px;
        }

        h3 {
            font-size: 20px;
        }

        .sw19s-std-wrap {
            display: flex;
        }

        .quick-links {
            max-width: 330px;
            flex-shrink: 0;
            margin-right: 23px;
            align-self: flex-start;
            position: sticky;
            top: 250px;
        }

        .quick-links h3 {
            font-size: 18px;
            font-weight: bold;
            color: #111111;
            margin: 0;
        }

        .quick-links h4 {
            margin-top: 18px;
        }

        .quick-links h4 a {
            font-size: 14px;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.29;
            text-decoration: none;
            font-weight: normal;
            color: #a1a1a1;
            transition: all .25s ease-in-out;
        }

        .quick-links h4 a:hover {
            font-weight: bold;
            color: #111111;
        }

        .content > p:first-child {
            margin-top: 0;
        }

        .content p {
            font-size: 16px;
            line-height: normal;
        }
    }

    @media (max-width: 800px) {
        .sticky-tips-header {
            position: static;
        }
    }
    
    @media (max-width: 992px) {
        .quick-links {
            display: none;
        }
    }
}
