.wholesale-content {
	padding: 20px 45px 0;
	display: flex;
	justify-content: space-between;
}

.wholesale-content .ws-box {
	max-width: 33.3%;
	text-align: center;
}

.wholesale-content .ws-box:last-child {
	border-right: 0;
}

.wholesale-content .ws-box img {
	height: 67px;
	display: inline-block;
	margin-bottom: 25px;
}

.wholesale-content .ws-box p {
	margin-bottom: 15px;
}

.wholesale-content .wholesale-widget-text {
	border-right: 1px solid #618ec4;
	padding: 0 32px;
	height: calc(100% - 149px);
}

.wholesale-content .ws-box:last-child .wholesale-widget-text {
	border-right: 0;
}

/* ---------------Wholesale Media Query -------------------- */
@media screen and (max-width:1119px) {
	.wholesale-content {
		padding: 20px 0 32px;
	}

	.wholesale-content .ws-box:last-child {
	border-bottom: 0;
	padding-bottom: 0;
	}

	.wholesale-content .ws-box p:last-child{
		margin-bottom: 0;
	}

	.wholesale-content .wholesale-widget-text {
		padding-left: 22px;
		padding-right: 22px;
	}

}

@media screen and (max-width:1023px) {
	.wholesale-content {
		display: block;
		padding-bottom: 0;
	}

	.wholesale-content .ws-box {
		max-width: 100%;
		border-bottom: 1px solid #618ec4;
		padding: 20px 0;
	}

	.wholesale-content .wholesale-widget-text {
		border-right: 0;
		height: auto;
	}

}

@media screen and (max-width:767px) {
}

@media screen and (max-width:639px) {
	.wholesale-content .ws-box:last-child {
		border-bottom: 1px solid #618ec4;
	}
	.wholesale-content .wholesale-widget-text {
		padding: 0;
	}

}

@media screen and (max-width:479px) {

}
