.gmaps {
    position: relative;
    margin-top: 30px;
    height: 450px;
    width: 100%;
}

.gmaps .gmaps-consent {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: var(--light-color);
}

.gmaps iframe {
    width: 100%;
}

.gmaps .gmaps-consent button {
    display: block;
    border: none;
    background-color: var(--first-color);
    color: #FFFFFF;
    padding: 15px 20px;
    margin: 10px auto 0;
}
.gmaps .gmaps-consent button:hover {
    background-color: var(--first-color--hover);
}

.functional-cookie-text {
    width: 768px;
    max-width: 90%;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
}