.dapp-card {
    text-align: center;
    width: 300px;
    height: 400px;
    overflow: hidden;
    
    display: inline-block;
    padding: 10px 20px;
    margin: 10px;
}


.dapp-card h2 {
	color: white;
    font-weight: 700;
    font-size: 22px;
    margin: 0;
    padding: 0 0 23px 0;
}

        .dapp-card h3 {
            font-size: 15px;
            font-weight: 700;
            margin-top: 10px;
        }

        .dapp-card p {
			color: white;
            font-size: 13px;
        }

    .dapp-summary {
		color: white;
        text-align: center;
        overflow: hidden;
    }

.dapp-summary_img {
	color: white;
    width: calc(100% - 125px);
}
.dapps-summariesx {    text-align: center;	background-color: white;  background-repeat: no-repeat;  background-attachment: fixed;  background-position: 50% 50%;}

.dapps-summaries {
    text-align: center;
    background: url(../img/backgrounds/dapp_grid.png);


  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: 50% 50%;


}





.dapp-summaries_article {
    text-align: center;
    padding: 40px 0 80px 0;
    max-width: 1200px;
    margin: auto;
}
