.text-b {
	font-weight: 500;
}
.topic_with_img {
    margin-bottom: 40px;
}
.cosmetic_item {
    margin-bottom: 75px;
}
.topic_with_img img {
	object-fit: contain;
	object-position: top;
}
#csec169130955023 h4 {
	padding-bottom: 25px;
	margin-bottom: 35px; 
}
@media screen and (max-width: 950px) {
	.topic_with_img img {
		width: 50%;
		margin-left: 25%;
		margin-right: 25%;
		object-position: center center;
	}
	.topic_with_img .topic_content {
		width: 100%;
	}
}
@media screen and (max-width: 750px) {
		#csec169130955023 h4 {
		padding-bottom: 20px;
		margin-bottom: 30px; 
	}
}

/**/
.csection-cells > .cell[data-type="hgroup"][data-level="3"] .hgroup-wrap {
	padding-bottom: 30px;
	border-bottom: 2px solid var(--color-border-dark);
	margin-bottom: 40px;
}
@media screen and (max-width: 750px) {

	.csection-cells > .cell[data-type="hgroup"][data-level="3"] .hgroup-wrap {
		padding-bottom: 20px;
		border-bottom: 2px solid var(--color-border-dark);
		margin-bottom: 30px;
	}
}