/* Custom.css */
.tabs__buttons{
	    justify-content: space-around;
}


@media only screen and (max-width: 380px) {
  .block.alt *{
  	font-size:1.8rem;
  }
}

