body {
    font-size: 16px;
    color: #333;
}

header {
    color: #000
}

.policy {
    font-size: 10px;
    margin-top: 50px;
}

.google-maps {
    position: relative;
    padding-bottom: 56.25%;
    height: 100%;
    overflow: hidden;
    width: 100%;
}
.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}