.nossas-linhas{
	height: 650px;
}
.nl-texto{
	width:582px
}
.nl-imagens{

}
.nl-imagem-wrap {
  filter: drop-shadow(3px 3px 6px rgba(0, 0, 0, 0.16));
}
.nl-imagem{
	width:270px;
	height:270px;
	background-color:ivory;
	-webkit-mask-image: url("../imgs/img-alpha.svg");
	mask-image: url("../imgs/img-alpha.svg");
	margin-right: auto;
    margin-left: auto;
}
.nl-img1{
	background:url("../imgs/nl-img1.jpg");
	background-size: cover;
}
.nl-img2{
	background:url("../imgs/nl-img2.jpg");
	background-size: cover;
}
.nl-img3{
	background:url("../imgs/nl-img3.jpg");
	background-size: cover;
}
.nl-img4{
	background:url("../imgs/nl-img4.jpg");
	background-size: cover;
}
.nl-textos{
	width:260px;
}

.nl-hdiv{
	width:30px;
}

@media (max-width: 768px) {
	.nl-textos{
		width:100%;
		font-size:0.8em;
	}
	.nl-texto{
		width:initial;
	}
}
@media (max-width: 1200px) {
	.nossas-linhas{
		height: initial;
		
	}
	.nl-imagem-wrap {
		margin-bottom: 2.5em;
	}

}
