body{
    overflow-x: hidden;
}

.rounded-circle {
    border-radius: 50%;
    object-fit: cover;
}

.Para-medical {
    display: flex;
    flex-direction: column;
    padding: 60px;
}

.t-container {
    display: flex;
    align-items: center;
    /* flex-direction: row; */
}

table {
    width: 100%;
    border-collapse: collapse;
}

table,
th,
td {
    border: 1px solid #ddd;
}

th,
td {
    padding: 10px;
    text-align: center;
}

th {
    background-color: #f2f2f2;
}

aside {
    width: 300px;
    background-color: #f9f9f9;
    padding: 20px;
    margin-left: 20px;
}

/* Example ad styles */
.ad {
    margin-bottom: 20px;
    border: 1px solid #ccc;
    padding: 10px;
}

h2 {
    background-color: #be1f23;
    color: white;
    padding: 10px;
    text-align: center;
    margin-bottom: 20px;
    /* Add margin bottom to create space between heading and table */
}
