.wwr-expand_bg {
	position: relative;
	z-index: -1;
}

.wwr-expand_title {
	position: absolute;
	z-index: 1;
	top: 20%;
}

@media only screen and (max-width: 600px) {
	.wwr-expand_title {
		top: 10%;
	}
}

.wwr-bg-blue {
	background-color: #1E1E1E;
}

.wwr-bg-grey {
	background-color: #F2F0F0;
}

.wwr-text-green {
	color: #80C45E;
	font-size: 36px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
}

@media only screen and (max-width: 600px) {
	.wwr-text-green {
		font-size: 14px;
	}
}


.wwr-text-black {
	color: #121336;
	font-size: 36px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
}

@media only screen and (max-width: 600px) {
	.wwr-text-black {
		font-size: 18px;
	}
}

.wwr-des-white {
	color: #FFF;
	text-align: center;
	font-size: 18px;
}

@media only screen and (max-width: 600px) {
	.wwr-des-white {
		font-size: 12px;
	}
}

.wwr-des-black {
	color: #121336;
	text-align: justify;
	font-size: 18px;
}

.wwr-security-title {
	font-size: 20px;
	text-transform: uppercase;
	color: #1E1E1E;
	font-weight: bold;
}

.wwr-communication {
	background-color: #41425E;
	padding: 20px;
	border-radius: 20px;
}

.wwr-communication_title {
	color: #72AE59;
	font-size: 16px;
	font-weight: bold;
}

.wwr-communication_des {
	color: #fff;
	font-size: 14px;
}

.wwr-mr {
	margin-right: 2px;
}
@media only screen and (max-width: 600px) {
	.wwr-mr {
		margin-right: 0;
		margin-left: 0;
	}
}

.wwr-ml {
	margin-left: 2px;
}

@media only screen and (max-width: 600px) {
	.wwr-ml {
		margin-left: 0;
		margin-right: 0;
	}
}

.wwr-bnt {
	background-color: #121336;
    border: none;
    border-radius: 5px;
    color: #80C45E;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    padding: 10px 20px;
