.advisto-brand-presentation {
    position: relative;
    width: 100vw;
    display: flex;
    flex-direction: column;

    .parallax-container {
        height: 474px;

        .parallax {
            height: 100%;
            background-attachment: fixed;
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
        }
		.fondu {
			background:linear-gradient(transparent, #F6F6F6);
			height:180px;margin-top: -180px;
		}
    }

    .brand-text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-self: center;
        padding: 1vh 2.5vw;
        width: 100%;
        max-width: 1200px;
        background-color: #F6F6F6;
		border-radius:4px;
        margin-top: -150px;
        gap: max(3vh, 30px);

        .brand-link {
            align-self: center;
            color: #fff;
            background-color: none;
            font-size: 18px;
            font-weight: 500;
            display: inline-block;
        }
    }
}