/* стили для кнопки */

.imgtextfourteen-info__btn {
	display: inline-block;
	text-align: center;
	font-size: 16px;
	padding: 13px 28px;
	box-sizing: content-box;
	opacity: 0.8;
	outline: none;
	border-style: solid;
	text-transform: uppercase;
}

.imgtextfourteen-info__btn {
	transition: all 0.2s;
}

.imgtextfourteen-info__btn:hover {
 	opacity: 1;
 	text-decoration: none;
}
.imgtextfourteen-info__btn:active {
 	transform: scale(0.97);
 	opacity: 0.7;
}

.imgtextfourteen-info__btn:focus {
	text-decoration: none;
}

/* стили секции */

.imgtextfourteen {
	position: relative;
	overflow: hidden;
	padding: 60px 0;
	background-size: cover;
	background-position: center;
}

.imgtextfourteen-info {
	padding: 30px 15px;
}

.imgtextfourteen-info__title {
	max-width: 350px;
	font-family: Roboto;
	font-size: 35px;
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: 0.5px;
	text-align: left;
	color: #fff;
	margin-bottom: 20px;
}

.imgtextfourteen-info__text {
	max-width: 350px;
	font-family: Roboto;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.5;
	color: #aeaeae;
	margin-bottom: 30px;
	letter-spacing: 0.4px;
}


@media (min-width: 992px) {
	.imgtextfourteen {
		padding: 75px 0;
	}
	.imgtextfourteen-info {
		display: flex;
		flex-direction: column;
		justify-content: center;
		height: 450px;
		overflow: hidden;	
		padding-left: 55px;
	}
}