﻿body {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-style: normal;
    background-color: #fcfcfd;
}


.bg-charcoal {
    background-color: #131512;
}

.houses-background {
    background: url(images/office.jpg) center center no-repeat;
    background-size: cover;
    position: relative;
    display: flex;
    flex-direction: column;
    text-shadow: 2px 2px 2px #000;
    background-color: #33777f;
    padding-top: 5rem;
    padding-bottom: 5rem;
}

    .houses-background > * {
        z-index: 100;
    }

    .houses-background::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgb(0, 0, 0, 0.25);
        z-index: 1;
    }

.icon {
    height: 45px;
    width: 45px;
    border-radius: 45px;
    background-color: #fbe385;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.35rem;
    margin: auto;
}

.leaves-background {
    background: url(images/geometric-leaves.png) center center;
    position: relative;
    display: flex;
    flex-direction: column;
}

    .leaves-background > * {
        z-index: 100;
    }

    .leaves-background::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgb( 255, 255, 255, 0.7);
        z-index: 1;
    }

.map {
    width: 100%;
    border: none;
    border: 0;
    min-height: 360px;
}

.py-6 {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.card {
    padding: 1.5rem;
}
