    .leftnew {
        float: left;
        width: 70%;
		text-align: justify;
    }
    .rightnew {
        float: right;
        width: 30%;
		margin-right: -50px;
		margin-top: 50px;
    }
    imgresponsive {
        max-width: 100%;
		width: 45%;
        height: auto;
    }
    .group:after {
        content:"";
        display: table;
        clear: both;
    }
    @media screen and (max-width: 480px) {
        .leftnew, .rightnew {
            float: none;
            width: auto;
        }
    }
	
	
	