#centerVarious001 {
    padding: 50px 0;
    background-color: #fff;
}

#centerVarious001 .headerTitle {
    font-size: 30px;
    line-height: 38px;
    font-weight: 800;
    text-transform: none;
    margin-bottom: 15px;
}

#centerVarious001 .headerTitle .accent {
    color: #C04028;
}

#centerVarious001 .headerDescription,
#centerVarious001 .wysiwygCon {
    font-family: "Nunito Sans", 'Avenir';
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 20px;
}

#centerVarious001 .actionsCont {
    margin-top: 10px;
}

#centerVarious001 .rightCol {
    margin-top: 30px;
    display: flex;
    justify-content: center;
}

#centerVarious001 .imgCon img {
    width: 100%;
    display: block;
}

#centerVarious001 .cvCardCon {
    width: 100%;
    max-width: 416px;
    background: #F9EED9;
    box-shadow: 0 4px 10px rgba(146, 146, 148, 0.4);
    border-radius: 1px;
    overflow: hidden;
}

#centerVarious001 .cvCardCon .header {
    background: #F5E6C8;
    padding: 24px;
    box-shadow: 0 1px 10px rgba(146, 146, 148, 0.15);
}

#centerVarious001 .cvCardCon .name {
    font-weight: 900;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -0.25px;
    color: #000;
    margin-bottom: 8px;
}

#centerVarious001 .cvCardCon .address {
    font-size: 16px;
    line-height: 20px;
    color: #000;
}

#centerVarious001 .cvCardCon .body {
    padding: 24px;
}

#centerVarious001 .cvCardCon .contact ul {
    list-style: none;
    padding: 0;
    margin: 0 0 16px;
}

#centerVarious001 .cvCardCon .contact li {
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 19px;
    color: #242424;
    margin-bottom: 10px;
}

#centerVarious001 .cvCardCon .contact li img {
    margin-right: 12px;
    flex-shrink: 0;
}

#centerVarious001 .cvCardCon .contact li a {
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #EF3E33;
    text-decoration: none;
}

#centerVarious001 .cvCardCon .visitLink {
    font-weight: 700;
    font-size: 16px;
    text-decoration: underline;
    color: #EF3E33;
    display: inline-block;
    margin-bottom: 20px;
}

#centerVarious001 .cvCardCon .contact li a:hover,
#centerVarious001 .cvCardCon .visitLink:hover {
    color: #333;
}

#centerVarious001 .cvCardCon .cta {
    margin-bottom: 16px;
}

#centerVarious001 .cvCardCon .cta .primary-theme-btn {
    width: 100%;
    display: block;
    text-align: center;
    margin: 0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

#centerVarious001 .cvCardCon .changeLoc {
    text-align: center;
}

#centerVarious001 .cvCardCon .changeLoc a {
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    color: #333;
    text-decoration: none;
}

#centerVarious001 .cvCardCon .changeLoc a:hover {
    color: #EF3E33;
}

#centerVarious001 .primary-theme-btn {margin: unset}

@media (min-width: 992px) {
    #centerVarious001 .headerTitle {
        font-size: 38px;
        line-height: 46px;
        margin-bottom: 30px;
    }

    #centerVarious001 .headerDescription,
    #centerVarious001 .wysiwygCon {
        font-size: 19px;
        line-height: 29px;
    }

    #centerVarious001 .rightCol {
        margin-top: 0;
        justify-content: flex-end;
    }

    #centerVarious001 .contentRow {
        align-items: flex-start;
    }

    #centerVarious001 .imgCon {
        width: 100%;
    }

    #centerVarious001 .imgCon img {
        width: 100%;
        height: auto;
        object-fit: cover;
        object-position: center top;
    }
}

@media (min-width: 1279px) {
    #centerVarious001 .headerTitle {
        font-size: 44px;
        line-height: 52px;
    }
}
