div.comp-documents_wrapper {
    background: linear-gradient(100deg, #65CC71 0%, #3BAB48 100%);
}

div.comp-documents_wrapper-documents {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    width: 1400px;
    flex-flow: row wrap;
    padding-top: 15px;
    padding-bottom: 15px;
}

div.comp-documents_wrapper-documents a {
    border-bottom: none;
}

div.comp-documents_wrapper-document {   
    margin: 10px;
    cursor: pointer;
    position: relative;
    height: 250px;
    width: 250px;
    text-align: center;
    background-color: white;
    margin: 15px;
}

div.comp-documents_wrapper-document p {
    padding-top: 10px;
    color: black;
    height: 50px;
}

.comp-documents_download-icon svg,
.comp-documents_download-icon use {
    max-height: 50px;
    margin-bottom: 30px;
    stroke: black;
    fill: transparent;
    stroke-miterlimit:10;
    stroke-width:11px;
}

.comp-documents_wrapper_icon {
    min-height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}

div.comp-documents_wrapper-document:hover .comp-documents_download-icon svg,
div.comp-documents_wrapper-document:hover .comp-documents_download-icon use {
    stroke: #4CB658;
    fill: transparent;
}

div.comp-documents_wrapper-document:hover p {
    color: #4CB658;
}

@media(max-width: 1500px)
{
    div.comp-documents_wrapper-documents {
        width: 100%;
        text-align: center;
        padding: 0px 80px
    }
}