.home-header-text-section {
    padding-top: 100px;
    padding-bottom: 100px;
    background: #f7f9fa;
}
.page.home .home-header-text-section h2 {
    width: 80%;
    font-size: 32px;
    font-weight: 500;
    line-height: 40px;
    letter-spacing: 0;
}
.home-header-text-section p {
    width: 90%;
    font-size: 24px;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 0;
    color: #6B6B6B;
}


@media (max-width: 1300px) {
    .home-header-text-section h2 {
        width: 90%;
    }

    .home-header-text-section p {
        width: 100%;
    }
}

@media (max-width: 1279px) {
    .home-header-text-section {
        padding-top: 72px;
    }
}

@media (max-width: 960px) {
    .page.home .home-header-text-section h2 {
        width: 100%;
        line-height: 50px;
    }

    .home-header-text-section p {
        font-size: 20px;
    }
}

@media (max-width: 768px) {
    .home-header-text-section {
        padding-top: 48px;
    }
}

@media (max-width: 600px) {
    .page.home .home-header-text-section h2 {
        line-height: 100%;
    }
}

@media (max-width: 550px) {
    .page.home .home-header-text-section h2 {
        font-size: 23px;
    }

    .home-header-text-section p {
        font-size: 16px;
    }
}

@media (max-width: 375px) {
    .page.home .home-header-text-section h2 {
        font-size: 20px;
    }

    .home-header-text-section {
        padding-bottom: 70px;
    }
}