
.hero_section_bg{
    background-image: url("/assets/images/des_1_20.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1; 
}
.hero_section_bg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: -1;
} 

.flex_center{
    display: flex;
    justify-content: center;
    align-items: center;
}
.max_width{
    max-width: 1400px!important;
    margin: 0 auto;
}
.contact_us{
    background-image: url("../images/minimalist-business-card-copy-space_23-2148500473.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.contact_us::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
} 

@media only screen and (max-width: 1400px){
    .max_width{
        width: 90%!important;
    }
} 
