.Intro .Header {
        font-size: 26px;
        font-weight: 600;
        margin-bottom: 15px;
        text-align: center;
        margin-top: 20px;
        text-transform: uppercase;
        display: flex;
        padding: 5px;
        color: #ec1c24;
        border-bottom: 1px solid #e9ecef;
        /* padding-bottom: 30px; */
        flex-direction: column;
        position: relative;
        line-height:45px;
}
.Intro .Content {
        display:flex;
        column-count:3;
        max-width:1160px;
        margin:auto;
        color:#fff;
}
.Intro  .Content h2{
	font-size: 22px;
        font-weight: bold;
}
.Intro .Content img{
	width: 40px;
        margin-bottom: 10px;
}
.Intro .Content p{
	font-size: 14px;
           line-height : 20px;
}
.i1{
    background: #c9244a;
    padding: 30px 20px 10px 20px;
    text-align: center;
        flex:1;
}
.i2{
    background: #0071bb;
  padding: 30px 20px 10px 20px;
    text-align: center;
               flex:1;
}
.i3{
    background: #253974;
  padding: 30px 20px 10px 20px;
    text-align: center;
               flex:1;
}
.Intro .Header:after{
        content:'★';
        font-size: 22px;
        display: flex;
        background: #fff;
        width: 54px;
        height: 40px;
        border-radius: 50%;
        align-items: center;
        justify-content: center;
        line-height: 1;
        position: absolute;
        bottom: -20px;
        left: 50%;
        transform: translateX(-50%);
}
.Intro .a-link {
		height:35px;
		font-size: 16px;
		padding: 20px 40px;
		border-radius: 50px;
		outline: 0;
		border: 0;
		margin: 0;
		display: inline-block;
		width: 200px;
		padding: 10px;
		color: #fff;
}
.Intro .a-link:hover {
		 text-decoration: underline;
}
@media only screen and (max-width: 768px){
        div.AdvertContent .Intro .Content{
                text-align: justify;
                display: flex;
                flex-direction: column;
        }
        div.AdvertContent{
                width:100vw;
        }
        div.AdvertisementBottomRight{
        	padding:0!important;
        }
}
