﻿.section-header {
    display: flex;
    align-items: baseline;
    margin-bottom: 1rem;
}

    .section-header .sh-title {
        font-size: 1.5rem;
        font-weight: 600;
        color: #000;
        margin: 0;
        line-height: 1.2;
    }

        .section-header .sh-title a {
            color: inherit;
            text-decoration: none;
        }

            .section-header .sh-title a:hover {
                text-decoration: none;
            }



.home-body-row .home-body-card {
    margin-bottom: 1rem;
}

.viewmore-col {
    position: relative;
    display: block;
    padding: 0;
    margin: -1rem 0 1.5rem 0;
    height: auto;
}

.viewmore-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
