
:root{
    --color:#ff5e14;
    --footercolor : #151414;
    --bordercolr : #ccdeea;
	--mainblue : #005eb5;
	--first_heading_clr : #f6842c;

}



.chalenge_img{
	padding: 10px;
    /* min-height: 150px;
    max-height: 150px; */
    min-height: 200px;
    max-height: 200px;
}
.chaleng_bodyyy{
    min-height: 140px !important;
    max-height: 140px !important;
}

.chalenge_card{
	border-radius: 12px;
	margin-bottom: 20px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.challenge_name{
    font-size: 17px;
    /* min-height: 55px;
    max-height: 55px; */
    color: var(--first_heading_clr);
    font-weight: 600;

}
.challenge_para{
    font-size: 14px;
    font-weight: 400;
}
.card-body a:hover{
    text-decoration: none !important;
}

.challenge_name:hover{
    color: var(--first_heading_clr);
    text-decoration: none !important;
    font-weight: 600;
    
}
.challenge_heading{
    color:var(--mainblue) ;
    font-weight: 600;
}
