.wrapper{
    padding-top: 40px;
}

.addresses{
    display:inline-block;
    text-align:left;
    width:100%;
	padding: 10px;
}

.europe{
    width:100%;
    float:left;
    margin-left:15px;
}
.map h2{
    margin-bottom:15px;
    font-size:28px;
	text-align: left;
}



.usa{
    width:32%;
    float:left;
    margin-left:15px;
}

.asia{
    width:32%;
    float:left;
}

h2{
    font-size:23px;
    font-weight: bold;
}
strong{
    font-weight: bold;
}

.email{
    margin-bottom:15px;
}

@media only screen and (max-width:1025px){
    .wrapper{
width:auto}
    
    .map iframe{
        width:250px;
        height:250px;
    }
}

@media only screen and (max-width:768px){
    .map iframe{
        width:200px;
        height:200px;
    }
}

@media only screen and (max-width:767px){
    .addresses{
        width:auto;
    }
    .map{
        width:100%;
        margin-left:0;
    }
    
    .map iframe{
        width:auto;
    }
}