.sports-league-banner{
    background-image: url('../images/webp/Financial_institution_header.webp');
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
	display: flex;
	align-items: center;
}


.box-princ-gamifs {
    margin-top: 50px;
}

.icon-princ-gamifs {
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.card-princ-gamifs .heading {
    font-size: 24px;
    line-height: 1.3;
}

.card-princ-gamifs p {
    font-size: 18px;
    color: #666;
    line-height: 1.3;
}

.princ-gamifs-section{
   margin: 70px 0; 
   padding: 0 15px;
    
}
.princ-gamifs-bg {
    background: url('../image/bg-fantasy-games-answers.png');
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100% 100%;
    border-radius: 30px;
    background-color: #F9F9F9;
    padding: 90px 100px;
    
}

.princ-gamifs-bg h3 {
    font-size: 36px;
}



/* 
@media screen and (min-width:768px){
    .banner-heading {
   
        line-height: 83px;
        
    }
	
} */


@media screen and (max-width:1600px) {
.princ-gamifs-bg {
   
    padding-left: 40px;
    padding-right: 40px;
    
}
}

@media screen and (max-width:1199px) {
    .princ-gamifs-bg {
        padding: 40px;
    }    
    .princ-gamifs-bg h3 {
        font-size: 26px;
    }
    .box-princ-gamifs {
        margin-top: 25px;
    }
    .card-princ-gamifs .heading {
        font-size: 20px;
        
    }
    .card-princ-gamifs p {
        font-size: 15px;
    }
}


@media screen and (max-width:767px) {
    .sports-league-banner{
        background-image: url('../image/financial-institution-mobile.png');
    }
    .princ-gamifs-section {
        margin: 40px 0;
    }
    .princ-gamifs-bg {
        padding-left: 0;
        padding-right: 0;
    }
    .card-princ-gamifs .heading {
        margin-bottom: 8px;
    }
    .icon-princ-gamifs>img {
        width: 60px;
    }
    .box-princ-gamifs {
        margin-top: 40px;
    }
   
	
}


