.into-the-sunset .page-column {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.into-the-sunset .its-header {
	padding: 50px;
	background-color: #392705;
}

.into-the-sunset .its-header span {
	display: inline-block;
	width: 100%;
	height: 100%;
    background-image: url(../images/graphic-design/into-the-sunset/into-the-sunset-0.webp);
    background-size: cover;
    background-position: bottom;
    
}


.into-the-sunset h2 {
	color: #da9e07;
}

.into-the-sunset .logo-nav .logo,
.into-the-sunset .software svg {
	fill: #da9e07;
}

.into-the-sunset .burger > span {
	background: #da9e07;
}

.into-the-sunset .page2 .page-column:first-child,
.into-the-sunset .page3 .page-column:nth-child(2),
.into-the-sunset .page4 .page-column:first-child,
.into-the-sunset .page5 .page-column:nth-child(2) {
    background-color: #da9e07;
}



.into-the-sunset .page2 .image {
    background-image: url(../images/graphic-design/into-the-sunset/into-the-sunset-1.webp);
}

.into-the-sunset .page3 .page-column:first-child .image {
    background-image: url(../images/graphic-design/into-the-sunset/into-the-sunset-2.webp);
}

.into-the-sunset .page3 .page-column:last-child .image {
    background-image: url(../images/graphic-design/into-the-sunset/into-the-sunset-3.webp);
}

.into-the-sunset .page4 .page-column:nth-child(2) {
	display: none;
}

.into-the-sunset .page4 .image {
    background-image: url(../images/graphic-design/into-the-sunset/into-the-sunset-4.webp);
}

.into-the-sunset .page a {
    color: #da9e07;
}

.into-the-sunset .software > div:hover::before {
	color: #da9e07;
}


@media (max-width: 799px) {
	.into-the-sunset .page:nth-child(2n) .page-column:last-child .image,
	.into-the-sunset .page:nth-child(2n+1) .page-column:first-child .image {
		margin-top: 0;
		height: calc(100% - var(--container-border-size) /2);
	}

    .into-the-sunset .page3 .page-column .image {
		margin-top: 0;
		height: calc(100% - var(--container-border-size) /2);
	}

	.into-the-sunset .page1 .page-column:first-child div {
		background-position: center;
	}

	.into-the-sunset .its-header {
		padding: 0;
	}


	.into-the-sunset .page2 .page-column:nth-child(1) {
		order: 1;
	}

	.into-the-sunset .page3,
	.into-the-sunset .page4 {
		background-color: #da9e07;
	}
	.into-the-sunset .page2 .page-column:nth-child(2),
	.into-the-sunset .page3 .page-column:nth-child(1),
	.into-the-sunset .page4 .page-column:nth-child(1),
	.into-the-sunset .page4 .page-column:nth-child(2) {
		background-color: var(--color-background);
	}

	.into-the-sunset .page4 .page-column:nth-child(2) {
		display: block;
	}
}

@media (min-width: 1500px) {
	.into-the-sunset .its-header span {
		background-position: center;
		
	}
}



