body {
    background-color: #EFEFEF;
}


.social-icon {
    width: 24px;
    height: 24px;
    font-size: 24px;
}

.centered-box {
    border-width: 1px;
    border-style: solid;
    border-radius: 8px;
    border-color: #DFDFDF;
    max-width: 600px; /* Adjust the width as needed */
    margin: 0 auto; /* Center the box */
    padding: 20px; /* Padding inside the box */
}



.img-fluid {
    max-width: 100%;
    height: auto;
    border-radius: 8px; /* Optional: matches the container's border radius */
}


/* Align h3 and list to the left */
.inner-container h3 {
    text-align: left;
    font-weight: bold;
    margin-bottom: 15px; /* Adds distance between the heading and the list */
}

.inner-container ul {
    text-align: left;
    padding-left: 20px; /* Adjust the padding for list alignment if needed */
    margin: 0;
}

.inner-container li {
    margin-bottom: 10px; /* Optional: add spacing between list items */
}
