div.img_div{
    height: 0;
    padding-bottom: 50%;
    position: relative;
    overflow: hidden;
    max-width: 100%;
    height: auto;
}
div.img{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    /* min-height: 15vh; */
    border-radius: 10px 30px 10px 30px;
    background-size: cover;
}
div.title_div{
    position: absolute;
    top: 50%;  
    left: 50%; 
    transform: translate(-50%, -50%);
}

div.img.levites{
    background-image: url('levites/levites.png');
}

h4.text-white{
    font-weight: 300;
    line-height: 1.5;
}

div.title_div > h1, h4{
    text-align: center;    
}

div.levites_btn_row{
    display: flex;
    justify-content: start;
}
div.levites_btn_row a:first-child{
    margin-right: 3rem;
}

@media screen and (max-width: 767px) {
    div.levites_btn_row{
        flex-direction: column;
    }    
    div.levites_btn_row a:first-child{
        margin-right: 0;
        margin-left: 0 !important;
    }
    div.levites_btn_row a:last-child{
        margin-top: 1rem;
        margin-left: 0 !important;
        margin-right: 0;
    }
}