.header_graphic_box-sticky{
    min-height: 300px;
    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;
    
    margin-top: -120px;
    z-index: -1;
}


.header_graphic_box-sticky img{
    width: 100%;
    height: 300px;
    object-fit: cover;

}

.header_graphic_box-sticky 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){


}