﻿

.folder {
    padding-top: 15px;
    width: 150px;
    height: 105px;
    margin: 0 auto;
    margin-top: 25px;
    position: relative;
    background-size: 100%;
    background-color: #eab886;
    background-image: url("../");
    border-radius: 0 6px 6px 6px;
    box-shadow: 4px 4px 7px rgba(0, 0, 0, 0.59);
}

    .folder:before {
        content: '';
        width: 50%;
        height: 12px;
        border-radius: 0 20px 0 0;
        background-color: #708090;
        position: absolute;
        top: -12px;
        left: 0px;
    }
