/* For Privacy Policy & Terms and Conditions Page */
.custom-page-container {
    width: 80%;
    margin: auto;
    background-color: #ffffff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.custom-page-container h4 {
    margin-bottom: 5px;
}

.custom-page-container ul,
.custom-page-container ol {
    margin-left: 20px;
}

.custom-page-container li {
    margin-bottom: 10px;
}

.custom-page-container .custom-title {
    text-align: center;
    padding: 30px 0;
    margin-bottom: 30px;
    text-transform: uppercase;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
}

.custom-page-container .title-blue {
    color: #0484cf;
    background-color: #f4f7fa;
    border-bottom: 4px solid #0484cf;
    font-weight: 600;
}

.social-icons {
    display: flex;
    gap: 15px;
}

.social-icons li {
    display: inline-block;
    box-shadow: unset !important;
    list-style: none;
}

.main .img-fluid {
    width: 100%;
    max-height: 196px;
}
.landing-page .feature-section .card-body div {
    padding: 0.5em;
}
.landing-page .feature-section img {
    width: 100%;
    max-height: 150px;
}
