.row {
				max-width: 700px;
				width: 100%;
				overflow: hidden;
				margin: 20px auto;
				margin: 20px 0;
				left: 40px;
    			position: relative;
			}
			.column {
				width: 33%;
				float: left;
				padding: 0 10px;
				box-sizing: border-box;
			}
			.column img {
				max-width: 100%;
				width: 100%;
			}
			.disabled::after {
				content: '';
			    left: 0;
			    text-align: center;
			    display: block;
			    background: rgba(0,0,0,0.6);
			    width: auto;
			    height: 230px;
			    position: relative;
			    margin-top: -230px;
			}
			.btn {
				padding: 10px 1.5rem;
			    border-color: #ff3323;
			    background: #ff3323;
			    color: #ffffff;
			    text-decoration: none;
			    border-radius: 5px;
			    margin: 20px auto 0;
			    position: relative;
			    display: block;
			    width: 70%;
			    box-sizing: border-box;
			    text-align: center;
			}
			.btn.disabled::after {
				display: none;
			}
			.btn.disabled {
				background: #9b9b9b;
				cursor: not-allowed;
			}
			h3 {
				margin-top: 50px;
				font-family: "Poppins", "ProximaNova", Arial, Helvetica, sans-serif;
			}
			p,a {
				font-family: "Poppins", "ProximaNova", Arial, Helvetica, sans-serif;
			}
			@media all and (max-width: 480px) {
				.column {
   					width: 100%;
   					margin-bottom: 20px;
   					overflow: hidden;
   				}
			}