﻿div.ob__block__page--favorit {
    display: grid;
    gap: 51px;
    margin: 91px 0px 83px 0px;
}

    div.ob__block__page--favorit * {
        text-align: center;
        justify-self: center;
    }

div.ob__block__page--favorit--blocks {
    display: grid;
    gap: 17px;
}

h3.ob-accentM {
    color: #333839;
}

button.ob__btn__teal {
    background: teal;
    color: white;
}


a.ob__btn.ob__btn__teal:hover {
    color: white;
    background: teal;
    box-shadow: 0px 8px 14px 0px rgba(0, 0, 0, 0.18);
    padding: 6px 20px;
}

a.ob__btn.ob__btn__teal {
    height: 48px;
    padding: 6px 20px;
}

div#searchHouses {
    width: 98% !important;
    margin: auto;
}

div.universal-favorit-page {
    margin: 100px 0px 0px 0px;
    width: 100%;
    gap: 0px;
}

    div.universal-favorit-page h3 {
        // styleName: Accent M;
        font-family: Ubuntu;
        font-size: 18px;
        font-weight: 500;
        line-height: 25.2px;
        text-align: left;
        font-weight: 700;
        color: #333839;
    }

h3.ob__favorit__title {
    margin-bottom: -24px;
}
