
.lf-community-card, .lf-community-card-horizontal{
    background-color: white;
    float: left;
    margin-right: 91px;
    box-shadow: 0 0 100px 0 rgba(0, 0, 0, 0.17);
    margin-top: 50px;
    width: 312px;
    height: 416px;
    overflow: hidden;
}

.lf-community-card-horizontal{
    margin-top: 174px;
    width: 445px;
    height: 292px;
}

.lf-community-card img {
    height: 100%;
}
.lf-community-card-horizontal img {
    width: 100%;
}

.community-cards {
    margin-left: -220px;
}

.lf-community-text{
    color: white;
    text-align: center;
    line-height: 20pt;
    font-size: 15pt;
    font-family: "ProximaNova", sans-serif;
    max-width: 790px;
    padding: 40px;
    margin-left: auto;
    margin-right: auto;
}

.lf-community .social-icons {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
}

.lf-com-si + .lf-com-si {
    margin-left: 11px;
}

.lf-community  .social-icon img {
    height: 38px;
}

.lf-community>.lf-community-images {
    height: 768px;
    background: url(/img/community-background.png) no-repeat;
    background-position: top center;
    background-size: 100% 550px;
    overflow-x: hidden;
}

@media (max-width: 768px) {
    .lf-community>.lf-community-images {
        background: black;

    }
}

.lf-community .right-arrow {
    background-image: url("/img/arrow right 2.png");
}

.lf-community .left-arrow {
    background-image: url("/img/arrow left 2.png");
}