.main{
    text-align: center;
}

.access-photo{
    margin-top:50px;
}

.access-map{
   
    width:100%;
    margin: 20px 0;
}

.access-photo img{
    width:80%;
    max-width: 1000px;
}

iframe{
    width:600px;
    height: 450px;
}

.address{
    width: 330px;
    margin:2em auto;
    position: relative;
    padding: 0.25em 1em;
    border: solid 2px #ffcb8a;
    border-radius: 3px 0 3px 0;
}
.address:before,.address:after
{
    content: '';
    position: absolute;
    width:10px;
    height: 10px;
    border: solid 2px #ffcb8a;
    border-radius: 50%;
}
.address:after {
    top:-12px;
    left:-12px;
}
.address:before {
    bottom:-12px;
    right:-12px;
}
.address p {
    margin: 0; 
    padding: 0;
}

@media screen and (max-width:760px){
    iframe{
        width:90%;
        height: 200px;
    }
}