
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700|Titillium+Web');


.gopro-wrap {

	width: 85%; 
	//background: linear-gradient(135deg, #8700FB 0%, #00C1A8 100%);
	padding: 5px;
	display: inline-block;

	h3, h4 {
	   	font-family: 'Titillium Web', sans-serif;
	   	text-align: center;
	}
	
	h3 { font-size: 26px; } 
	h4 { font-size: 22px; }
	
	p { 
	   	font-family: 'Source Sans Pro', sans-serif;
	   	font-size: 15px;

	}

	.center { 
		text-align: center;
	}

	.block { 
		margin: 0 auto;
		width: 90%;
		clear: both;
		padding: 30px 0;
					
		.image { 
			margin: 0 auto; 

			text-align: center;
			clear: both;
			img { 
				width: auto;
				max-width: 100%; 
			}	
		}
		.item { 
			margin-right: 3%;
			float: left; 
			width: 45%;
		}
	}
	
	
	.maxbutton-start-converting {
		position: relative;
		text-decoration: none;
		display: inline-block;
		border-color: #505ac7;
		box-shadow-color: #333;
		width: 260px;
		height: 66px;
		border-top-left-radius: 100px;
		border-top-right-radius: 100px;
		border-bottom-left-radius: 100px;
		border-bottom-right-radius: 100px;
		border-style: solid;
		border-width: 0px;
		background-color: #00c1a8;
		.mb-text {
			color: #fff;
			font-family: Source Sans Pro;
			font-size: 23px;
			text-align: center;
			font-style: normal;
			font-weight: normal;
			padding-top: 22px;
			padding-right: 0px;
			padding-bottom: 14px;
			padding-left: 0px;
			line-height: 1em;
			box-sizing: border-box;
			display: block;
			background-color: unset;
			position: relative;
		}		
	}
	
}
