.t228__rightcontainer {
	flex-direction: row-reverse;
	gap: 0 !important;
	justify-content: center;

}

.t228__right_descr {
	font-weight: 600;
	font-size: 14px;
	margin: 0!important;
}

@media screen and (max-width: 500px) {
.t228__right_buttons_wrap {
  flex-direction: column;
}

.t228__rightcontainer {
	flex-direction: column-reverse !important;
}
}