/* div#block-smarthubbutton-2 {
    margin-left: 33% !important;
} */

@media screen and (max-width: 768px) {
	div#block-smarthubbutton-2 {
    margin-left: 15% !important;
}
}

/* .header-second .region-header {
    justify-content:flex-end ;
}
*/

@media (min-width: 768px) {
.header-second .region-header {
    justify-content: flex-end;
}
}

