.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 {
    width: 250px;
    height: 50px;
    background: linear-gradient(to bottom, rgb(8, 112, 223), #0046a1);
    border-radius: 10px;
    font-family: ExoSoftLight;
    box-sizing: border-box;
    cursor: pointer;
}

.buy-vip-btn div:hover {
    background: #0056d2;
}

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

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