
/*---------------------
Categories
-----------------------*/

.categories__item {
height: 440px;
position: relative;
margin-bottom: 30px;
}
.categories__item__text {
background: #ffffff;
text-align: center;
padding: 15px 0;
position: absolute;
left: 15px;
bottom: 15px;
width: calc(100% - 30px);
}
.categories__item__text h4 {
color: #111111;
padding: 0 10px;
}
.categories__item__text span {
font-size: 14px;
color: #444444;
display: block;
}