.container-fluid .logo-home img{
	width: 144px;
	height: 40px;
}
.container .logo-item img {
	width: 116px;
	height: 30px;
	transform: translateY(-9px);
}
.container .foot-icon {
	width: 60px; 
	height: 60px;
}
.foot-link a {
	font-size:14px;
}
.foot-slogan {
	font-size: 24px;
	font-weight: 300;
}
.row p {
	color: #6a6a6a;
}
.row .font-large {
	font-size: 19px;
	font-weight: 300;
}
.mint {
      display: flex;
      justify-content: flex-start; 
      margin-bottom: 36px;
}
.container .nft-item {
	width: 660px;
	margin-bottom: 24px;
}
.alert-combination {
	width:60%;
	margin-top: 60px;
}

@media (max-width: 991.98px) {
	.mint {
        justify-content: center;
    }
    .row p{
    	font-size: 14px;
    }
    .alert-combination {
	width:90%;
	margin-top: 60px;
    }
}