.landa-first-strip {
	/* margin-top: 125px; */
	height: 327px;
	background-position: center;
	position: relative;
	background-image: url(../default_stripe_d.html);
}

.landa-first-strip .bg-image {
	position: absolute;
	top: 0;
	left: auto;
	right: 0;
	height: 327px;
	width: 100%;
}

.landa-first-strip .bg-image img {
	height: 100%;
	width: 100%;
	object-fit: cover; 
}
@media (min-width: 550px) {
	.landa-first-strip .bg-image img { 
			top: 0;
		position: absolute;
	}
}

.landa-first-strip #cover-strip-text {
	font-size: 60px;
	font-weight: 500;
	letter-spacing: 1.5px;
	color: #00afef;
	text-align: left;
	text-transform: uppercase;
}
 
.landa-first-strip p {
	font-size: 24px;
	font-weight: 300;
	letter-spacing: 0.6px;
	text-align: left;
	color: #afc7da;
	text-transform: capitalize;
}
@media (max-width: 1100px) {
	.landa-first-strip #cover-strip-text,
	.landa-first-strip p { 
		text-align: center;
	}

}
@media (max-width: 550px) {
	.landa-first-strip #cover-strip-text {
		font-size: 40px;
		text-transform: uppercase;
		margin-bottom: 10px; 
		word-wrap: break-word;
	}
    .landa-first-strip {
		margin-top: 20px;
		height: 490px;
		background-repeat: no-repeat;
		background-position: center right;
		background-size: cover;
        	background-image: url(../default_stripe_m.html);
	}
	.landa-first-strip .bg-image {
		top: auto;
		bottom: 0;
		height: auto;
	}
	.landa-first-strip h2 {
		font-size: 35px;
		margin-bottom: 16px;
		font-weight: 500;
		text-align: center;
	}
	.landa-first-strip p {
		font-size: 20px;
		text-align: center; 
	}
}