.Intro .Header {
        font-size: 26px;
        font-weight: 600;
        margin-bottom:40px;
        text-align: center;
        margin-top: 30px;
        text-transform: uppercase;
        display: flex;
        padding: 5px;
        color: #007200;
        border-bottom: 1px solid #e9ecef;
        /* padding-bottom: 30px; */
        flex-direction: column;
        position: relative;
        line-height: 65px;
        text-align: center!important
}
.Intro .Content {
        font-size: 18px;
        line-height: 1.4;
}
.Intro .Header:after{
        content:'★';
        font-size: 24px;
        display: flex;
        background: #fff;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        align-items: center;
        justify-content: center;
        line-height: 1;
        position: absolute;
        bottom: -27px;
        left: 50%;
        transform: translateX(-50%);
}
.Intro .a-link {
		height: 50px;
    	font-size: 19px;
    	padding: 20px 40px;
   	 	border-radius: 50px;
    	outline: 0;
  	  	border: 0;   	
   	 	font-weight: 700;
    	position: absolute;
    	margin: 0;
    	padding: 11px;
    	width: 142px;
       	color: #fff;
  		background: #007200; 
        margin: 0 45%;
}
.Intro .a-link:hover {
		color: #000;
        background: #ccc;
}
@media only screen and (max-width: 768px){
        div.AdvertContent .Intro .Content{
                margin-top: 50px !important;
                text-align: justify;
        } 
}
