.category-buttons {
    display: flex;
    align-items: center;
    width: 100%;
}

.category-buttons button{
    border-radius: 0;
    background: #FAF5EB;
    border: none;
    display: flex;
    width: 328px;
    height: 70px;
    padding: 0px 50px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    color: #1F2333;
    text-align: center;
    font-family: 'Glancyr';
    font-size: 20px;
    font-style: normal;
    font-weight: 550;
    line-height: 40px; /* 200% */
    text-transform: uppercase;
    flex: 1;
}

.category-buttons button.active{
    color: #E0C55C;
    background: #1F2333;
}

.map-locations-list {
    padding: 56px;
}

.map-locations-list ul{
    list-style-type: none;
    padding: 0;
    margin: 0;
    color: #0C1316;
    font-family: 'Gotham';
    font-size: 18px;
    font-style: normal;
    font-weight: 350;
    line-height: 36px;
    column-count: 4;
    column-gap: 100px;
    max-width: 960px;
    margin:0 auto;
}


.locations-list-wrap{
    position: relative;
    z-index: 1;
}

.category-buttons-wrap {
    display: flex;
    justify-content: center;
}


.elementor-property-fact .property-fact-item {
    display: flex;
    justify-content: space-between;
    border-bottom: 2px solid;
    align-items: center;
    padding: 10px 0;
}

.elementor-property-fact .property-fact-item span {
    font-size: 18px;
}

.elementor-property-fact .property-fact-item span:first-child {
    font-weight: 500;
}


@media (max-width: 1024px) {

}

@media (max-width: 767px) {
	.elementor-property-fact .property-fact-item {
        flex-direction: column;
        align-items: start;
    }

    .elementor-property-fact .property-fact-item span {
        font-size: 21px;
    }

    .elementor-property-fact .property-fact-item span:first-child {
        font-size: 14px;
    }
}