
/*	Mobile  */
	@media screen and (max-width: 440px) {



	}

/*	Desktop  */
	@media screen and (min-width: 441px) {



		#main-container{
			transition: all 0.5s;
			padding-top: 0rem !important;
			margin-top: 10rem !important;
		}

		.Container{
			display: flex;
			flex-direction: row;
			flex-direction: row;
			justify-content: flex-start;
			column-gap: 2rem;
			margin-left: 0rem !important;
		}


/*--------------------------------------------------------------------LEFT----------*/

		.left-column{
			width: 80%;
			display: flex;
			flex-direction: column;
			align-items: flex-start;
			justify-content: space-between;
			margin-right: 0rem;
			height: auto;
			position: relative;
			left: -3rem;
			background-image: url(/repository/files/2025041614420767FFA59FB50CE728715567.jpg);
			background-position: top;
			background-size: cover;
		}
		.left-column .title{
			/*font-size: 2rem;
			text-transform: uppercase;
			font-weight: 600;
			width: 60%;
			opacity: 0;
			margin-bottom: 7rem;*/

			display: none;
		}


		.button{
			border: 1px solid #ffffff;
			background: transparent;
			color: #ffffff !important;
			text-decoration: none;
			transition: all 0.3s ease;
			text-transform: uppercase;
			font-weight: 600;
			font-size: 0.7rem;
			padding: 1rem 5rem;
			margin: 3rem;
			top: 15rem;
			position: absolute;
			left: 10rem;
		}

		.button:hover{
			border: 1px solid #ffffff;
			background: #ffffff;
			color: #9c0034 !important;
		}

		.subtitle{
			font-size: 1.6rem;
			color: #9c0034;
			margin-top: 2.1rem;
			font-weight: 600;
		}



/*--------------------------------------------------------------------RIGHT---------*/

		.right-column{
			width: 60%;
		}
		.right-column img {
			margin: 4rem 1rem;
		}
		.right-column div h3 {
			text-transform: uppercase;
			margin-bottom: 3rem;
		}
		.right-column div .page-content {
			font-size: 0.85rem;
		}
		.right-column div .page-content p {
			margin-bottom: 3rem;
		}
		.right-column ul li {
			margin-bottom: 1rem;
		}



/*----------------------------------------------------------------------------------*/








}