/************************************************* Terms & Conditions Section Styles *************************************/
.terms-section {
    padding: 100px 0;
    text-align: center;
    background-color: #f9f9f9;
}

.terms-section__title {
    font-size: 2.5em;
    font-weight: bold;
    color: #666;
    margin-bottom: 20px;
}

.container {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 20px;
}

.terms-box {
    border: 2px solid #7cb138;
    border-radius: 10px;
    padding: 30px;
    background-color: #fff;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
    text-align: left;
    line-height: 1.8;
    color: #333;
}

.terms-box h3 {
    margin-top: 20px;
    font-size: 1.5em;
    color: #333;
}

.terms-box p {
    margin-bottom: 15px;
    font-size: 1em;
    color: #666;
}
