.logo-img {
    max-width: 13%;
}

.list-decimal-center {
    display: inline-block;
    text-align: left;
    list-style-position: inside;
}

.list-decimal-center li {
    font-style: italic;
    font-weight: bold;
    display: block;
}

.bg-light {
    background-color: #F0ECCE !important;
}

.footer-content {
    font-size: 14px;
}

a:hover {
    text-decoration: none;
    color: #96B6C5 !important;
    cursor: pointer;
}

.footer-link {
    text-decoration: none;
    color: #000;
}

/* Adjust the font size for smaller devices */
@media (max-width: 576px) {

    .footer-content {
        font-size: 10px;
    }

    .col-md-12.d-flex {
        flex-direction: column;  /* Stacks the child elements (spans) vertically */
    }

    .col-md-12.d-flex > span {
        text-align: center;  /* Center-align the content */
        margin-bottom: 10px; /* Optional: Add some space between the spans */
    }
}

@media (max-width: 991px) {
    .logo-img {
        max-width: 20%;
    }
}

@media (max-width: 768px) {
    .logo-img {
        max-width: 40%;
    }
}