.jhc-reviewed-by {
    padding: 36px;
    margin-bottom: 40px;
    background-color: #0F375B;

    @media (max-width: 768px) {
        text-align: center;
        padding-inline: 20px;
    }

    .jhc-reviewed-by__header {
        padding-bottom: 24px;
        margin-bottom: 24px;
        border-bottom: 2px solid #D0A975;
        color: #FFF;
        font-family: Oswald;
        font-weight: 500;
        font-size: 30px;
        line-height: 34px;
        text-transform: uppercase;

        @media (min-width: 768px) {
            font-size: 36px;
            line-height: 42px;
        }
    }

    .jhc-reviewed-by__attorney {
        display: flex;
        justify-content: start;
        align-items: start;
        gap: 24px;
        flex-direction: column;

        @media (min-width: 768px) {
            flex-direction: row;
        }

        .jhc-reviewed-by__avatar {
            width: 160px;
            height: 160px;
            border-radius: 4px;
            flex: none;
            overflow: hidden;

            @media (max-width: 768px) {
                margin-inline: auto;
            }

            img {
                object-fit: cover;
                width: 100%;
                height: 100%;
                border-radius: 4px;
                overflow: hidden;
            }
        }

        .jhc-reviewed-by__name {
            color: #FFF;
            font-family: Oswald;
            font-size: 30px;
            line-height: 30px;
            font-style: normal;
            font-weight: 500;
            text-transform: uppercase;
            padding-bottom: 16px;

            @media (min-width: 768px) {
                font-size: 36px;
                line-height: 36px;
            }
        }

        .jhc-reviewed-by__position {
            color: #FFF;
            font-family: Oswald;
            font-size: 20px;
            font-weight: 400;
            line-height: 20px;
            text-transform: uppercase;
            padding-bottom: 24px;
        }

        .jhc-reviewed-by__excerpt p {
            color: #FFF;
            font-family: "Open Sans";
            font-size: 18px;
            font-weight: 400;
            line-height: 28px;
            padding-bottom: 24px;
        }

        .jhc-reviewed-by__cta {
            color: #FFF;
            font-family: "Open Sans";
            font-size: 20px;
            font-weight: 400;
            line-height: 20px;
        }

    }

    .jhc-reviewed-by__badges {
        border-top: 2px solid #D0A975;
        padding-top: 24px;
        margin-top: 24px;
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
        justify-content: space-evenly;
        align-items: center;

        img {
            max-height: 96px;
            max-width: 200px;
        }
    }
}