 

.nakladka {
    background: #000000;
    background: linear-gradient(48deg, rgb(3 33 124) 0%, rgba(0, 0, 0, 0) 139%);
}
	.tekst{
		bottom: 20px;
		left: 20px;
	}
	
	.kreskeczka{
		width: 40%;
		height: 1px;
		background-color: white;
		margin: 10px 0;
	}
	
	
	@media screen and (max-width: 911px){
		.tekst {
			bottom: 20px;
			left: 0px;
		}
		
		
	}