#templateBody {
    font-family: 'Rubik', sans-serif;
    font-size: 14px;
}

.header {
    background: url(../images/banner.png) no-repeat;
    background-position: top center;
    background-size: cover;
    padding: 50px 0px 50px 0px;
}

.black-clr {
    color: #000000;
}

.grey-clr {
    color: #212121;
}

.clear {
    clear: both;
}

.footer-section {
    background-color: #090a0c;
    padding: 20px 0;
}

.d-flex {
    display: flex;
}

.social-portion.fb {
    margin-left: 0px;
}

.social-icon a {
    justify-content: center;
    align-items: center;
    display: inline-flex;
    height: 40px;
    width: 40px;
    text-align: center;
    font-size: 18px;
    margin-left: 10px;
    text-decoration: none;
}

a.btn-g {
    display: inline-block;
    background: #3376fe;
    text-align: center;
    border-radius: 50px;
    color: #ffffff;
    padding: 21px 10px;
    text-decoration: none;
    width: 100%;
    text-transform: uppercase;
}

.second-section {
    background: url(../images/bg2.png) no-repeat;
    background-position: top center;
    background-size: cover;
    padding: 50px 0px;
}

.user-cards {
    border-radius: 17px;
    background-color: #ffffff;
    border: 1px solid rgb(213, 213, 213);
    box-shadow: 0px 12px 1px 0px rgba(0, 0, 0, 0.05);
    padding: 60px 30px 30px 30px;
}

.image-absolute {
    margin-top: -120px;
}

.yellow-clr {
    color: #ffc000;
}

.ab-img {
    position: absolute;
    top: -14px;
    width: 39px;
    right: 275px;
}

@media (min-width: 768px) {
    .user-cards {
        max-width: 390px;
        width: 100%;
    }
}

@media(max-width: 767px) {
    .mx-xs-auto {
        margin-left: auto;
        margin-right: auto;
    }
    .text-xs-center {
        text-align: center;
    }
    .header {
        padding: 30px 0px;
    }
    .header-text {
        margin-top: 15px;
    }
    .second-section {
        padding: 10px 0 50px 0;
    }
    .justify-content-xs-center {
        justify-content: center;
    }
}