.dotte-textBox.text-right {
	border-bottom: 1px dotted black;
    width: 50%;
    margin: 0 0 15px auto;
}

@media screen and (max-width:768px) {
	.dotte-textBox.text-right {
    width: 100%;
}
}