/* Hero Section */
.hero-section {
    background-color: #FFFFFF;
    border-radius:30px;
    margin-top:1px;
    padding-top:80px;
    padding-bottom:80px;
}
.hero-title {
    font-size: 72px;
    font-family: 'tn-condensed-medium';
    line-height: 100%;
    text-transform: uppercase;
}
.hero-title-mobile {
    font-size: 36px;
    font-family: 'tn-condensed-medium';
    line-height: 100%;
    text-transform: uppercase;
}
.hero-para-row {
    margin-top: 60px;
}
.hero-para {
    font-size: 28px;
    font-family: 'tn-regular';
    line-height: 140%;
}
.hero-para-mobile {
    font-size: 18px;
    font-family: 'tn-regular';
    line-height: 140%;
}
.hero-label {
    font-size: 18px;
    color: #404145;
    font-family: 'tn-regular';
}


/* Description Section */
.description-section {
    background-color: #FFFFFF;
    border-radius:30px;
    margin-top:1px;
    padding-top:80px;
    padding-bottom:80px;
}

.terms-detail-title{
    font-size: 32px;
    font-family: 'tn-medium';
    line-height: 100%;margin-bottom: 16px;

}
.terms-detail-pera{
    font-size: 18px;
    font-family: 'tn-regular';
    line-height: 140%;
    margin-bottom: 5px !important;
}
.terms-details-all{
    display: flex;
    flex-direction: column;
    gap: 30px;
}



.terms-grid-row {
    margin-top: 40px;
}


.terms-title{
    font-size: 32px;
    font-family: 'tn-medium';
    margin-top: 20px;
}
.terms-label {
    font-size: 18px;
    font-family: 'tn-regular';
    color: #404145;
}


@media (max-width: 768px) {
    .hero-img {
        height: 250px;
    }
    .hero-section {
        padding-bottom: 40px;
        padding-top: 40px;
    }
    .hero-title {
        font-size: 62px;
    }
    .hero-para {
        font-size: 18px;
    }
    .description-section {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .terms-detail-title{
        font-size: 24px;
    }
    .terms-detail-pera{
        font-size: 16px;
    }
    .terms-grid-row {
        gap: 30px;
        margin-top: 10px;
    }
    .terms-grid-row .col-sm-6{
        padding: 0;
    }
    .terms-list-section{
        padding-top: 10px;
        padding-bottom: 60px;
    }
    .terms-title {
        font-size: 24px;
    }
}