.secbg-blue-dotted {
    background: url('/sites/default/files/background-dotted.png'), #004080;
    background-size: cover;
}

.aboutspecheight {
    min-height: 100vh;
}

.text-white {
    color: #fff;
}

.bg-light {
    background-color: #f8f9fa;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}

.policy-container p {
    font-size: 16px;
    line-height: 1.6;
}

.policy-container h1 {
    font-size: 22px; /* Smaller title font */
    font-weight: bold; /* Bold the title */
    margin-bottom: 10px;
}

.policy-container h2 {
    font-size: 18px; /* Smaller section title font */
    font-weight: bold; /* Bold the section titles */
    margin-top: 20px;
}

.btn-primary {
    background-color: #007bff;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    transition: 0.3s;
}

.btn-primary:hover {
    background-color: #0056b3;
}
