.about_map {
    margin-top: 2.5%;
}

.map_wrapper {
    position: relative;
    overflow: hidden;
}

.map_frame {
    position: relative;
    width: 100%;
    height: 500px;
    border-radius: 10px;
    border-color: rgba(255,184,184,0);
}
