.pcCard {
	margin-bottom: 10% !important;
	width: 100%;
	filter: drop-shadow(0px 5px 20px rgba(0, 0, 0, 0.2));
}

.pcPromoCard {
	/* margin-bottom: 10% !important; */
	filter: drop-shadow(0px 5px 20px rgba(0, 0, 0, 0.2));
}

.pcContainer .col-md-4, .pcContainer .col-md-8 {
	padding: 0px;
} 

.pcCard .card-img-top {
	height: 200px;
    object-fit: cover;
    border-radius: 15px 15px 0 0;
    object-position: 75%;
}

.pcCard #colorfulBrain {
	object-position: 75% 65%;
}

.bodyOfCard {
	background: #F5F5F5;
    border-radius: 0px 0px 15px 15px;
    height: 200px; /*PBI312900: height property modified from 165px to 200px*/
    padding: 0 30px !important;
}

.pcPromoCard {
	width: 100%;
}

/* Updated padding for PBI-301263 */
.promoCardBody {
	padding: 0 20px !important;
	background-color: #F5F5F5;
    height: 200px;
    width: 100%;
    border-radius: 0 0 15px 15px;
    justify-content: center;
    align-items: flex-start;
}

.promoImg {
	border-radius: 15px 15px 0 0;
    height: 200px;
    object-fit: cover;
}

.promoRow {
	display: flex;
	flex-direction: column;
}

.promoCardImg, .promoCardContent {
	width: 100%;
}
	
.pcCardTitle {
	text-align: left;
    margin-left: 0px;
    margin-top: 20px;
    font-family: 'Verdana';
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	line-height: 17px;
	color: #202020;
}

.pcCardText {
	text-align: left;
    font-family: 'Verdana';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 135.03%;
    color: #202020;
    width: 100%;
    padding-left: 0px;
    margin-left: 0 !important;
}

.pcCard .buttonClear_bottomRight, .pcPromoCard .buttonClear_bottomRight {
	padding-top: 0px;
	padding-bottom: 0px;
}

.pcCard .buttonClear_bottomRight, .pcPromoCard .buttonClear_bottomRight {
	padding-left: 0px !important;
}

.pcCard .buttonBlueOnWhiteNew, .pcPromoCard .buttonBlueOnWhiteNew {
	padding-right: 15px;
}

@media screen and  (max-width: 767.9px) {
	.pcContainer {
		width: 90%;
	}
	
	.col-4, .col-6, .col-8 {
		width: 100%;
	}
	
	.promoImg {
		border-radius: 15px 15px 0 0;
	    height: 200px;
	    object-position
	}
	
	.pcCard #colorfulBrain {
		object-position: 45% 65%;
	}
	
	.bodyOfCard {
		height: auto !important;
	}
	
	.promoCardBody {
	    border-radius: 0px 0px 15px 15px;
	    height: auto !important;
	    padding: 0 30px !important;
	    align-items: normal;
	}
	
	.pcCardTitle {
		text-align: center;
		margin-left: 0px;
	}
	
	.pcCardText {
	    padding-left: 15px;
	    display: auto !important;
	    -webkit-line-clamp: 3;
	    -webkit-box-orient: vertical;
	    overflow: hidden;
	}
	
	.pcCard .buttonBlueOnWhiteNew, .pcPromoCard .buttonBlueOnWhiteNew {
		padding-right: 0px;
		margin-bottom: 5px;
	}
	
	.pcCard .buttonBlueOnWhiteNew .btn, .pcPromoCard .buttonBlueOnWhiteNew .btn {
		margin-left: 0px;
	}
}

@media screen and (min-width:768px) and (max-width: 1023.9px) {
	.pcContainer {
		width: 85%;
	}
	
	.col-4, .col-6, .col-8 {
		width: 100%;
	}
	
	.pcCard, .pcPromoCard  {
		margin-bottom: 5% !important;
	}
	
	.promoImg {
	    object-position: 0%;
	}
	
	/*PBI312900 : updated with the ids childOnMonkeyBars, dadOnlyWithSmallChildBondingOrangeShirt*/
	.pcCard #childOnMonkeyBars, .pcPromoCard #dadOnlyWithSmallChildBondingOrangeShirt {
		object-position: 0% 30%;
	}
	
	/*PBI312900 : updated with the id manWorkingOnLaptopAtHomeGreyShirt*/
	.pcCard #manWorkingOnLaptopAtHomeGreyShirt {
		object-position: 0% 30%;
	}
}

@media screen and (min-width:1024px) and (max-width:1439.9px) {
	.pcContainer {
		width: 80%;
	}
	.col-4, .col-6, .col-8 {
		width: 100%;
	}
	
	.pcCard, .pcPromoCard {
		margin-bottom: 5% !important;
	}
	
	/*PBI312900 : updated with the ids childOnMonkeyBars, dadOnlyWithSmallChildBondingOrangeShirt*/
	.pcCard #childOnMonkeyBars, .pcPromoCard #dadOnlyWithSmallChildBondingOrangeShirt {
		object-position: 0% 33%;
	}
	
	/*PBI312900 : updated with the id manWorkingOnLaptopAtHomeGreyShirt*/
	.pcCard #manWorkingOnLaptopAtHomeGreyShirt {
		object-position: 0% 25%;
	}
	
	/*PBI312900 : updated with the id needHelp*/
	.pcCard #needHelp {
	    object-position: 0% 40%;
	}
	
	.pcCard #groceryCart {
	    object-position: 0% 55%;
	}
	
	.pcCard #colorfulBrain {
	    object-position: 0% 45%;
	}
}

@media screen and (min-width: 1440px) {
	.pcContainer {
		max-width: 1125px !important;
	}
	
	/* .pcPromoCard {
		margin-bottom: 3% !important;
	} */
	
	.promoCardBody {
		padding: 0 65px !important;
		height: 365px;
		border-radius: 0 15px 15px 0;
	}
	
	.promoImg {
		border-radius: 15px 0 0 15px;
		height: 365px;
	}

	.promoRow {
		display: flex;
		flex-direction: row;
	}
	
	.promoCardImg {
		width: 33.3333333333%;
	}
	
	.promoCardContent {
		width: 66.6666666667%;
	}
}