 
/*--------------------------------------------------------------
# Custom
--------------------------------------------------------------*/

div.polaroid {
    border: 1px;
    border-color: lightgray;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    /*box-shadow: 0 .35rem .85rem rgba(0, 0, 0, .25);*/
    text-align: center;
}
div.polaroid_none {
    border: 1px;
    border-color: white;
}
.bullet_none {
    list-style-type: none;
}
.check_list div {
    width: 300px;   
}

.check_list ul {
    font-size: 24px;
    list-style-type: none;
}
 
.service_list {
    font-size: 20px;
    list-style-type: none;
}
.topic_list {
    font-size: 18px;
    list-style-type: none;
    color: #7E590B;
}
 
 
 