.header_graphic_box{
min-height: 200px;
background-color:rgb(224, 224, 224);
/* background-image: url("../images/background/cassra-background-1.jpg");
background-position: center;
background-repeat: no-repeat;
background-size: cover;
position: relative; */


}


.header_graphic_box img{
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.header_graphic_box h1{
    font-size: 2.25rem;
    font-weight: bold;
    color: white;
    text-align: center;
    padding-top: 70px;
    
 
}



@media (max-width: 1025px){


}



@media (max-width: 950px){


}


@media (max-width: 768px){


}


@media (max-width: 500px){


}