.text-main {
    margin: 0 auto;
    padding-top: 150px;
    padding-bottom: 150px;
    background-color: #FFFFFF;
}

.text-container {
    margin: 0 auto;
}

.text-title-main {
    font-family: var(--global-font-family-1);
    font-weight: 400;
    font-size: 70px;
    line-height: 120%;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 48px;
    color: #000000;
}

.text-content-holder p {
    white-space: break-spaces;
    word-break: break-all;
}

.text-content-holder {
    font-family: var(--global-font-family-2);
    font-weight: 400;
    font-size: 19px;
    line-height: 150%;
    color: #1A1A1A;
}

.text-content-holder a {
    text-decoration: none;
    color: #C3996E;
}

.text-content-holder h2 {
    font-family: var(--global-font-family-1);
    font-weight: 400;
    font-size: 40px;
    line-height: 120%;
    text-transform: uppercase;
    margin: 0;
    margin-top: 32px;
    margin-bottom: 32px;
    color: #1A1A1A;
}

.text-content-holder h3 {
    font-family: var(--global-font-family-1);
    font-weight: 400;
    font-size: 32px;
    line-height: 120%;
    text-transform: uppercase;
    margin: 0;
    margin-top: 28px;
    margin-bottom: 28px;
    color: #1A1A1A;
}

.text-content-holder h4 {
    font-family: var(--global-font-family-1);
    font-weight: 400;
    font-size: 28px;
    line-height: 120%;
    text-transform: uppercase;
    margin: 0;
    margin-top: 25px;
    margin-bottom: 25px;
    color: #1A1A1A;
}

@media (max-width: 800px) {

    .text-main {
        padding-top: 110px;
        padding-bottom: 110px;
    }

    .text-title-main {
        font-size: 60px;
        margin-bottom: 45px;
    }

    .text-content-holder h2 {
        font-size: 35px;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .text-content-holder h3 {
        font-size: 30px;
        margin-top: 25px;
        margin-bottom: 25px;
    }
    
    .text-content-holder h4 {
        font-size: 25px;
        margin-top: 20px;
        margin-bottom: 20px;
    }

}

@media (max-width: 800px) {

    .text-main {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .text-title-main {
        font-size: 55px;
    }

    .text-content-holder {
        font-size: 17px;
    }

}