.prefooter_area{
    background-color: $primaryColor;
    padding: 100px 0;
    color: #fff;
    border-bottom: 1px solid #696d81;
    .prefooter_heading{
        margin-bottom: 15px;
        h2{
            color: #fff;
            font-size: 35px;
            line-height: 42px;
            border-bottom: 1px solid #eee;
            width: 60%;
            margin: 10px 0;
        }
    }
    .prefooter_content{
        p{
            color: #fff;
            font-size: 15px;
            line-height: 25px;
        }
    }
}
.space{
    height: 15px;
}