#affectYou {
    clear: both;
    font-weight: bold;
    padding-left: 0px;
    margin: 24px 0 !important;
    padding: 0 !important;
}

.theGrey {
    background-color: #eaeaea;
    height: auto;
    width: 100%;
    padding: 20px 20px;
    margin: 16px 0;
}

.clickBox {
    background-color: white;
    width: 90%;
    margin: 8px 10px 16px 10px;
    height: 116.84px;
    width: 96%;
}

.clickboxLink {
    font-size: 15px !important;
    line-height: 0 !important;
}

.clickBox:hover {
    background-color: #414042;
    color: white;
}

.clickboxContent:hover>a {
    color: white;
}

.clickboxText {
    padding: 5px 10px;
    margin: 0;
}

.clickboxContent {
    padding: 10px 0px;
}

.affectimg {
    width: 190px;
    float: left;
    margin-right: 10px;
}

.affectimg:hover+.clickboxContent a {
    color: white;
}

@media (max-width: 750px) {
    #affectYou {
        margin: 20px 20px 15px !important;
    }

    .theGrey {
        background-color: #eaeaea;
        height: auto;
        width: auto;
        padding: 5px 0;
    }

    .clickBox {
        margin: 5px 10px;
        width: 95%;
        background-color: #eaeaea;
    }

    .clickboxLink {
        padding: 0 10px;
    }

    .clickboxText {
        padding: 10px 10px;
    }

    .clickBox:hover {
        background-color: #eaeaea;
        color: #323132;
    }

    .clickBox:hover>a {
        color: #414042;
    }

    .affectimg {
        display: none;
    }

    a :focus-visable {
        outline: "none";
    }
}