div.block-area#technologies
{
	display: flex;
	align-items: center;
	width: 100%;
    padding: 100px 0px;
    box-sizing: border-box;
	background: #014f79;
}

	div.block-four-container
	{
		width: 1100px;
		margin: 0px auto;
	}
	
		div.block-four-content
		{
			display: flex;
			width: 100%;
			margin-bottom: 60px;
		}
	
			div.block-four-wrap.content
			{
				width: 320px;
				margin-right: 120px;
			}
			
			div.block-four-wrap.img
			{
				width: 660px;
			}
			
				span.block-four-title
				{
					display: flex;
					color: #fff;
				}
				
					span.block-four-title-large
					{
						font-size: 80px;
						line-height: 100px;
						text-transform: uppercase;
					}
					
					span.block-four-title-r
					{
						font-size: 50px;
					}
					
					span.block-four-title-tech
					{
						display: block;
						font-size: 32px;
						color: #fff;
						margin-bottom: 40px;
					}

					span.block-four-content-desc
					{
						display: block;
						font-size: 20px;
						color: #fff;
					}
					
			div.block-four-wrap.ctrl
			{
				text-align: center;
			}
			
				a.block-four-btn
				{
					display: inline-block;
					width: 250px;
					padding: 13px;
					font-size: 18px;
					font-weight: 600;
					line-height: 20px;
					text-align: center;
					color: #fff;
					border: 1px solid #fff;
					border-radius: 5px;
					box-sizing: border-box;
					transition: 0.2s;
					-o-transition: 0.2s;
					-webkit-transition: 0.2s;
				}
				
				a.block-four-btn:hover
				{
					color: #014f79;
					background: #9ccfde;
					border: 1px solid #9ccfde;
				}
