#top .__section--page--top .content .__title.h1{color: var(--rbb-color-1)}

@media only screen and (min-width: 990px) {
	    #top .__section--page--top .content .__title.h1 {
        max-width: 75%;
    }

	#top .__rbb--dots {
		margin-top: auto;
		padding-bottom: 72.5px;
		padding-right: 50px;
	}
	#top .template-page.content{padding-top: 150px; padding-bottom: 150px; width: 75%;}
}

#top .__section--page--top .content{
	justify-content: space-between;
}

@media only screen and (min-width: 1740px) {
    #top .__rbb--dots{padding-right: calc((100vw - 1640px) / 2);}
}

#top .__rbb--dots {
    padding: 50px 5% 50px 5%;
}