.bg-cool-white-2 {
    background-color: #F3F7F8;
}

/* Articles Section */

section#articles-section .section-inner,
#connect-with-specialist .section-inner {
    max-width: 970px;
}

#article-tags {
    display: flex;
    gap: 16px;
}

#article-tags button {
    display: flex;
    padding: 8px 15px;
    align-items: center;
    gap: 10px;

    color: #006AC3;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px; 
    text-align: center;
    border-radius: 63px;
}

#article-tags button.active {
    border: 2px solid #006AC3;
    background: #E3F4FF;
}

#article-tags button:not(.active) {
    border: 1px solid #B3B3B3;
    background: #FFF;
}

#articles .callout-img {
    background-position: center;
}

#first-time-homebuyer .callout-img {
    background-size: cover;
    background-position: center;
}

#moving-homes .callout-img {
    background-size: 180%;
    background-position: 60% 40%;
}

#mortgage-pre-approval .callout-img {
    background-size: 250%;
    background-position: 80% 50%;
}

/* Tools and Calculator Section */

#tools-and-calculators {
    background-color: #F3F4F5;
}

#tools-and-calculators .block-wpr {
    background-position: bottom right;
    background-size: 35% auto;
    background-repeat: no-repeat;
}

@media (max-width: 639px) {
    #tools-and-calculators .block-wpr {
        background-size: auto 75%;
    }
}

/* Connect with Specialist Section */

#mtg-specialist-99 {
    display: flex;
    padding: 14px 20px;
    justify-content: center;
    align-items: center;
    margin-left: 20px;

    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}