*{
    margin: 0;
    padding: 0px;
    box-sizing: border-box;
}

.Location_div{
   
    width: 100%;
    margin: 10px auto;
    padding: 5px;
    text-align: center;
}
.image_div{
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: solid 1px #9E9E9E;
    padding: 10px 0px;
}
.image_location{
    width: 40px;
    height: 40px;
    margin: 0px 4px;
}
.h2{
color: #bd5109;
}

.a_link_social{
    text-decoration: none;
}
.p{
    color: #bd5109;
}

@media screen and (min-width: 392px) {
  .logo_image_div {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .logo_Image {
    max-width: 57%;
}

}

@media screen and (min-width: 540px) {
  .logo_image_div {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .logo_Image {
    max-width:33%;
}

}