﻿.container-quote {
    height: auto;
}

    .container-quote .container .section-text {
        text-align: center;
        padding: 0 9vw 0 9vw;
        font-family: var(--primary-font-family);
        color: var(--quote-font-color);
    }

    .container-quote .container .section-text-light {
        text-align: center;
        padding: 0 5vw 0 5vw;
        font-family: var(--primary-font-family);
        color: #FFFFFF;
    }

.text-size-1 {
    font-size: 1vw;
    line-height: 1.4vw;
}

.text-size-1-bold {
    font-size: 1vw;
    line-height: 1.4vw;
    font-weight: 600;
}

.text-size-2 {
    font-size: 2vw;
    line-height: 2.5vw;
}

.text-size-2-bold {
    font-size: 2vw;
    line-height: 2.5vw;
    font-weight: 600;
}

.text-size-3 {
    font-size: 3vw;
    line-height: 3.5vw;
}

.text-size-3-bold {
    font-size: 3vw;
    line-height: 3.5vw;
    font-weight: 600;
}

.text-size-4 {
    font-size: 4vw;
    line-height: 4.7vw;
}

.text-size-4-bold {
    font-size: 4vw;
    line-height: 4.7vw;
    font-weight: 600;
}

@media (min-width: 1200px) and (max-width: 1599px) {
    .container-quote .container .section-text {
        padding: 0 13vw 0 13vw;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .container-quote .container .section-text {
        padding: 0 13vw 0 13vw;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
}

/*@media (min-width: 576px) and (max-width: 767px) {
    .container-quote .container .section-text {
        padding: 0;
    }

    .text-size-1 {
        font-size: 24px;
        line-height: 32px;
    }

    .text-size-1-bold {
        font-size: 24px;
        line-height: 32px;
        font-weight: 600;
    }

    .text-size-2 {
        font-size: 28px;
        line-height: 36px;
    }

    .text-size-2-bold {
        font-size: 28px;
        line-height: 36px;
        font-weight: 600;
    }

    .text-size-3 {
        font-size: 36px;
        line-height: 40px;
    }

    .text-size-3-bold {
        font-size: 36px;
        line-height: 40px;
        font-weight: 600;
    }

    .text-size-4 {
        font-size: 40px;
        line-height: 44px;
    }

    .text-size-4-bold {
        font-size: 40px;
        line-height: 44px;
        font-weight: 600;
    }
}

@media (max-width: 575px) {
    .container-quote .container .section-text {
        padding: 0;
    }

    .text-size-1 {
        font-size: 24px;
        line-height: 32px;
    }

    .text-size-1-bold {
        font-size: 24px;
        line-height: 32px;
        font-weight: 600;
    }

    .text-size-2 {
        font-size: 28px;
        line-height: 36px;
    }

    .text-size-2-bold {
        font-size: 28px;
        line-height: 36px;
        font-weight: 600;
    }

    .text-size-3 {
        font-size: 36px;
        line-height: 40px;
    }

    .text-size-3-bold {
        font-size: 36px;
        line-height: 40px;
        font-weight: 600;
    }

    .text-size-4 {
        font-size: 40px;
        line-height: 44px;
    }

    .text-size-4-bold {
        font-size: 40px;
        line-height: 44px;
        font-weight: 600;
    }
}*/
