.main {
    margin: 0;
    padding: 0;
    background: url("https://accessnsite.com/wp-content/uploads/2020/05/page-heading-background-contact-us.jpg");
    background-size: cover;
    background-position: center;
    height: auto;
    width: 100%;
    padding-bottom: 40px;
}

.main h1 {
    color: white;
    text-align: center;
    font-size: 60px;
    font-weight: 800;
}

.main h2 {
    color: white;
    text-align: center;
    font-size: 20px;
    padding-top: 60px;
}

.map {
    padding: 50px;
}


@media(max-width:768px){
    .desktop{
        display:none;
    }
}
@media(min-width:768px){
    .mobile{
        display:none;
    }
}

@media(max-width:480px){
    .mobile{
        display:inline;
    }
}

@media(max-width:480px){
    .map iframe {

       width: 100%;
       height:40%
    
    }
}

@media(max-width:480px){
    .reach  {
align-items: center;    
    
    }
}

.reach h1 {
    color: orange;
    text-align: left;
    font-size: 30px;
    padding-top: 180px;


}
@media(max-width:480px){
    .reach h1 {
        color: orange;
        text-align: center;
        font-size: 30px;
        padding-top: 0px;
    
    
    }
}

.reach img {
width:40px;
height: auto;
padding: 5px;;
}

.reach a {
   color:black;
    }

    .reach a:hover {
     text-decoration: none;
     color:black;
         }
     
.social{
    text-align: center;
}
.social h1 {
    color: orange;
    text-align: center;
    font-size: 30px;
    text-transform: uppercase;
    padding-top: 180px;
}
@media(max-width:480px){
    .social h1 {
        color: orange;
        text-align: center;
        font-size: 30px;
        text-transform: uppercase;
        padding-top: 0;
    }
}

.social img {
width:40px;
padding: 5px;;

}

