.textbox-2 h1, .textbox-2 h2, .textbox-2 h3, .textbox-2 .sub-header-2 {
    margin-bottom: 0;
    padding-bottom: 24px;
}

.textbox-2 .sub-header-1, .textbox-2 .sub-header-2 {
    margin-bottom: 0;
    padding-bottom: 24px;
}

.textbox-2 h4, .textbox-2 h5, .textbox-2 p{
    margin-bottom: 0;
}

.content-body-text-1 span, .content-body-text-1 p {
    font-size: var(--body-text-1);
    font-family: var(--body-text-1-font) !important;
    line-height: 150%;
}

.content-body-text-2 p {
    font-size: var(--body-text-2);
    font-family: var(--body-text-2-font);
    line-height: 150%;
}

.textbox-2 a {
    text-decoration: underline;
}

.textbox-2 a:hover {
    opacity: 0.4;
}

.textbox-2 .content {
    max-width: 900px;
    margin: auto;
}

.textbox-2 .content p:last-child {
    padding-bottom: 24px;
}

.text-color-black, .text-color-black h1, .text-color-black h2, .text-color-black h3, .text-color-black h4, .text-color-black h5, .text-color-black h6, .text-color-black p, .text-color-black a {
    color: var(--black);
}

.text-color-white, .text-color-white h1, .text-color-white h2, .text-color-white h3, .text-color-white h4, .text-color-white h5, .text-color-white h6, .text-color-white p, .text-color-white a {
    color: var(--white);
}

.primary-text-background {
    background-color: var(--primary-1);
    box-shadow: 30vw 0 0 0 var(--primary-1), -30vw 0 0 0 var(--primary-1);
}

.secondary-text-background {
    background-color: var(--secondary-1);
    box-shadow: 30vw 0 0 0 var(--secondary-1), -30vw 0 0 0 var(--secondary-1);
}

.black-text-background {
    background-color: var(--black);
    box-shadow: 30vw 0 0 0 var(--black), -30vw 0 0 0 var(--black);
}

.gray-text-background {
    background-color: var(--bg-gray);
    box-shadow: 30vw 0 0 0 var(--bg-gray), -30vw 0 0 0 var(--bg-gray);
}

.text-right p {
    text-align: right !important;
}

.text-left p {
    text-align: left !important;
}

.text-center p {
    text-align: center !important;
}