.texttitle{
	font-size: var(--ds-size-font-s-7, 64px);
	color: black;
	
	
}


@media screen and (max-width: 980px) {
	.btn-banner{
		display: contents;
	}
	
	.texttitle{
		font-size: 2.25rem;
	}
	
}