body {
    margin-top: 32px;
    /* margin: 0; */
    /* padding: 0; */
}

.navbar-default {
    background: #fff;
    border: 0;
    font-size: 15px;
    font-family: Poppins;
}

.navbar-brand {
    font-size: 23px;
    color: #000 !important;
    font-weight: bold;
}

.showcase-left h1 {
    font-size: 37px;
    font-weight: bold;
    font-family: Poppins, sans-serif;
}

.showcase-right h3 {
    font-size: 23px;
    font-family: Poppins;
    color: #777777;
}


img {
    -webkit-box-shadow: 0px 0px 22px -14px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 22px -14px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 22px -14px rgba(0, 0, 0, 0.75);
}

.showcase-right hr {
    border-top: 1px solid #777777;
    width: 50%;
}

#about-info {
    background: #f1f1f1;
    padding: 50px 0 30px 0;
    text-align: center;
}

#about-info p {
    font-size: 25px;
    /*font-family: 'Josefin Sans';*/
    font-family: Poppins, sans-serif;
    color: #000;
}

#about-info p.customer {
    font-size: 20px;
    color: #666;
}


/* card */



.card-img img {
    width: 100%;
}


.card .card-wrapper {
    background: #f1f1f1;
    padding: .6rem;
}

/* .about-why {
    font-family: Poppins;
    color: #777777;
} */

.mbr-title {
    font-family: Poppins;
    color: #777777;
}

.card-box p {
    font-size: 12px;
}

/* .mbr-fonts-style h3 {
    font-size: 20px !important;
} */

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}

/* Section INFO */
#info2 h2 {
    text-align: center;
    font-size: 28px;
}

#info2 {
    text-align: center;
}

.info-center {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 22rem;
}


#contact {
    background: url(../img/gray-2412504_1280.png);
    background-size: cover;
    padding: 40px;
    color: #fff;
    border-top: #333 5px solid;
    border-bottom: #333 5px solid;
}


footer {
    padding: 30px;

}

.contact-info {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    font-size: 2rem;
    font-weight: 500;
    font-family: Poppins;
    color: #777777;
}

@media(max-width: 992px) {
    .info-center {
        margin: 0 2rem;
    }
}


@media(max-width: 892px) {
    .showcase-left h1 {
        font-size: 34px;
    }

    .showcase-right h3 {
        font-size: 22px;
    }

    #about-info p {
        font-size: 22px;
    }
}

@media(max-width: 650px) {
    .contact-info {
        display: flex;
        flex-direction: column;
    }
}


@media(max-width: 410px) {
    #about-info p {
        font-size: 16px;
    }

    #about-info p.customer {
        font-size: 16px;
    }

    .showcase-left h1 {
        font-size: 30px;
    }

    .showcase-right h3 {
        font-size: 17px;
    }

    h2 {
        font-size: 25px;
    }

    .contact-info {
        font-size: 1.5rem;
    }
}