
.p-section {
	display: flex;
	gap: 40px;
}

/* cards */

.theme-rounded .p-card
{
	padding:25px 20px 20px;
	margin:0 auto;
	position: relative;

	border: 3px solid #eaeaea;
	border-radius: 25px;
	flex:1;
}

.theme-rounded .p-card a {
	text-decoration:none;
}

.theme-rounded .p-info {
	height: calc(100% - 40px);
}

.theme-rounded .p-info img {
	float:right;
}

.theme-rounded .p-title
{
	font-weight:800;
	font-size:1.4em;
	font-family:Roboto;
	color:#000;
	letter-spacing: -.03em;
	line-height: 1em;
	margin: .5em 0 .5em 0;
}

.theme-rounded .p-badge
{
	font-weight:800;
	font-size:.8em;
	font-family:Roboto;
	color:#fff;
	background-color:#ed0e0e;
	letter-spacing: -.02em;
	padding: .2em .5em;
	border-radius:2em;
}

.theme-rounded .p-promo
{
	font-weight:400;
	font-size:13px;
	font-family:Roboto;
	color:#333;
	line-height: 1.2em;
}

.btn-offer {
	display:block;
	background: #00ab04;
	border: 0;
	border-radius: 20px;
	color: #fff;
	cursor: pointer;

    font-family: Open Sans, sans-serif;
    font-size: 1em;
    font-weight: 600;
    height: 40px;
    
    display: flex;
    justify-content: center;
	align-items: center;
}

.btn-offer:hover {
	color:#fff;
	background: #027504;
}





