@import url("https://fonts.googleapis.com/css?family=Poppins:200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800");

@media screen and (min-width: 992px) {
    .banner-group .col-lg-3 {
        -ms-flex: 0 0 26.05%;
        flex: 0 0 26.05%;
        max-width: 26.05%;
    }
    .banner-group .col-lg-4 {
        -ms-flex: 0 0 32.77%;
        flex: 0 0 32.77%;
        max-width: 32.77%;
    }
    .banner-group .col-lg-5 {
        -ms-flex: 0 0 41.18%;
        flex: 0 0 41.18%;
        max-width: 41.18%;
    }
}
.banner-content.banner-content-top {
    top: 2.6rem;
    transform: translateY(0);
    -ms-transform: translateY(0);
}
.banner-content.banner-content-bottom {
    bottom: 3rem;
}
.banner-large .banner-content {
    left: 3rem;
}
.btn.banner-link {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    text-transform: capitalize;
}
.banner-subtitle {
    color: #666666;
    font-weight: 300;
    font-size: 1.4rem;
    letter-spacing: -0.01em;
    margin-bottom: 0.6rem;
}
.banner-subtitle.text-grey {
    color: #ebebeb;
}
.banner-title {
    color: #333;
    font-weight: 600;
    font-size: 2.4rem;
    letter-spacing: -0.025em;
    margin-bottom: 1.4rem;
}
.banner-text {
    color: #666666;
    font-weight: 300;
    font-size: 2.4rem;
    line-height: 1.25;
    letter-spacing: -0.01em;
    margin-bottom: 1.3rem;
}
.banner-title + .banner-text {
    margin-top: -1.4rem;
}
.banner-large .banner-text {
    color: #333;
}

.blog-posts .title {
    margin-bottom: 2.4rem;
}
.blog-posts .entry-meta {
    font-weight: 400;
}
.blog-posts .read-more {
    text-transform: capitalize;
    color: #333;
    font-size: 1.4rem;
}
.blog-posts .read-more:hover,
.blog-posts .read-more:focus {
    color: #a6c76c;
}


@media screen and (min-width: 768px) {

    .banner-content.banner-content-top {
        top: 3.6rem;
    }
    .banner-content.banner-content-bottom {
        bottom: 4rem;
    }
    .banner-large .banner-content {
        left: 5rem;
    }
}
@media screen and (min-width: 992px) {

    .banner-large .banner-content {
        left: 7rem;
    }
}


/*# sourceMappingURL=demo-2.css.map */
