﻿.ourLendersFirstSec {
    padding-bottom: 5% !important
}

.ourLendersTitle {
    font-family: Lato;
    font-size: 34px;
    font-weight: 500;
    line-height: 1.06;
    color: #323234;
    margin-top: 2em;
    margin-bottom: .83em;
    letter-spacing: 0
}

.ourLendersSubTitle {
    font-family: Lato;
    font-size: 20px;
    line-height: 1.5;
    color: #323234;
    font-weight: normal
}

.ourLendersDescription {
    font-family: Lato;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.71;
    color: #323234
}

.ourLedersPicture {
    text-align: center;
    height: 100%;
    left: 30%;
    position: relative;
    transform: translate(-50%,10%);
    max-width: none
}

.ledersPicture {
    padding-top: 80px
}

    .ledersPicture img {
        height: 210px;
        width: 210px;
        overflow: hidden;
        border-radius: 50%;
        object-fit: cover;
        left: 34%;
        position: relative;
        transform: translate(-50%,-60px)
    }

.ourLeaderName {
    opacity: .9;
    font-family: Lato;
    font-size: 27px;
    font-weight: 600;
    color: #323234;
    margin: 0 0 20px 0
}

.ourLeaderRol {
    opacity: .9;
    font-family: Lato;
    font-size: 18px;
    font-weight: 600;
    color: #bebebf;
    margin-top: 0
}

.ourLenderDeals {
    background-image: url(/i/backgrounds/info_background.png);
    background-color: #f7f7f7;
    background-size: 100% 100%
}

.flex-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 80vw
}

.flex-item {
    justify-content: center;
    align-items: center;
    width: 33%;
    padding: 20px;
    box-sizing: border-box;
    display: none
}

    .flex-item img {
        width: 100%
    }

#loadMore {
    transition: all 600ms ease-in-out;
    -webkit-transition: all 600ms ease-in-out;
    -moz-transition: all 600ms ease-in-out;
    -o-transition: all 600ms ease-in-out
}

.lenders_load_more {
    text-align: center
}

@media only screen and (max-width:1024px) {
    .ourLedersPicture {
        transform: translate(-30%,10%);
        margin-bottom: 60px !important
    }

    .flex-item > img {
        max-width: 100px;
        object-fit: cover
    }
}

@media only screen and (min-width:1024px) {
    .ourLedersPicture {
        transform: translate(-50%,10%)
    }

    .flex-item > img {
        max-width: 150px;
        object-fit: cover
    }
}

@media only screen and (max-width :678px) {
    .ourLeaderMob {
        text-align: center
    }

    .ourLendersSubTitle {
        text-align: center
    }

    .ourLedersPicture {
        transform: translate(-30%,10%);
        margin-bottom: 60px !important
    }

    .flex-item {
        flex-grow: 2;
        width: 50%;
        margin: 15px 0
    }
}

@media only screen and (max-width:480px) {
    .ourLendersDescription {
        font-size: 19.5px;
        font-weight: 300;
        line-height: 1.38
    }

    .ourLendersTitle {
        margin-top: 5px !important;
        font-size: 38.7px;
        font-weight: 500;
        color: #000
    }

    .ourLendersSubTitle {
        margin-top: -20px;
        margin-bottom: 50px
    }
}

/*LATEST DEALS VIEW*/
.logo_carousel {
    width: 100%;
    margin-top: 30px;
}

#latest_deals_view ul {
    display: none;
    flex-flow: row wrap;
    justify-content: space-between;
    margin: 0 0 2rem 0;
    padding: 0;
    width: 100%;
    float: left;
}

    #latest_deals_view ul:first-child {
        display: flex;
    }

#latest_deals_view li {
    list-style: none;
    flex-basis: 48%;
    display: flex;
    margin: 2rem 0;
    min-height: 10vh;
}

    #latest_deals_view li img {
        align-self: center;
        margin: 0 auto;
        width: 120px;
    }

@media only screen and (min-width: 768px) {
    .logo_carousel {
        width: 80%;
    }

    #latest_deals_view ul {
        width: 100%;
        margin: 0 0 2rem;
    }

    #latest_deals_view li {
        flex-basis: 33%;
        margin: 2rem 0;
    }
}

@media only screen and (min-width: 1025px) {
    #latest_deals_view li {
        flex-basis: 33%;
    }
}
