h2 {
    font-size: 22px !important;
}
.section-new-content-newsports{
	padding: 18px;
    border-radius: 6px;
    background: #ffffff;
	margin-top:20px;
}
.section-new-content-newsports h2{
 line-height: 30.6px;
}
.fb-ms-stats-list-newsports{
    padding: 0;
    background: white;
    padding: 18px;
    border-radius: 6px;
    font-size: 18px;
}
.fb-ms-stats-list-newsports-num{
	list-style:number;
	padding: 0;
    background: white;
    padding: 10px 18px;
    border-radius: 6px;
    font-size: 18px;
}
.fb-ms-stats-list-newsports-num li{
	margin-top:10px;
    line-height: 30.6px;
}

.fb-ms-stats-list-newsports-none{
    list-style:none;
	padding: 0;
    background: white;
    padding: 18px;
    border-radius: 6px;
    font-size: 16px;
}

.fb-ms-stats-list-newsports-none li{
    margin-top:10px;
}

.tab-text-newsports{
	font-size: 18px;
    font-weight: 500;
    line-height: 30.6px;
    margin-bottom: 14px;
}
.p-text{
    font-size:18px;
}
.mt-10{
    margin-top: 10px;
}
.subscription_commonblock{
    margin-top: 20px!important; 
    margin-bottom:20px!important;
}
.youtubevideo {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background: #000;
}
.youtubevideo iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}