.text__body__container .text__body__heading {
    color: var(--clr-black);
    font-size: var(--size-3xl);
    font-weight: 500;
}

.text__body__description {
    color: var(--clr-black);
    font-size: var(--size-base);
    font-weight: 400;
}

.text__body__description .sub__heading {
    color: var(--clr-black);
    font-size: var(--size-lg);
    font-weight: 500;
}

.text__body__description a {
    color: var(--clr-main-blue);
    font-size: var(--size-base);
    font-weight: 400;
}

.text__body__description a:hover {
    text-decoration: underline;
}