.beck-home-card {
	background: #fff;
	border: 1px solid #DDE6ED;
	border-radius: 10px;
	overflow: hidden;
	margin-top: 40px;
	margin-bottom: 40px;
}

.beck-home-photo {
	padding: 0;
}

.beck-home-photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.beck-home-content {
	padding: 10px 22px;
}

body #content P.beck-home-label {
	margin: 0 0 -10px;
	color: var(--link-color);
	font-size: 1.4rem;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
}

body #content P.beck-home-sponsored {
	/*margin: 0 0 12px;*/
	color: #758595;
	font-size: 1.5rem;
}

#home #content .beck-home-content h2 {
	margin-top: 20px;
}

#home #content .beck-home-content h3 {
	margin-bottom: 10px;
}

body #content P.beck-home-offer {
	line-height: 1.5;
	margin-top: .15em;
	margin-bottom: 0;
}

.beck-home-content p:last-child {
	line-height: 1.5;
	margin-top: .15em;
	margin-bottom: 0;
}

.beck-home-cta {
	position: relative;
	padding: 20px;
	text-align: center;
}

.beck-home-cta:before {
	content: "";
	position: absolute;
	left: 0;
	top: 15%;
	height: 95%;
	width: 1px;
	background: #DDE6ED;
}

.beck-home-icon {
	margin-bottom: 10px;
	color: var(--link-color);
	font-size: 2.2rem;
}

.beck-home-cta p {
	margin-bottom: 16px;
	font-size: .95rem;
}



@media (max-width: 767px) {
    .beck-home-card {
    	padding: 10px;
    }

    .beck-home-photo img {
        width: 180px;
        height: auto;
        margin: 20px auto 0;
        border-radius: 8px;
    }

    .beck-home-photo {
        text-align: center;
    }
    
    .beck-home-icon,
    .beck-home-cta P {
    	display: none;
    }

}