.tearmscontainer {
    padding: 120px 0 40px 0;
}

.about-content {
    background-color: #fff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
}

.about-content.pl-30 {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
}

.terms-description-content h1,
.terms-description-content h2,
.terms-description-content h3,
.terms-description-content h4,
.terms-description-content h5,
.terms-description-content h6 {
    color: #2c3e50;
    margin-top: 25px;
    margin-bottom: 15px;
    font-weight: bold;
}

.terms-description-content p {
    margin-bottom: 15px;
    text-align: justify;
}

.terms-description-content p strong {
    color: #000;
    font-weight: bold;
}

.terms-description-content p strong:first-child {
    font-size: 1.2em;
    display: block;
    margin-top: 20px;
    margin-bottom: 10px;
    color: #34495e;
}

.terms-description-content ul {
    list-style-type: disc;
    margin-left: 20px;
    margin-bottom: 20px;
    padding-left: 0;
}

.terms-description-content ul li {
    margin-bottom: 8px;
}

.terms-description-content a {
    color: #007bff;
    text-decoration: none;
}

.terms-description-content a:hover {
    text-decoration: underline;
    color: #0056b3;
}

@media (max-width: 768px) {
    .about-content.pl-30 {
        padding-left: 15px;
        padding-right: 15px;
    }
}