.rsg-map-content {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #fff;
    padding: 70px 0;
}


.rsg-map-content-grid {
    display: flex;
    align-items: center;
    gap: 90px;
}

.rsg-map-content-position-right .rsg-map-content-content-wrap {
    order: 2;
}

.rsg-map-content-position-right .rsg-map-content-map-wrap {
    order: 1;
}

.rsg-map-content-content-wrap {
    flex: 0 1 50%;
    min-width: 0;
}

.rsg-map-content-map-wrap {
    flex: 1 1 52%;
    min-width: 0;
    min-height: 500px;
    overflow: hidden;
}

.rsg-map-content-heading {
    margin: 0 0 34px;
    color: #0055A6;
    font-family: 'Open Sans';
    font-size: 30px;
    font-weight: bold;
    line-height: normal;
}

.rsg-map-content-description,
.rsg-map-content-description p {
    margin: 0;
    color: #000;
    font-family: 'Open Sans';
    font-size: 16px;
    line-height: normal;
}

.rsg-map-content-description p + p {
    margin-top: 14px;
}

.rsg-map-content-button-wrap {
    margin-top: 42px;
}

.rsg-map-content-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #0055A6 !important;
    border-radius: 999px;
    background: #0055A6 !important;
    color: #fff !important;
}

.rsg-map-content-button:hover,
.rsg-map-content-button:focus {
    background: #FFD202 !important;
    border: 2px solid #FFD202 !important;
    color: #000 !important;
    text-decoration: none;
}

.rsg-map-content-map-wrap iframe {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 500px;
    border: 0;
}

@media (max-width: 1024px) {
    .rsg-map-content-grid {
        gap: 50px;
    }

}

@media (max-width: 767px) {
    .rsg-map-content {
        padding: 60px 0;
    }


    .rsg-map-content-grid {
        flex-direction: column;
        align-items: stretch;
        gap: 38px;
    }

    .rsg-map-content-content-wrap,
    .rsg-map-content-map-wrap {
        flex-basis: auto;
        width: 100%;
    }

    .rsg-map-content-position-right .rsg-map-content-content-wrap,
    .rsg-map-content-position-right .rsg-map-content-map-wrap {
        order: initial;
    }


    .rsg-map-content-map-wrap,
    .rsg-map-content-map-wrap iframe {
        min-height: 350px;
    }
}
