body {
    font-family: 'Arial', sans-serif;
    background-color: #f9f9f9;
    color: #333;
    line-height: 1.6;
    margin: 0;
    padding: 0;
}

.terms_condition{
    width: 80%;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 10px;
    padding: 20px 30px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    margin-bottom: 3%;
}

.title-section h1 {
    font-size: 2.5rem;
    color: #444;
    margin-bottom: 10px;
    border-bottom: 2px solid #007bff;
    display: inline-block;
    padding-bottom: 5px;
}

.content-section h3 {
    font-size: 1.8rem;
    color: #222;
    margin-bottom: 15px;
}

.content-section p {
    font-size: 1rem;
    margin-bottom: 20px;
    text-align: justify;
    color: #555;
}

a {
    text-decoration: none;
    color: #007bff;
}

a:hover {
    text-decoration: underline;
}

@media screen and (max-width: 769px) {
    .container {
        width: 95%;
        padding: 15px 20px;
    }

    .title-section h1 {
        font-size: 2rem;
    }

    .content-section h3 {
        font-size: 1.5rem;
    }

    .content-section p {
        font-size: 0.9rem;
    }
}
