// —————————————————————————– // This file contains styles that are specific to the all pages. // —————————————————————————–

.wrapper {

padding: 75px 25px;
.item {
        background: #fff;
        padding: 50px;
        border: 1px solid #ddd;
        box-shadow: 0 2px 3px rgba(0,0,0,0.05);
        margin-bottom: 35px;
        .header {
                border-bottom: 3px solid #eee;
                color: #333;
                padding-bottom: 10px;
        }
}

}