.partner {
    background: rgba(0, 0, 0, 0.2);
	width: 100%;
	height: auto;
	float: left;
	margin: 0 0 30px 0;
	position: relative;
	box-sizing: border-box;
	padding: 15px 40px 30px 40px;
}

.partner-description {
	overflow: hidden;
	font-size: 20px;
	font-family: ExoSoftMedium;
	color: #c8d5f2;
	margin: 15px 0 10px 0px;
	text-align: center;
    text-align: justify;
    text-justify: inter-word;
    line-height: 1.5;
}

.buy-vip-btn {
	padding: 30px 0;
}

<!--.buy-vip-btn div {
	display: inline-block;
	height: 74px;
	border: 5px solid rgb(0, 0, 0);
	background: rgb(8, 112, 223);
	width: 250px;
	border-radius: 50px;
	margin: 0 50px;
	box-sizing: border-box;
	padding: 9px 0 0 0;
	transition: 0.5s;
	color: rgb(255, 255 ,255);
}-->

.buy-vip-btn div {
    display: inline-block;
    height: 50px;
    border: 3px solid rgb(0, 0, 0);
    background: rgb(8, 112, 223);
    min-width: 185px;
    border-radius: 10px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 2px 0 0 0;
    transition: 0.5s;
    color: rgb(255, 255 ,255);
}

.off div {
    opacity: 0.4;
    user-select: none;
}

.buy-vip-btn div:hover {
	box-shadow: 0 0 30px rgb(8, 112, 223);
	transition: 0.5s;
}

.buy-vip-btn span {
	font-size: 20px;
	font-family: ExoSoftMedium;
	display: block;
    text-align: center;
    top: 4px;
    position: relative;
}