	.intro{
		width: 90%;
	display:grid;
	grid-template-columns: 2fr 1fr;
	margin-top:20px !important;
	margin:auto;
	
	}
	.left-intro{
	margin:auto 0;
	width:95%
	
	}
	.left-intro h1{
	    color: #008000;
    font-weight: bold;
    font-size: 47px;
	    margin-bottom: 6px;
	
	}
	.left-intro h3{
	color: #dc2c1b;
    font-weight: bold;
	
	}
	
	
	
	.right-intro{
	margin:auto 0;
	}
	
	
	
	
	.all-grid{
		width: 100%;
    display: grid;
    grid-template-columns: 2.5fr 1fr;
    background: #fff9f9;
    padding: 14px;
	
	
	
	}
	.all-grid img{
		width: 100%;
	
	
	
	}
	
	.grid-one{
	margin:auto 0;
	
	}.grid-two{
	
	
	}
	.welcome-span{
	font-size:18px;
	font-style:italic;
	}
	.span-line{
	color: #1f5ec7;
    font-weight: bold;
    font-size: 36px;
	}
	.intro-text{
	font-size: 17px;
    line-height: 34px;
    margin-top: 14px;
	text-align:justify;
	
	}
	.right-box-one h2, .right-box-two h2{
	color: #ffffff;
    font-weight: bold;
    background: #1f5ec7;
    padding: 10px;
	margin-bottom:2px;
	}
	
	.right-box-one p, .right-box-two p{
	    font-size: 16px;
    text-align: justify;
    width: 95%;
	}
	
	
		@media only screen and (max-width: 767px){
	

    .intro {
    width: 100%;
    display: inherit;
    grid-template-columns: 2fr 1fr;
    margin-top: 20px;
    margin: auto;
}
.left-intro {
    
    width: 96%;
    margin: auto;
}

    .left-intro h1 {
        color: #1f5ec7;
        font-weight: bold;
        font-size: 31px;
        margin-top: 0;
    }

.left-intro h3 {
    color: #dc2c1b;
    font-weight: bold;
    margin-bottom: 0;
	text-align: justify;
}
.intro-text {
    font-size: 17px;
    line-height: 34px;
    margin-top: 14px;
    text-align: justify;
    height: 500px;
    overflow: scroll;
    width: 300px;
}













}