.inner-banner-text-sec {
    margin: 80px 0;
}

.inner-banner-text-sec .banner-content h1 span {
    color: rgba(17, 17, 17, 0.40);
    font-size: 22px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.inner-banner-text-sec .banner-content span,
.inner-banner-text-sec .banner-content span.bottom-text {
    color: rgba(17, 17, 17, 0.40);
    font-family: Inter;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    display: block;
}

.inner-banner-text-sec .banner-content span.bottom-text {
    margin-bottom: 16px;
}


.inner-banner-text-sec .banner-content h1 {
    color: #111;
    font-size: 96px;
    font-weight: 900;
    line-height: 96px;
    letter-spacing: normal;
    margin-bottom: 8px;
    text-transform: uppercase;
}


.inner-banner-text-sec .banner-content .dots {
    display: flex;
    align-items: center;
    margin-bottom: 24px;
}

.inner-banner-text-sec .banner-content .dots span {
    border-radius: 33554400px;
    background: var(--clay);
    width: 8px;
    height: 8px;
}

.inner-banner-text-sec .banner-content .dots span:not(:last-child) {
    margin-right: 16px;
}

.inner-banner-text-sec .banner-content .span.bottom-text .dots {
    margin-bottom: 24px;
}

.inner-banner-text-sec .banner-content {
    max-width: 530px;
}

.inner-banner-text-sec .banner-content p {
    color: rgba(17, 17, 17, 0.80);
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}


@media only screen and (max-width: 1199px) {
    .inner-banner-text-sec {
        margin: 60px 0;
    }

    .inner-banner-text-sec .banner-content h1 {
        font-size: 70px;
        line-height: 70px;
    }
}

@media only screen and (max-width: 991px) {
    .inner-banner-text-sec {
        margin: 40px 0;
    }

    .inner-banner-text-sec .banner-content h1 {
        font-size: 60px;
        line-height: 60px;
    }
}

@media only screen and (max-width: 767px) {
    .inner-banner-text-sec .banner-content h1 {
        font-size: 50px;
        line-height: 50px;
    }

    .inner-banner-text-sec .banner-content span,
    .inner-banner-text-sec .banner-content span.bottom-text {
        font-size: 20px !important;
    }
}