.company-overview {
    width: 100%;
    margin: 0 auto;
}

.company-overview dt {
    position: relative;
    padding-left: 25px;
}

.company-overview dt::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);

    width: 10px;
    height: 10px;
    background-color: #D6D2CD;
    border-radius: 50%;
}

@media screen and (max-width: 991px) {
    .map-responsive {
        position: relative;
        padding-bottom: 60%;
        height: 0;
        overflow: hidden;
        border: 1px solid #D6D2CD;
    }

    .map-responsive iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    }
}