@media only screen and (max-width: 770px){
	.home-tab .left-home{
		border-right: 0;
	}
	.toggle-button-menu{
		display: unset;
	}
}
@media only screen and (max-width: 575px){
	.home-tab{
		padding: 0px 12px;
	}
}