@charset "UTF-8";

/*
Theme Name: ASG
Theme URI: https://wewantzoom.com/
Author: Zoom Digital
Author URI: https://wewantzoom.com/
Description:
Requires at least: WordPress 4.9.6
Version: 1.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: theme
Tags:
*/


.about-mission .container .content-wrap h2 {
    font-size: 30px;
    margin-bottom: 16px;
}

.about-mission .container .content-wrap hr {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    border: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.about-mission .container .content-wrap a {
    padding: 15px 40px;
}

body.page-template-our-business {
    background-color: transparent;
}

.business-page {
    padding: 50px 0;
}

.business-page .business-head {
    text-align: center;
    margin-bottom: 20px;
}

.business-page .business-head h3 {
    font-family: "Times New Roman", sans-serif;
    font-style: italic;
    color: #c09332;
    font-size: 28px;
}

.business-page .business-head h2 {
    font-family: "Montserrat-Bold", sans-serif;
    color: #282828;
    font-size: 28px;
    text-transform: uppercase;
}

.business-page .image-block img {
    width: 100%;
}

.business-page .content-block h4 {
    font-size: 30px;
    color: #c59d45;
    margin-bottom: 24px;
    font-weight: 600;
}

.business-page .content-block p {
    font-size: 16px;
    line-height: 30px;
}