:root {
    --color_1: #7F1416;
    --color_2: #698269;
    --color_3: #222222;
}

.cont-contact {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: row;
}

.cont-contact-div {
    width: 50%;
    /* border: 3px solid var(--color_2); */
    margin: 2%;
    border-radius: 20px;
    /* padding: 30px 30px; */
}

.cont-contact-div-header {
    color: var(--color_1);
    font-size: 22px;
    font-family: 'Alkatra', bold !important;
    padding: 10px 0px;
}

.cont-contact-div-body {
    color: var(--color_3);
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
}

@media only screen and (max-width: 600px) {
    .cont-contact {
        width: 100%;
        display: flex;
        justify-content: center;
        flex-direction: column;
    }

    .cont-contact-div {
        width: 100%;
    }

}

.overlay-contact {
    position: absolute;
    bottom: 10;
    /* Black see-through */
    color: #f1f1f1;
    width: 38%;
    height: auto;
    
    color: white;
    padding: 0px !important;

    flex-shrink: 2;
}
.overlay-cont-body{
    padding: 35px 40px;
    z-index: 1;
}
.overlay-cont-pro{
    padding: 20px 30px;
}

@media only screen and (max-width: 400px) {
    .overlay-contact {
        width: 85%;
        height: 150px;
        margin-top: 3%;
    }
    
    .overlay-cont-body{
        padding: 15px 5px;
    }
    .overlay-cont-pro{
        padding: 10px 5px;
    }
    .cont-contact-div-body{
        font-size: 12px;
    }
    .cont-contact-div-header{
        padding: 5px 0px;
        font-size: 18px;
    }
    .cont-contact-div{
        margin-top: 4%;
    }
    .space-pro{
        margin-top: 10%;
    }
    .exception-overlay{
        height: 175px;
    }
    .exception-div-1{
        width: 79%;
    }
    .exception-div-2{
        width: 80%;
    }
    
}