@import url('https://fonts.googleapis.com/css2?family=Seaweed+Script&display=swap');

.section .brand-quotes {
    max-width: 920px;
	margin: 100px 0 80px;
}

.section .brand-quotes h1 {
    font-size: 32px;
    font-weight: 700;
    font-style: italic;
    line-height: 1.5;
	padding: 0;
}

.section .brand-quotes h1:after {
	content: none;
}

.section .brand-quotes .brand-qoutes-name {
    font-family: "Seaweed Script", cursive;
    font-size: 24px;
    font-weight: 400;
    font-style: normal;
	margin: 0 0 3px
}

.section .brand-quotes .brand-qoutes-role {
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
	margin: 0;
}

@media screen and (max-width: 990px) {
    .home .section.section-hero-banner {
        background-position-x: 65%;
    }

    .section .brand-quotes {
        margin: 60px 0 40px;
    }

    .section .brand-quotes h1 {
        font-size: 24px;
    }

    .section .brand-quotes .brand-qoutes-name {
        font-size: 20px;
        margin: 0;
    }

    .section .brand-quotes .brand-qoutes-role {
        font-size: 14px;
    }
}

.about-us .section.section-hero-banner:after {
	content: none;
}


.about-us .section.section-hero-banner {
	background-position-x: 10%;
}

.about-us .section .brand-quotes-about-us {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
    max-width: 100%;
	margin: 80px 0 100px;
}

.about-us .section .brand-quotes-about-us  h1 {
	max-width: 700px;
    font-size: 28px;
    font-weight: 700;
    font-style: italic;
    line-height: 1.5;
	padding: 0;
	text-align: right;
	margin-bottom: 10px;
}

.about-us .section .brand-quotes-about-us  h1:after {
	content: none;
}

.about-us .section .brand-quotes-about-us .brand-qoutes-name {
    font-family: "Seaweed Script", cursive;
    font-size: 24px;
    font-weight: 400;
    font-style: normal;
	margin: 0 0 3px
}

.about-us .section .brand-quotes-about-us .brand-qoutes-role {
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
	margin: 0;
}

@media screen and (min-width: 1601px) {
	.about-us .section.section-hero-banner {
		background-position-x: 60%;	
	}
}


@media screen and (max-width: 1520px) {
	.about-us .section .brand-quotes-about-us  h1 {
		max-width: 625px;
		font-size: 24px;
	}
}

@media screen and (max-width: 990px) {
	.about-us .section.section-hero-banner {
		background-image: url(https://2.dev.ramgroup.com/brighten-au/wp-content/uploads/2026/01/background-jason-tablet.png) !important;
	}
	
	.about-us .section .brand-quotes-about-us {
		align-items: flex-start;
		max-width: 100%;
		margin: 150px 0 0;
		background: linear-gradient(285deg, #ffffff12, #96B84C);
		padding: 20px;
	}

	.about-us .section .brand-quotes-about-us  h1 {
		font-size: 16px;
		text-align: left;
	}

	.about-us .section .brand-quotes-about-us .brand-qoutes-name {
		font-size: 16px;
		margin: 0 0 -5px;
	}

	.about-us .section .brand-quotes-about-us .brand-qoutes-role {
		font-size: 12px;
	}
}

@media screen and (max-width: 480px) {
	.about-us .section.section-hero-banner {
		background-image: url(https://2.dev.ramgroup.com/brighten-au/wp-content/uploads/2026/01/background-jason-mobile.png) !important;
		background-position-x: 50%;
	}
}