
    .expert-card-link {
        font-family: "Graphik Bold", "Arial", Sans-Serif;
        font-size: 13px;
    }

    .check-list {
        list-style: none;
    }

    .check-mark {
        position: absolute;
        left: 10px;
        width: 60px;
        height: 60px;
    }

    .purple-text {
        color: #7E00FF;
        font-size: 2.4rem;
        line-height: 2.4rem;
        font-family: "Graphik Semibold", "Arial", Sans-Serif;
    }

    .image-module .img-static {
        width: 100%;
    }

    .padding-left {
        padding: 1%;
    }

    .padding-left label {
        font-family: "Graphik Bold", "Arial", Sans-Serif;
        padding-bottom: 10px;
        font-size: 1.76rem;
    }

    @media screen and (max-width: 768px) {
        .check-mark {
            padding: 0.8em;
            margin-top: -0.8em;
        }

        .purple-text {
            font-size: 1.6rem !important;
            line-height: 1.6rem !important;
        }
    }

    .expert-card-link {
        font-family: "Graphik Bold", "Arial", Sans-Serif;
        font-size: 13px;
    }

    .parent-purple {
        color: #7E00FF
    }

    @media screen and (min-width: 1000px) {
        #hero-carousel .topic-link {
            font-size: 1.8rem !important;
        }
    }
