div.block-guarantees
{
	position: relative;
    float: left;
    width: 100vw;
    left: 50%;
    margin-left: -50vw;
    padding: 50px 0px;
    background: #1d293d;
}

	div.guarantees-wrap
	{
		display: flex;
		justify-content: space-between;
		margin: 0px 140px;
	}
	
		span.guarantees-title
		{
			display: block;
			font-size: 48px;
			font-weight: 900;
			text-align: center;
			color: #fff;
		}
		
		span.guarantees-info
		{
			display: block;
			font-size: 18px;
			text-align: center;
			color: #fff;
		}