.generators-main-top-white {
	background-color: #F7F7F7;
  padding: 23px 30px 23px 30px;
	min-height: 125px;
}

.generators-main-top-white-title {
	font-weight: bold;
	font-size: 16px;
	color: #0D0D0D;
	margin-bottom: 15px;
}

.generators-main-top-white-box-item {
	margin-bottom: 20px;
	overflow: hidden;
}

.generators-main-top-white-box-item:last-child {
	margin-bottom: 0;
}

.generators-main-top-white-box-item a {
	text-decoration: none;
	color: #0D0D0D;
	font-weight: 700;
	font-size: 13px;
	line-height: 30px;
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #0D0D0D;
	transition: 0.2s linear;
	position: relative;
}

.generators-main-top-white-box-item a:hover {
	text-decoration: none;
	color: #0D0D0D;
	/* border-bottom: 1px solid #FFE921; */
	transition: 0.2s linear;
}

.generators-main-top-white-box-item a:after {
	content: "";
	position: absolute;
	width: 100%;
	bottom: -1px;
	height: 1px;
	left: -100%;
	background-color: #FFE921;
	transition: 0.2s linear;
}

.generators-main-top-white-box-item a:hover::after {
	left: 0;
	transition: 0.2s linear;
}
