.google_map_cta .cta_text_buttons{
    color:#000;
}
.google_map_cta .cta_button_map_two{
    text-decoration:none;
    font-weight:800;
    color: #121114;
}
.google_map_cta.map_cta_circle_content{
    background:#29232A;
    padding: 4rem 0;
}
.google_map_cta.map_cta_circle_content .cta_text_buttons{
    color: #fff;
}
.google_map_cta.map_cta_circle_content .cta_button_map_two{
    color: #fff;
    font-weight:800
}
iframe{
    border-radius: 1rem;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.25);
    border: 2px solid #fff !important;
}
.map_cta_circle{
    background: url(https://brillare.net.au/wp-content/uploads/2024/10/dark_circle_.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.cta_map_row{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.cta_map_buttons{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}
.cta_text_buttons{
    max-width: 40vw;
    color: #fff;
    text-align:center
}
.cta_map{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}
@media (orientation: portrait){
    .cta_text_buttons{
        max-width: unset;
    }
    .cta_map{
        flex-direction: column;
    }
    .cta_map_buttons{
        flex-direction: column;
        align-items: center;
    }
}