.da-thumbs {
    list-style: none;
    position: relative;
    margin: 50px auto;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.da-thumbs li {
    width: 18%;
    text-align: center;
    margin: 0 20px 20px 0;
    background: #fff;
    position: relative;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.da-thumbs li:nth-child(1),
.da-thumbs li:nth-child(3),
.da-thumbs li:nth-child(5),
.da-thumbs li:nth-child(7),
.da-thumbs li:nth-child(9) {
    background: rgb(50, 209, 92, 0.25);
}

.da-thumbs li:nth-child(2),
.da-thumbs li:nth-child(4),
.da-thumbs li:nth-child(6),
.da-thumbs li:nth-child(8),
.da-thumbs li:nth-child(10) {
    background: rgb(49, 144, 228, 0.25);
}

.da-thumbs li p {
    margin: 15px 0 0 0;
    font-size: 14px;
    color: #0F3052;
    font-weight: 500;
}

.da-thumbs li a,
.da-thumbs li a img {
    display: block;
    position: relative;
}

.da-thumbs li a>img {
    margin: auto;
}

.da-thumbs li a {
    overflow: hidden;
    padding: 20px 23px;
    height: 100%;
}


.da-thumbs li a div {
    padding: 20px 24px;
    position: absolute;
    left: 0;
    background: #0F3052;
    /* background: #f1f1f1; */
    color: #fff;
    width: 100%;
    height: 100%;
    top: 100%;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    box-shadow: inset 0 0px 3px rgba(0, 0, 0, 0.3);
}

.da-thumbs li a div span {
    display: block;
    padding: 15px 0 0 0;
    font-weight: normal;
    color: #fff;
}