#gmapdom{
    position: relative;
    display: flex;
    flex-wrap: wrap;
}
#gmapdom h2 , #gmapdom p{
    margin: 3px 0 5px;
}
#gmapdom h2{
    font-size: 26px;
    color: #3a3b3c;
    margin-top: 20px;
    border-bottom: #2980b9 2px dotted;
    width: 90%;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
#gmapdom .tittlee{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 10px;
}
#gmapdom .maap{
    width: 100%;
    margin-bottom: 0px;
}
#gmapdom .infoo{
    display: flex;
    flex-direction: column;
    width: 43%;
    margin-right: 2%;
}
#gmapdom .ingo2{
    display: flex;
    flex-direction: column;
    width: 55%;
}
#gmapdom a , #gmapdom p{
    
    color: #417798;
    text-decoration: unset;
    font-size: 18px;
    font-weight: 600;
}
#gmapdom a{line-height: 200%;}
#gmapdom p{line-height: 100%;}
@media screen and (max-width: 400px) {
	
}