
.row {
	margin-left: 0;
	margin-right: 0;
}

.subs-container {
	justify-content: center;
}
.subs-box {
	height: 100%;
}
.subs {
	border-radius: 15px;
	overflow: hidden;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	position: relative;
}
.subs-dgray {
	background: #837B78;
}
.subs-dgray h3 {
	color: #837B78;
}
.subs-title {
	background: #fff;
	display: flex;
	align-items: center;
	border-top-right-radius: 100px;
	border-bottom-right-radius: 100px;
}
.subs-price {
	margin-left: auto;
	padding: 2rem;
	text-align: center;
}
.subs-title h3 {
	position: relative;
	z-index: 1;
	font-family: neo-medium;
	line-height: 1.3;
	font-size: 1rem;
	margin-bottom: 0;
}
.subs-title h3 > span {
	display: block;
	font-size: 2rem;
	font-weight: bold;
}
.subs-price > h4 {
	color: #fff;
	font-size: 2rem;
	border: 2px solid #fff;
	padding: 1rem 2rem;
	border-radius: 50px;
}
.subs-body {
	padding: 2rem;
}
.subs-body p {
	color: #fff;
}
.subs-body > ul {
	list-style: unset !important;
	color: #fff;
	padding-left: 1.25rem;
}
.company-title > span {
	font-size: 1.25rem !important;
}
.subs-footer {
	margin-top: auto;
	padding: 0 2rem 2rem;
}
#jf-modal .modal-content {
    background: transparent;
}