.our_offices {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 1380px;
    padding: 0 10px;
    flex-wrap: wrap;
}

.offices_info_obj_container{
    display: flex;
    flex-direction: row;
    gap: 20px;
}

.offices_info_obj{
    border: 1px solid #eeeeee;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 2px 8px #0000000d;
    background-color: #fff;
    max-width: 324px;
    display: flex;
    flex-direction: column;
}

.contacts__map.office {
    padding: 20px 0px;
}

.steps container{
    width: 100%;
    max-width: 1380px;
    padding: 0 10px;
}