.terms-section{
	padding:80px 0;
}
.terms-section ul {
	padding-left: 20px;
    margin-bottom: 20px;
}
.terms-section ul li {
	margin-bottom: 8px;
    line-height: 1.6;
    letter-spacing: 1px;
    font-size: 18px;
    list-style: circle;
}
.terms-section p {
    font-size: 18px;
    line-height: 1.7;
    color: #969699;
    margin-bottom: 15px;
    font-family: "Roboto", sans-serif;
}
.terms-section .text-primary {
    color: #007BFF;
}
.terms-section .text-secondary {
	color: #6c757d;
}
.terms-section .content-box {
	padding: 2rem;
    background: #fff;
    border-radius: 1rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease-in-out;
}
.terms-section .content-box:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.08);
}
.terms-section h1 {
	font-size: 2.5rem;
    font-weight: bold;
}
.terms-section h3 {
	font-size: 20px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.terms-section .highlight-box {
	background: #f8f9fa;
    border-left: 4px solid #3d8548;
    padding: 1rem 1.5rem;
    margin-top: 2rem;
    border-radius: 0.5rem;
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 40px;
}