.hero-interior {
    &#insights-hero {
        .hero-subheading {
            .subheading {
                max-width: none;
                margin-left: 0;
            }
        }
    }
    h1 {
        margin-bottom: 0;

        .hero-line {
            display: inline-block;
        }
    }
    .hero-subheading {
        margin-top: 2.4rem;

        .subheading {
            max-width: 770px;
            line-height: 1.25;
            margin-left: 100px;
            margin-bottom: 0;

            @media screen and (max-width: 1200px) {
                margin-left: 80px;
            }
            @media screen and (max-width: 991px) {
                margin-left: 60px;
            }
            @media screen and (max-width: 768px) {
                margin-left: 40px;
            }
            @media screen and (max-width: 576px) {
                margin-left: 0px;
                text-align: center;
            }
        }
    }
    .human-iq-mark {
        position: absolute;
        bottom: 85px;
        right: 0;
        width: 110px;
        height: 110px;
        background-image: url('../../../assets/svg/human-iq-mark.svg');
        background-size: cover;
        background-repeat: no-repeat;
        transform: rotate(-45deg);

        @media screen and (max-width: 1300px) {
            bottom: 50px;
            width: 90px;
            height: 90px;
        }
        @media screen and (max-width: 991px) {
            bottom: 20px;
            width: 70px;
            height: 70px;
        }
        @media screen and (max-width: 768px) {
            bottom: 0px;
            width: 50px;
            height: 50px;
        }
        @media screen and (max-width: 576px) {
            display: none;
        }
    }
}