#buy_nft {
	/* width:100%; */
	overflow-x:hidden;
	padding:48px 0 24px 0;
}

#buy_nft .container{
	display: flex;
	flex-direction: column;
	align-items:center;
	padding:33px 0 54px 0 !important;
}
#buy_nft .block_title {
	font-size: 40px;
}
#buy_nft .block_text {
	font-weight: 400;
	font-size: 20px;
	line-height: 150%;
	margin:0 0 40px 0;
}
#buy_nft .carousel_bottom img,
#buy_nft .carousel_top img{
	margin:0 16px;
	border-radius: 10px;
	max-height:384px;
	min-height: 384px;
	width:auto;
}
#buy_nft .btn{
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    padding: 12px 20px;
    background: #21c95d;
    box-shadow: 0 1px 2px #1018280d;
    color: #fff;
    border-radius: 8px;
    transition: .3s;
}
#buy_nft .btn:hover{
    background-color: #B70B25;
}
#buy_nft .btn span {
    font-size: 18px;
    margin: 0 8px 0 0;
}
.block_title{
    font-family: Lexend;
    font-weight: 500;
    font-size: 40px;
    line-height: 140%;
    color: inherit;
    font-family: Nunito;
    margin: 0 0 15px;
}
@media screen and (max-width: 767px) {
	.block_title{
        text-align: center;
    }
    #buy_nft .block_text,
	#team .block_text,
	.block_text{
		font-size:16px;
        text-align: center;
	}	
	#buy_nft .carousel_bottom img, 
	#buy_nft .carousel_top img{
		max-width:200px;
		max-height:200px;
		min-height: auto;
	}
}