﻿.content-container {
    margin: 15px 10%;  
}

.lbl-title {
    font-size: 18px;
    font-weight: bold;
}

.contact-content {
    border: 1px solid #BBB;
    padding: 20px;
}

.contact-table {
    width: 80%;
    text-align: center;
}

.contact-table tr {
    height: 50px;
}

.img-logo {
    width: 20%;
    display: block;
    margin-left: 35%;
}

@media (max-width: 720px) {
    .img-logo {
        width: 50%;
        margin-left: 15%;
    }
}

.lbl-subtitle {
    font-size: 16px;
    font-weight: bold;
}

.td-subject {
    width: 20%;
}

.td-content {
    width: 75%;
}

.lbl-subject {
    font-size: 16px;
    font-weight: bold;
}

.lbl-content {
    text-align: left;
}

@media (max-width: 499px){
    .contact-table {
        width: 100%;
        text-align: center;
    }

    .td-subject {
        width: 100%;
    }

    .td-content {
        width: unset;
    }
}

.img-whatsapp-icon {
    width: 25px;
    height: 25px;
    vertical-align: bottom;
}