.plone_one_wrapper{
	overflow: hidden;
	position: relative;
	background-color: #131618;
	padding-bottom: 60px;
	padding-top: 60px;
}

.plone_one_container{
	overflow: hidden;
}

.plone_one_line{
	width: 100%;
	height: 130px;
	display: flex;
	border-bottom: 2px solid rgba(255,255,255,0.1);
	position: relative;
}

.plone_one_line:last-child{
	border-bottom: none;
}

.plone_one_line_title{
	float: left;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.plone_one_line_price{
	float: left;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	border-left: 2px solid rgba(255,255,255,0.1);
}

.plone_one_line_title_title{
	font-family: Roboto;
  font-size: 24px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.2px;
  text-align: left;
  color: rgba(255, 255, 255, 0.8);
  padding-bottom: 15px;
}

.plone_one_line_title_text{
	font-family: Roboto;
  font-size: 18px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.2px;
  color: #999999;
}

.plone_one_line_price{
	font-family: Roboto;
  font-size: 24px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.2px;
  text-align: center;
  color: rgba(255, 255, 255, 0.8);
}

/* Large desktops and laptops */
@media (min-width: 1400px) {
}

/* Large desktops and laptops */
@media (min-width: 1200px) and (max-width: 1399px) {
}

/* Portrait tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
}

/* Landscape phones and portrait tablets */
@media (min-width: 481px) and (max-width: 767px) {
	.plone_one_line{
		height: auto;
		flex-direction: column;
	}
	.plone_one_line_title{
		align-items: center;
		text-align: center;
		padding-top: 16px;
	}
	.plone_one_line_title_text{
		padding-bottom: 12px;
	}
	.plone_one_line_price{
		padding-bottom: 20px;
	}
}

/* Landscape phones and smaller */
@media (max-width: 480px) {
	.plone_one_line{
		height: auto;
		flex-direction: column;
	}
	.plone_one_line_title{
		align-items: center;
		text-align: center;
		padding-top: 16px;
	}
	.plone_one_line_title_text{
		padding-bottom: 12px;
	}
	.plone_one_line_price{
		padding-bottom: 20px;
	}
}	