@media print,
screen and (max-width: 767px) {
.rwd-grid-item p{
	margin-top:10px;}
.rwd-grid-item ul{
	margin-top:10px;}	

	

}
	.dis-set p::after{
	    position: absolute;
    content: "";
    margin: auto;
    display: block;
    width: 17px;
    height: 17px;
    top: 50%;
    right: 0px;
    margin-right: -11.5px;
    transform: rotate(43deg);
    background-color: #f3f3f5;
    z-index: 1;
    border: 2px dashed #a5a5b2;
    border-bottom: none;
    border-left: none;
    margin-top: -7px;}
.bg{
	background-color: #f3f3f5;
    border-radius: 5px;
    padding: 20px 10px;
    position: relative;
    border: 2px dashed #a5a5b2;
	width: 80%;
	}	
.reason-a {
    color: #0089B8!important;
}
.reason-a:hover {
    color: #81002a!important;
}
.common-width-set{
	width:97%!important;
	margin:0 auto!important;}
