.elementor-29169 .elementor-element.elementor-element-121c77b{padding:100px 0px 100px 0px;}/* Start custom CSS for section, class: .elementor-element-121c77b */.main-location{
        display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 40px;
 
    text-align: left;
}
.location {
     margin:0px!important;
    /*column-count: 1;*/
}

.location-map  {
column-count: 2;
 margin-top:0px!important;
}
.location a{
    color:#000!important;
}
.location li{
    position: relative;
    list-style-type: none;
    padding: 0 0 10px 25px;
    font-size: 16px;
    /*font-weight: 600;*/
    color:#000;
}
.location li:before {
    
      content: ' ';
    position: absolute;
    width: 15px;
    height: 15px;
    background-image: url(https://nexa-care.com.au/wp-content/uploads/2024/05/download-circular-button.png) !important;
    background-size: 15px;
    background-repeat: no-repeat;
    top: 7px;
    left: 0;
    
    
}  


@media (max-width: 767px) {
    .main-location{
        grid-template-columns:1fr;
       
    }
    .col-2{
        padding-top:40px!important;
    }
    .location-map  {
    column-count: 1;
    
}
}
@media (min-width: 768px) and (max-width: 1300px) {
    .location-map  {
column-count:1;

}
}/* End custom CSS */