.inner-page-banner .text-block {
    text-align: center;
    padding-bottom: 42px;
    border-bottom: 1px solid rgba(5, 5, 5, 0.25);
    overflow: hidden;
}
.inner-page-banner .text-block h1 {
    font-size: 140px;
    line-height: 154px;
    font-weight: 400;
}
.inner-page-banner .text-block p {
    font-size: 21px;
    line-height: 31.5px;
    font-weight: 300;
    max-width: 660px;
    margin: 42px auto 0;
}
.inner-page-banner .title-with-dot {
    margin-bottom: 12px;
}
@media only screen and (max-width: 1399px) {
    .inner-page-banner .text-block h1 {
        font-size: 120px;
        line-height: 134px;
        font-weight: 400;
    }
}
@media only screen and (max-width: 1199px) {
    .inner-page-banner .text-block h1 {
        font-size: 88px;
        line-height: 96.8px;
    }
    .inner-page-banner .text-block p {
        font-size: 18px;
        line-height: 27px;
        margin: 32px auto 0;
    }
}
@media only screen and (max-width: 991px) {
    .inner-page-banner .text-block h1 {
        font-size: 46px;
        line-height: 56.6px;
    }
    .inner-page-banner .title-with-dot {
        margin-bottom: 12px;
    }
    .inner-page-banner .text-block p {
        margin: 20px auto 0;
        font-size: 16px;
        line-height: 24px;
    }
    .inner-page-banner .text-block {
        padding-bottom: 24px;
    }
    .inner-page-banner {
        padding-top: 20px;
    }
}