.dles-files {
    padding: 1.5em 0;
}

.dles-sd-files , .dles-sd-files-container , .dles-sd-files-wrapper {
    display:flex;
    align-items:center;
    justify-content:space-between;
    flex-wrap:wrap;
    align-content:center;
    flex:0 0 100%;
}

.dles-sd-files-container {
    border-bottom: 2px solid #eaeaea;
    top:0;
    /*position:sticky;*/
}

.dles-sd-files-wrapper > p {
    margin: 0;
}
.dles-sd-files-wrapper > .row-30 {
    display: flex;
    grid-gap: 20px;
}

.dles-sd-files-wrapper > .row-40 {
    display: flex;
    grid-gap: 20px;
}

.dles-sd-files-wrapper > .row-50 {
    display: flex;
    flex-wrap: wrap;
    margin: 0.5em 0;
    grid-gap: 20px;
}


.row-30 {
    flex:0 0 30%;
    margin:0;
}

.row-40 {
    flex:0 0 40%;
    margin:0;
}

.row-50 {
    /*flex:0 0 50%;*/
    margin:0;
}

.dles-sd-files-wrapper {
    padding: 10px 0;
    border-bottom: 2px solid #eaeaea;
    box-sizing: border-box;
    width: 100%;
}

.dles-sd-files-wrapper .row-30 {
    color: #2A2A2A;
    font-size: 21px;
    font-weight: 300;
}

.dles-sd-files-wrapper .row-70 {
    color: #000;
    font-size: 21px;
}

.dles-sd-files-wrapper .row-40 {
    color: #2A2A2A;
    font-size: 21px;
    font-weight: 300;
}

.dles-sd-files-wrapper .row-60 {
    color: #000;
    font-size: 21px;
}

.dles-sd-files-wrapper .row-50 {
    color: #2A2A2A;
    font-size: 21px;
    font-weight: 300;
}

.row-70 {
    flex:0 0 70%;
    margin:0;
}

.row-60 {
    flex:0 0 60%;
    margin:0;
}

.dles-sd-files-container span {
    padding: 25px 0;
    box-sizing: border-box;
    display: block;
    color: #dc4588 !important;
    font-size: 18px;
    line-height: 17px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration:none;
    width: auto;
    -webkit-transition: 0.15s all ease-in-out;
    -moz-transition: 0.15s all ease-in-out;
    -o-transition: 0.15s all ease-in-out;
    transition: 0.15s all ease-in-out;
}


.dles-sd-files-wrapper > .row-30 a {
    background-color: #00B4E4;
    color: #fff;
    font-weight: 400;
    padding: 6px 1em;
    border-radius: 5px;
    transition: all .3s ease-in-out;
}

.dles-sd-files-wrapper > .row-40 a {
    background-color: #00B4E4;
    color: #fff;
    font-weight: 400;
    padding: 6px 1em;
    border-radius: 5px;
    transition: all .3s ease-in-out;
}

.dles-sd-files-wrapper > .row-50 a {
    background-color: #00B4E4;
    color: #fff;
    font-weight: 400;
    padding: 6px 1em;
    border-radius: 5px;
    transition: all .3s ease-in-out;
}

.dles-sd-files-wrapper > .row-30 a:hover {
    transform: scale(1.055);
    box-shadow: 0 4px 10px -3px rgb(0 0 0 / 65%);
}

.dles-sd-files-wrapper > .row-40 a:hover {
    transform: scale(1.055);
    box-shadow: 0 4px 10px -3px rgb(0 0 0 / 65%);
}

.dles-sd-files-wrapper > .row-50 a:hover {
    transform: scale(1.055);
    box-shadow: 0 4px 10px -3px rgb(0 0 0 / 65%);
}

.dles-sd-files-wrapper > .row-50 a:empty {
    display:none;
}

@media screen and (max-width: 1200px) {
    .dles-files {
        padding: 1.5em;
    }
}

@media screen and (max-width: 768px) {
    .row-70 {
        flex: 0 0 50%;
    }
    
    .row-60 {
        flex: 0 0 50%;
    }
}

@media screen and (max-width: 485px) {
    .row-70, .row-30,
    .row-60, .row-40, 
    .row-50 {
        flex: 0 0 100%;
    }
}