html,body{
    font-size: 10px;
}
.box{
    display: flex;
    flex-direction: column;
}
.contact_box{
    width: 100%;
    /* background-color: pink; */
    padding: 4rem 0;
    height: 30rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (min-width: 769px){
    .contact_left{
        width: 100%;
        padding: 4rem;
        color: #fff;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background-color: #373C41;
    }
    .contact_left h1{
        color: #fff;
    }
    .contact_way{
        width: 100%;
        margin-top: 2rem;
        display: flex;
        font-size: 1.8rem;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}
/* #map{
    width: 100%;
    height: 38rem;
    padding: 0 1rem;
    background-color: pink;
    margin-bottom: 4rem;
  } */
  @media (max-width: 768px) and (min-width: 0px){
    .contact_left{
        width: 100%;
        padding: 4rem;
        color: #fff;
        display: flex;
        flex-direction: column;
        background-color: #373C41;
    }
    .contact_left h1{
        color: #fff;
    }
    .contact_way{
        width: 100%;
        margin-top: 2rem;
        display: flex;
        font-size: 1.8rem;
        flex-direction: column;
    }
  }
