.container-header {
    display: flex;
    margin-bottom: 15px;
    justify-content: space-between;
    align-items: center;
}

.select-box > select {
    font-size: 2rem;
    width: 200%;
    height: 100%;
    text-align: center;
    border-radius: 10px;
    background: #d3eafd;
    position: relative;
    top: 0px;
    right: 150px;
    color: #053f6f;
    align-content: end;
    padding: 5px;
}


@media (max-width: 992px) {

    .select-box > select {
        font-size: 2rem;
        width: 200%;
        height: 100%;
        text-align: center;
        border-radius: 10px;
        background: #d3eafd;
        position: relative;
        top: 0px;
        right: 150px;
        color: #053f6f;
        align-content: end;
        padding: 5px;
    }

}


.map-wrapper {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
}


#map {
    width: 100%;
    height: 600px;
    border-radius: 8px;
}


.company-info {
    min-width: 230px;
}


.company-info h4 {
    margin-top: 0;
}


.company-info ul {
    padding-left: 20px;
}