﻿.RightTitleIcon {
    margin-top: 4rem;

    .Heading {
        padding-bottom: 0.857em;

        .Title {
            font-size: 1.1428rem;
        }
    }
}

.RightTitleBoldIcon {
    margin-top: 4rem;

    .Heading {
        padding-bottom: 0.857em;
        display: flex;
        align-items: center;
        gap: 0.5rem 7.5px;
    }
}

.CenterTitle,
.CenterTitleBold {
    margin-top: 2.571rem;

    .Heading {
        padding-bottom: 1.142rem;

        .Title {
            color: var(--Black);
            padding: 0.571em;
        }
    }

}