:root {
    --font-family: 'Monseratt', sans-serif;
    --orange: #fd753fba;
    --bright-orange: #FD763F;
    --blue: #3498db;
    --top-banner-height: 40px;
}

/* Learn More */

.learn-left-top {
    position: absolute;
    top: 0;
    left: 0;
    height: 100vh;
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 0 50px 0;
}

.learn-head {
    text-align: center;
    z-index: 1;
    font-family: var(--font-family);
    font-size: 40px;
    line-height: 1em;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-weight: 800;

}

.learn-head__black,
.learn-note__black {
    color: #000000;
}

.learn-head__white,
.learn-note__white {
    color: #FFFFFF;
}

.learn-description {
    margin: 0 auto;
    text-align: center;
}

.learn-description p {
    color: #FFFFFF;
    font-size: 20px;
    line-height: 1.3;
    padding: 0 50px;
    /* margin: 10px 10px; */
}

.learn-right {
    height: 100vh;
    min-height: max-content;
    position: absolute;
    top: var(--top-banner-height);
    right: 0;
    width: 60%;
    background-color: #000000;
    padding: 0 0 50.022px 0;
}

.learn-image {
    display: flex;
    flex-direction: column;
    margin: 0 auto 0;
    height: inherit;
}


.learn-image img {
    width: 200px;
    margin: auto;
}

.learn-right>div>img.rent {
    margin-left: 0;
    padding-left: 20vmin;
    margin-top: 70px;
}

.learn-right>div>img.deposit {
    margin-right: 0;
    padding-right: 20vmin;
}


.learn-right>div>img.own {
    padding-left: 20vmin;
    margin-left: 0;
}

.learn-left {
    position: absolute;
    top: calc(100vh + 50px);
    left: 0;
    width: 60%;
    height: 100vh;
    background-color: black;
    min-height: max-content;
    padding: 50px 0;
}


.learn-left>div>img.house {
    margin-left: 0;
    padding-left: 20vmin;
}

.learn-left>div>img.blocks {
    margin-right: 0;
    padding-right: 20vmin;
}

.learn-left>div>img.graph {
    padding-left: 20vmin;
    margin-left: 0;
}


.learn-note {
    position: absolute;
    top: calc(100vh + 50px);
    right: 0;
    height: 100vh;
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0;
}


.learn-note h3 {
    /* margin-top: 20%; */
    text-align: center;
    color: black;
    font-size: 40px;
    z-index: 1;
    font-family: var(--font-family);
    line-height: 1em;
    letter-spacing: 0.05em;
    font-weight: 800;
    text-transform: uppercase;
}

.learn-note_desc {
    margin: 0 auto;
    text-align: center;

}

.learn-note_desc p {
    color: #FFFFFF;
    padding: 5px;
    font-size: 20px;
    line-height: 1.3;
    padding: 0 50px;
}


/* learn more responsive */

@media only screen and (max-width: 950px) {

    .navbar {
        flex-direction: column;
        padding: 5px;
    }

    .learn-left-top {
        top: 38.7px;
        position: relative;
        height: 400px;
        width: 100%;
        align-items: center;
    }

    .learn-head {
        margin: 0;
        line-height: inherit;
    }

    .learn-left-top h3,
    .learn-note h3 {
        font-size: 40px;
        font-weight: 800;
    }


    .learn-left-top p,
    .learn-note p {
        font-size: 18px;
    }

    .learn-description {
        position: relative;
        width: 100%;
        text-align: center;
    }


    .learn-image {
        position: relative;
        top: auto;
        margin: auto;
        max-height: 50%;
        max-width: 100%;
    }

    .learn-right {
        position: relative;
        width: 100%;
        margin: 0 0 0 auto;
        height: fit-content;
        background-color: #000000;
        padding: 50px 0 50px 0;
    }

    .learn-left {
        position: relative;
        top: auto;
        width: 100%;
        height: fit-content;
        background-color: black;
        padding: 50px 0;
    }

    .learn-image {
        position: relative;
        top: 0;
        width: calc(280vmax / 3);
        height: fit-content;
        display: flex;
        flex-direction: column;
    }

    .learn-image img {
        margin: 0 auto;
        padding: 30px;
    }

    .learn-right>div>img.deposit,
    .learn-right>div>img.rent,
    .learn-right>div>img.own,
    .learn-left>div>img.house,
    .learn-left>div>img.blocks,
    .learn-left>div>img.graph {
        margin: 0 auto;
        padding: 5vmin;
    }

    .learn-image div {
        flex: 1;
    }

    .learn-right>div>img.rent {
        margin-top: 0;
    }

    .learn-image div:nth-child(2) {
        display: flex;
        justify-content: flex-end;
    }



    .learn-note {
        position: relative;
        top: 0;
        height: 400px;
        width: 100%;
        align-items: center;
    }

    .learn-note h3 {
        text-align: center;
        margin-left: 0;
        height: auto;
        margin-bottom: 2vh;
        font-weight: 800;

    }

    .learn-note_desc {
        position: relative;
        width: 100%;
        text-align: center;
    }



    .learn-left h3 {
        margin-left: 15%;
        margin-bottom: 0;
        font-size: 40px;
        font-weight: 800;
        height: auto;
    }
}

.team-member-col>.membersocials>a {
    padding: 5px;
}

.team-member-col>.membersocials>a>img {
    margin: auto;
}