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

/* cards */

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

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

	display: flex;
	flex-direction: column;
	gap: 1em;
	justify-content: space-between;
}

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

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

.theme-rounded .p-info img {
	float:right;
	margin-left: 20px;
}

.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;
	margin-bottom:0;
	padding-bottom:0;
}

.theme-rounded .btn-cont {
	
}

.theme-rounded .btn-offer {
	display:block;
	background: #70ab00;
	border: 0;
	border-radius: 22px;
	color: #fff;
	cursor: pointer;

    font-family: Roboto, sans-serif;
    font-size: 1em;
    font-weight: 500;
	letter-spacing: 0.03em;

    height: 40px;
    
    display: flex;
    justify-content: center;
	align-items: center;
}

.theme-rounded .btn-offer:hover {
	color:#fff;
	background: #527c00;
}





