.cbg-our-location {
    position: relative;
    background-color: #E8E8E8;
    padding: 40px 0;
    padding-bottom: 84px;
}

.cbg-our-location .container {
    position: relative;
    z-index: 1;
}

.cbg-our-location .description p {
    margin-bottom: 40px;
}

.cbg-our-location h2 {
    margin-bottom: 40px;
}

.cbg-our-location .cbg_image_left {
    color: #FFF;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 20px;
    overflow: hidden;
    padding: 0 19px;
    height: 100%;
}

.cbg-our-location .cbg-location-text {
    position: relative;
    z-index: 2;
    width: 100%;
}

.cbg-our-location .cbg_image_left .text-1 {
    font-size: 72.152px;
}

.cbg-our-location .cbg_image_left .text-2 {
    font-size: 46.177px;
    margin-bottom: 19.8px;
}

.cbg-our-location .cbg_image_left .text-3 {
    font-size: 16px;
}

.cbg-our-location img.cbg_location {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
}

.cbg-our-location .cbg_map {
    display: flex;
    justify-content: center;
}

.cbg-our-location .cbg_map p {
    border-radius: 20px;
    overflow: hidden;
    width: fit-content;
    height: fit-content;
    margin: 0;
}

.cbg-our-location ul {
    margin-left: 20px;
    padding: 0;
    margin-bottom: 0;
}

.cbg-our-location ul li {
    color: #0E0E0E;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    text-transform: uppercase;
    padding: 9.4px 0 9.4px 7px;
}

.cbg-our-location ul li:first-child {
    padding-top: 0;
}

@media (min-width: 1200px) {
    .cbg-our-location .cbg_map {
        margin-left: 48px;
    }
}

@media (max-width: 992px) {
    .cbg-our-location {
        padding: 30px 0;
    }

    .cbg-our-location h2 {
        margin-bottom: 20px;
    }

    .cbg-our-location .description {
        margin-bottom: 20px;
    }

    .cbg-our-location .description p {
        margin-bottom: 0;
    }

    .cbg-our-location .cbg-location-text {
        padding-top: 164px;
        padding-bottom: 40px;
    }

    .cbg-our-location .cbg_image_left .text-1 {
        font-size: 66px;
    }

    .cbg-our-location .cbg_image_left .text-2 {
        margin-bottom: 10px;
        font-size: 42px;
    }

    .cbg-our-location .cbg_image_left .text-3 {
        font-size: 12px;
    }

    .cbg-our-location .cbg_map {
        margin-top: 20px;
    }

    .cbg-our-location .cbg_image_left {
        border-radius: 10px;
    }

    .cbg-our-location .cbg_map p {
        border-radius: 10px;
        width: 100%;
    }

    .cbg-our-location ul {
        column-count: 2;
        column-gap: 20px;
        margin-top: 20px;
    }

    .cbg-our-location .cbg_map iframe {
        width: 100%;
    }
}