
.stripe-dt{
	font-size: 1.125rem;
	color: #21AF68;
}
.stripe-dl .stripe-dl-inner:nth-child(even) .stripe-dt{
	color: #4B976D;
}
.stripe-dd{
	font-size: 0.875rem;
	margin-left: 0;
}

/* :::::::::::::::::: smartphone :::::::::::::::::: */

/* 575px smartphone*/
@media (max-width: 575px) {

}

@media screen and (max-width: 667px) {
	
}
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {

}
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
	.stripe-dl-inner{
		flex-wrap: nowrap;
	}
	.stripe-dd{
		font-size: 1rem;
	}

}
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
	
}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	
}


/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
	
	
}