

.hero_img
{
    width: auto ;
    min-height: 25% ;
    height: 50vh ;
    background-image : linear-gradient(
        0deg, rgba(50, 50, 50, 0.3), rgba(50, 50, 50, 0.3)), 
        url('assets/hero.jpg') ;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: white ;
    
}

.card_img
{
    width: 100%;
  height: 250px;
  object-fit: cover;
  object-position: center;
    border-radius: 5% ;
}

.herofirstline
{
    color: rgb( 33, 33, 33 ) ;
}

.herosecondline
{
    width: auto ;
    background-color: rgb( 33, 33, 33 ) ;
}

.strikethrough
{
    text-decoration-line: line-through;
    text-decoration-color: rgba(33,33,33,1.0);
    text-decoration-style: solid;
    text-decoration-thickness: 10px;
}
