.nofakes {
    padding-top: 90px;
    padding-bottom: 85px;
}

.nofakes .wrapper {
    margin-left: 35%;
    width: 44%;
}

.nofakes .h4 {
    margin-bottom: 0;
    text-align: left;
}

.nofakes .h5 {
    margin-top: 15px;
    margin-bottom: 20px;
}

.nofakes p {
    margin-bottom: 5px;
}

@media screen and (max-width:999px) {

    .nofakes {
        padding: 100px 0;
    }

    .nofakes .wrapper {
        max-width: 100%;
    }

    .nofakes .wrapper {
        width: calc(100% - 80px);
        margin: auto;
    }


}

@media screen and (max-width:425px) {

    .nofakes .h4 {
        font-size: 28px;
        margin-bottom: 0;
    }

	.nofakes .h5 {
        font-size: 22px;
    }

}