*{
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}

.conditions{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 13px;
}

.conditions .content{
	width: 90%;
} 

.conditions .content h4{
	font-size: 16px;
	color: rgb(255, 98, 130);
}

.conditions .content h5{
	color: gray;
	font-size: 15px;
}