.factcheck {
    clear: both;
    margin-bottom: 30px;
    background-color: white;
}

.factcheck-image {
    float: left;
    width: 30%;
    margin-bottom: 30px;
}

.factcheck-statement {
    float: left;
    width: 70%;
}

.factcheck-statement h3 {
    margin-bottom: 10px;
}

.factcheck-meta {
    float: left;
    width: 100%;
    margin-bottom: 60px;
}
.factcheck-meta a {
    padding: 15px 30px;
    background: #ed1b24;
    border-radius: 8px;
    margin-top: 15px;
    color: white;
    transition-duration: 0.2s;
}
.factcheck-meta a:hover {
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    text-decoration: none;
    opacity: 0.9;
}
.factcheck {
    float: left;
    width: 100%;
}
.factcheck-image {
    width: 25%;
    overflow: hidden;
    margin-right: 5%;
}
.factcheck-statement {
    margin-bottom: 20px;
}
@media screen and (max-width: 992px) {
    .factcheck-statement {
        width: 100% !important;
    }
    .factcheck-meta {
        margin-bottom: 50px;
    }
    .factcheck-meta a {
        width: 30%;
        margin-right: 70%;
        margin-bottom: 60px;
    }
}