
		.wrap-sphere-block{
		background-color: #4aab3d;
	}
	.sphere-block{
		background-color: #4aab3d;
		display: flex;
		align-content: center;
		margin-bottom: 100px;
	}
	.sphere-block	.wrap-text{
			width: 50%;
			padding-top: 80px;
			padding-bottom: 80px;
			/*padding-left: 65px;*/
	}
	.sphere-block	.wrap-text		.description{
		margin-bottom: 72px;

	}
	.sphere-block	.wrap-text .description .title{
		font-family: "Proxima-Bold" !important;
		font-size: 28px !important;
		line-height: 34px !important;
		color: #FFFFFF !important;
		margin-bottom: 16px !important;
	}


	.sphere-block	.wrap-text .description .text{
					font-family: "Proxima";
					font-size: 20px;
					line-height: 24px;
					color: #FFFFFF;
					
				}
	.sphere-block .wrap-text .description .text p{
		margin: 0px;
	}	

	.country-wrap .wrap{
		display: flex;
		align-items: center;
	}
	.country-wrap .wrap .item{
		margin-right: 32px;
	}

	.country-wrap .wrap .item .title{
		font-family: "Helvetica-Bold";
		font-weight: 600;
		font-size: 56px;
		line-height: 75px;
		color: #FBBA00;
		margin-bottom: 34px;
	}

	.wrap-sphere{
		width: 50%;
	}

	.item{
		display: flex;
		align-items: center;
		font-family: "Proxima";
		font-size: 24px;
		line-height: 29px;
		color: #FFFFFF;
		margin-bottom: 20px;
	}

	.item b{
		font-family: "Proxima-Bold";
		font-size: 28px;
		padding: 0px 6px; 	
	}

	.item img{
		margin-right: 16px;
	}
				


	@media only screen and (max-width: 768px) {
		.country-wrap .wrap{
				flex-direction: column;
				align-items: flex-start;
				
			}

		.country-wrap .wrap	.item{
			margin-right: 0px;
		}
		
		.sphere-block{
			flex-direction: column;
			padding: 0px 16px;
		}

		.sphere-block .wrap-text{
			width: 100%;
			padding-left: 0px;
    		padding-right: 0px;
    		padding-bottom: 20px;
		}

		.sphere-block .wrap-sphere{
			width: 100%;
		}
	}
	