#particles-js .animte-img {
	width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
#particles-js .animte-img img{
	margin: auto;
}
.tile-manager{
	position: relative;
	margin-bottom: 10px;
}
.tile-manager h5{
	position: absolute;
	left: 40px;
	top: 5px;
	font-size: 18px;
	font-weight: 600;
	color: var(--primary-color1);
}



.item-manager{
	text-align: center;
}
.item-manager img{
    display: inline-block;
    margin: 0 auto;
    margin-bottom: 10px;
}
.item-manager h4{
	font-weight: bold;
    margin-bottom: 0;
}

.item-manager h3{
	font-weight: bold;
    margin-bottom: 0;
    font-size: 60px;
    font-family: 'SanFranciscoDisplay';
    font-weight: lighter;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: radial-gradient(#4e3729, #b18b2e, #4e3729);
}