.bg{
	background-image: url('images/bg.jpg');
	height: auto;
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
	color: #fff;
}
img{
	padding: 10px 0;
}
.bg-head{
	background-color: #000;
	border-radius: 10px 10px 0 0;
	padding: 20px;
	
}
.txt-dont, .txt-pink{
	font-size: 34px;
}
.txt-head{
	font-size: 28px;
}
.bg-purple{
	background-color: #6800ff;
	padding: 10px;

}
.bg-purple2{
	background-color:  rgba(19, 0, 93, 0.59);
	padding: 30px;
	font-size: 20px;
	word-break: break-all;
}
.txt-center{
	text-align: center;
}
ol{
	padding-left: 20px;
	list-style: decimal;
}
a{
	color: #e8015a;
}
.txt-pink{
	color: #ff00a8;
}
.p-txt{
	padding: 10px 0;
}
.txt-footer{
	font-size: 24px;
	border-radius: 0 0 10px 10px;
}
.condition{
	font-size: 16px;
}
@include media-breakpoint-down(sm) { 
	.txt-dont, .txt-pink{
	font-size: 24px;
	}
	.txt-head, .txt-footer{
	font-size: 20px;
	}	
}