/**
 * BestAgents US - Recognize Page Styles
 */

body.recognize-page {
    background: #F8F5F2;
}

.recognize-section {
    padding: 80px 0;
}

.recognize-section h2 {
    font-family: "Poppins", serif;
    font-size: 36px;
    font-weight: 600;
    color: var(--baus-dark-blue);
    margin-bottom: 20px;
}

.recognize-section p {
    font-family: "Poppins", serif;
    font-size: 16px;
    font-weight: 400;
    color: var(--baus-text);
    margin-bottom: 15px;
    line-height: 1.7;
}

.recognize-section img {
    border-radius: 10px;
}

.marketing-section {
    background: white;
    width: 100%;
    padding: 0;
}

.marketing-section img {
    border-radius: 0;
}

.marketing-section .col-lg-6.px-5 {
    padding: 80px 60px !important;
}

.featured-agent-section {
    padding: 50px 0;
    background: var(--baus-primary-dark);
    width: 100%;
}

.featured-agent-section h6 {
    color: var(--baus-mint) !important;
    font-size: 22px;
    font-weight: 600;
}

.featured-agent-section h2 {
    font-family: "Poppins", serif;
    font-weight: 600;
    color: white;
    margin-bottom: 30px;
    padding: 10px 0;
    font-size: 37px;
}

.featured-agent-section .btn {
    background: var(--baus-success);
    color: white;
    text-align: center;
    margin: 10px auto;
    padding: 10px 50px;
}

.featured-agent-section .btn:hover {
    background: white;
    color: var(--baus-accent-green);
}

@media (max-width: 991px) {
    .reverse-row {
        flex-direction: column-reverse;
    }
    .recognize-section h2 {
        font-size: 28px;
    }
    .featured-agent-section h2 {
        font-size: 28px;
    }
}
