.wp-block-ub-tabbed-content-holder{
	display: flex;
	align-self: flex-end;
    width: 70%;
    z-index: 5;
}
.wp-block-ub-tabbed-content-holder.left{
	align-self: flex-start;
}
.wp-block-ub-tabbed-content-tab-content-wrap{
    font-size: 1em;
    line-height: 1.9em;
}
@media screen and (max-width: 500px) {
	.wp-block-ub-tabbed-content-tab-content-wrap{
		font-size: 1em;
		line-height: 1.9em;
	}
	.wp-block-ub-tabbed-content-holder{
		width: 100%;
	}
}
