.table-of-content {
	background: #ededed;
	padding: 45px 34px
}

.table-of-content .title {
	font-size: 28px;
	font-family: "Montserrat Medium"
}

.table-of-content ul {
	font-family: "Montserrat Light";
	font-size: 22px;
	border-left: 3px solid #db398d;
	padding-left: 20px
}

.table-of-content ul li {
	list-style: none;
	margin-bottom: 15px;
	line-height: 28px
}

.buy-toy {
	background: #f1f1f1;
	padding: 40px 33px
}

.buy-toy .title {
	font-size: 33px;
	font-family: "Montserrat Medium";
	line-height: 40px
}

.buy-toy .description {
	font-family: "Montserrat Light";
	font-size: 20px
}

.buy-toy button {
	border: 0;
	background: #000;
	color: #fff;
	font-family: "Montserrat Light";
	font-size: 15px;
	padding: 13px 0;
	border-radius: 0
}

.buy-toy .img-toy {
	margin: 0 -13px
}

.buy-toy .img-toy img {
	width: 100%
}

.article-content {
	font-family: "Montserrat Light";
	font-size: 20px
}

.article-content .img-desc {
	font-family: "Montserrat Light";
	font-size: 18px;
	color: #5b5b5b
}

.article-content iframe {
	max-width: 100%
}

.femtech-focus img {
	margin-bottom: 36px
}

.femtech-focus p {
	font-family: "Montserrat Light";
	font-size: 20px;
	margin-bottom: 73px
}

.about-writer {
	background: #ffc107;
	padding: 70px 0 60px 0
}

.about-writer p {
	font-family: "Montserrat Light";
	font-size: 20px
}

.about-writer a {
	color: #000;
	text-decoration: underline
}

.about-writer a:hover {
	text-decoration: #fff underline
}

#the-verdict-out-of-five img {
	margin: 0;
	display: inline-block
}

.article-content .aligncenter {
	margin-left:auto;
	margin-right:auto;
	padding: 0;
}

.article-content .alignleft {
	float: left;
	padding-right: 10px;
}

.article-content .alignright {
	float: right;
	padding-left: 10px;
}