.contactmap {
    width: 100%;
}
.infotable tbody tr td:first-child {
    display: flex;
    font-weight: bold;
}

.contact_title{
    margin-top:50px;
    text-align:center;
    margin-bottom:40px;
    font-family: mtavruli; 
}

.contact_title h3{
    font-weight: bold;
    font-size:35px;
}

.contact_body{
    justify-content: space-evenly;
    padding:10px;
}

.card_header1, .card_header2{
    background-size: 102% auto;
    opacity:0.93;
    display:flex;
    justify-content: center;
    border-top-left-radius:10px;
    border-top-right-radius:10px;
    border-bottom-left-radius:0px;
    border-bottom-right-radius:0px;
    margin-top:2px
}

.card_header1{
    background-image: url(/upload/images/navbar/header.svg);
    background-size: 102% auto;
    opacity:0.93;
    display:flex;
    justify-content: center;
}

.card_header2{
    background-image: url(/upload/images/navbar/header_revert.svg);
}

.card_header2 .card-body{
    display:flex;
    justify-content: center;
}

.contact_body > div{
    justify-content: space-between;
    padding:20px 20px 10px 20px; 
    border-radius:10px; 
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    position:relative;
    overflow: hidden;
    background-color: white;
}

.contact_body label{
    font-weight: bold;
}

.infotable{
    margin-top:30px;
}


.infotable > tbody {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap:20px;
}

.contact_body{
    margin-bottom:30px;
}

a{
    color:#8e1aa5;
}
a:hover{
    color:#8e1aa5;
}

.bg-indigo:hover, .bg-indigo:focus{
    background-color: var(--button-dark, #8e1aa5);
    color: var(--button-text-color, #ffffff);
}

.bg-indigo:disabled{
    background-color: var(--button-color, #a130b8);
    color: var(--button-text-color, #ffffff);
    opacity:0.7;
}

.socials td:nth-child(2):hover, .socials td:nth-child(3):hover{
    transition: 0.5s;
    transform: scale(1.2);
}


.contact_info svg{
    fill:grey;
    margin-top:9px;
}

.contact_info a:hover > svg{
    fill:#9a469a;
    transform: scale(1.1);
    transition:0.2s;
}