.box {
	min-width: 300px;
    position: relative;
    margin: 30px 0px 0px 0px;
}
.container {
	width: 100%;
}
.wrapper {
    background-color: #ffffff;
    /* padding: 6px 25px; */
    margin-bottom: 8px;
    border-radius: 5px;
    -webkit-box-shadow: 0 11px 15px rgba(0, 0, 80, 0.1);
    box-shadow: 0 11px 15px rgba(0, 0, 80, 0.1);
}

.toggle,
.content,
a {
	font-family: "Poppins", sans-serif;
}
.toggle {
	width: 100%;
	background-color: #eeeeee;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-size: 16px;
	color: #111130;
	font-weight: 600;
	border: none;
	outline: none;
	cursor: pointer;
	padding: 10px 25px;
}
.content {
	position: relative;
	font-size: 14px;
	text-align: justify;
	line-height: 35px;
	height: 0;
	overflow: hidden;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.content-wrapper{
	padding: 14px 24px;
}

.keywordbubble{
    background: white;
    padding: 5px 10px;
    border-radius: 50px;
    margin: 5px 10px 5px 0;
    box-shadow: 0 0 0.2em 0.2em rgba(0, 0, 0, 0.04);
    font-size: 12px;
    border: 1px dashed #aaa;
	text-decoration: none;
}
/* a {
	display: block;
	width: 100%;
	text-align: center;
	text-decoration: none;
	padding: 15px 0;
	border-radius: 5px;
	background-color: #ffffff;
	color: #111130;
	font-weight: 600;
	-webkit-box-shadow: 0 15px 25px rgba(0, 0, 50, 0.2);
	box-shadow: 0 15px 25px rgba(0, 0, 50, 0.2);
} */
/* .fab {
	color: #ff0000;
} */
