#info-host.resell {
	background: rgb(29,218,184);
	background: linear-gradient(90deg, rgba(29,218,184,1) 0%, rgba(42,245,152,1) 100%);
}

#info-host.resell img {
	
}

#info-host.resell h4 {
	text-transform: none !important;
	color: #2E8B66;
	font-weight: bold;
	font-size: 26px;
}

#info-host.resell h6 {
	font-size: 24px;
	display: block;
	font-size: 20px;
	font-weight: 400;
	color: #fff;
	text-transform: none !important;
}

#info-host button {
	cursor: pointer;
	margin-right: 15px;
  	position: relative;
  	transition: all .35s;
  	overflow: hidden;
}

#info-host button span{
  position: relative;
  z-index: 2;
}

#info-host button i {
	font-size: 10px;
	margin-left: 8px;
}

#info-host button:after{
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: rgba(0, 0, 0, 0.08);
  transition: all .35s;
  border-radius: 5px;
}

#info-host button:hover{
  color: #fff;
}

#info-host button:hover:after{
  width: 100%;
}

#info-host button.buy {
	background: #2E8B66;
	border: none;
	padding: 8px 20px;
	border-radius: 5px;
	color: #fff;
	font-size: 14px;
	box-shadow: none;
	font-weight: 600;
}

#info-host li {
	display: flex;
	align-items: center;
}

#info-host li span {
	color: #2E8B66;
	font-size: 18px;
}

#info-host li h6 {
	padding-left: 10px;
	margin: 5px 0;
}

#reseller {
	background: url(../img/panel.svg) no-repeat #fff;
	background-size: 600px;
	background-position-x: center;
	background-position-y: 280px;
	padding: 3em;
	height: 450px;
}

#reseller .row {
	margin: 1em 0;
}

#reseller h3 {
	margin-bottom: 2em;
	text-transform: uppercase;
	font-weight: 700;
	color: rgb(29,218,184);
}

#reseller h5 {
	font-weight: 700;
}

#reseller p {
	color: #666;
	font-weight: 300;
}

