.acces-default {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 2rem;
}

.acces-default .infos {
    flex: 1;
}

.acces-default h2 {
    margin: 0;
    line-height: 0.9;
}

.acces-default h2 span {
    font-size: 2.5rem;
    margin: 0;
}

.acces-default .mapouter {
    height: auto !important;
    flex: 2;

    border-radius: 10px;
    overflow: hidden;
    transition: 0.3s ease;
}

.acces-default .mapouter:hover {
    box-shadow: 2px 2px 34px 0px #43352f26;
}

@media (max-width: 899px) {
    .acces-default {
        flex-direction: column;
    }

    .gmap_canvas {
        height: 400px !important;
    }
}