/* =eb-infobox-rod8d= Ends */

/* eb-infobox-rod8d Starts */
.eb-infobox-wrapper.eb-infobox-rod8d {
	padding-top: 35px;
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom: 35px;
	background-color: rgba(251, 196, 154, 1);
	transition: background .5s, border .5s, border-radius .5s, box-shadow .5s;
}

.eb-infobox-wrapper.eb-infobox-rod8d:before {
	transition: background .5s, opacity .5s, filter .5s;
}

.eb-infobox-wrapper.eb-infobox-rod8d .infobox-wrapper-inner {
	flex-direction: column;
}

.eb-infobox-wrapper.eb-infobox-rod8d .contents-wrapper {
	flex: 1;
	text-align: center;
	text-align: left;
}

.eb-infobox-wrapper.eb-infobox-rod8d .title {
	font-family: "Open Sans", sans-serif;
	font-size: 27px;
	line-height: 36px;
	font-weight: 600;
	font-style: normal;
	padding-top: 0px;
	padding-bottom: 0px;
	color: rgba(61, 61, 61, 1);
}

.eb-infobox-wrapper.eb-infobox-rod8d .description {
	font-family: "Open Sans", sans-serif;
	font-size: 16px;
	line-height: 26px;
	font-weight: 400;
	padding-top: 10px;
	padding-bottom: 50px;
	color: rgba(61, 61, 61, 1);
}

.eb-infobox-wrapper.eb-infobox-rod8d .eb-button-inner-wrapper {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}

.eb-infobox-wrapper.eb-infobox-rod8d .eb-button-loadmore.infobox-btn, .eb-infobox-wrapper-eb-infobox-rod8d .eb-button-loadmore.infobox-btn, .eb-infobox-wrapper.eb-infobox-rod8d .eb-button-anchor.infobox-btn {
	background-color: var(--eb-global-button-background-color);
	border-radius: 10px;
	font-size: 20px;
	padding-top: 15px;
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom: 15px;
	color: var(--eb-global-button-text-color);
	transition: all .3s, background .5s, border .5s, border-radius .5s, box-shadow .5s;
}

.eb-infobox-wrapper.eb-infobox-rod8d .eb-button-anchor.infobox-btn:hover, .eb-infobox-wrapper-eb-infobox-rod8d .eb-button-loadmore.infobox-btn:hover, .eb-infobox-wrapper.eb-infobox-rod8d .eb-button-loadmore.infobox-btn:hover {
	border-radius: 10px;
	color: var(--eb-global-button-text-color);
}

.eb-parent-eb-infobox-rod8d {
	display: block;
}

.root-eb-infobox-rod8d {
	position: relative;
}

@media (max-width: 1024px) {
	.eb-parent-eb-infobox-rod8d {
		display: block;
	}
}

@media (max-width: 767px) {
	.eb-parent-eb-infobox-rod8d {
		display: block;
	}
}
