

@media (min-width: 770px) {
    

}
    .container-22{

        display: grid;
    
    
    
        font-family: "open sans", sans-serif;
    
    grid-template-columns:1.0fr ; /* Two columns */
    grid-gap: 0px;
    flex-wrap: wrap;
    gap: 10px;
    align-items: stretch;
    align-content: stretch;
    justify-content: stretch;
    padding: 0;
    margin: 0;
    }

.content {
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 15px;
    box-shadow: 0 2px 5px rgba(71, 71, 71, 0.1);
    background-color: #ffffff;
    align-content: center;
    margin-top: none;
    margin-right: 0px;
}

.sidebar.rowsid.top{

    

    
    background-color: #ffffff;
    
padding-bottom: 0px;
    

}
.sidebar.rowsid.top h3{

    background: linear-gradient(90deg, #000000, #000000);
    
    
    text-align: center;
    align-items: center;
    align-content: center;
    align-self: center;
    height: auto;
padding: 15px;
    color: #ffffff;
    font-size: large;

}
.sidebar {


    padding: 0px;
 /* Ensures all children align with the card's height */
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    
    background: #ffffff;
    transition: transform 0.3s ease-out, opacity 0.3s ease-out;
    will-change: transform, opacity;
    
    margin: 0;
    height: 100%;
}
.sidebar24 {
display: block;
height: 100%;
align-items: center;
align-self: center;

align-content:stretch;

justify-self: stretch;justify-items: center;
    border: 1px solid #ddd;
    border-radius: 5px;
    
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;

}
.sidebar24 .contant {
    display: block;
    height: auto;
    align-items: center;
    align-self: center;
    
    align-content:stretch;
    
    justify-self: stretch;justify-items: center;
        border: 1px solid #ddd;
        border-radius: 5px;
        
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        background-color: #ffffff;
    margin: 10px;
    margin-bottom: 50px;
    }

    .sidebar24 .contant a {
        display: block;
        align-items: center;
        align-self: center;
        font-weight:bold;
        font-size:100%;
        color: #000000;
        align-content:center;
        justify-content: center;
        justify-self: center;
        justify-items: center;
        text-align: center;
            width: auto;
            margin: 5% 2%;
            padding: 0;
            
            
        
        }
        .sidebar24 .contant a:hover {

            color: #0037ff;

        }
.intro-text {
    margin-bottom: 20px;
    font-size: 1em;
    color: #0b0b0b;
    text-align: justify;

}



.journal-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}




.journal-card {
    
    
    align-items: stretch; /* Ensures all children align with the card's height */

    border-radius: 3px;
    overflow: hidden;


    transition: transform 0.3s ease-out, opacity 0.3s ease-out;
    will-change: transform, opacity;

    height: auto;
    margin: 0;
}

.journal-info {
    padding: 15px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}



.journal-image {
    align-content: center;
    width: 130px;
    margin-right: 15px;
    flex-shrink: 0;
}
.journal-image img {
    width: 100%;
}

.journal-info h4 {
    margin: 0;
    color: #333;
}
.journal-info p {
    margin: 3px 0;
    font-size: 0.9em;
    color: #666;
}
.view-button {
    margin-top: auto; /* Pushes the button to the bottom */
    margin-left: auto; /* Aligns the button to the right */
    display: inline-block;
    padding: 10px 15px;
    background-color: #be7c00;
    color: #fff;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    text-decoration: none;
    margin-top: 10px;
}
.view-button:hover {
    color: #fff;
    background-color: #e7a603;
}


.container-lg {
    display: flex;
    font-family: "open sans", sans-serif;
    margin: 20px;
    flex-direction: row; /* Default direction */

    
}
@media (max-width: 768px) {
    .content {
        padding: 3px;
    }
    .intro-text{
        margin: 10px;
        
    }
    .container-lg {
 flex-direction: column; /* Change to column for smaller screens */
    }

}

.content {
    
    flex: 1;
    @media (max-width: 768px) {
        
        width: 100%;    /* Change to column for smaller screens */
    }
    /* ... other styles ... */
    /* Ensure the content takes up available space */
}



.journal-grid {
    /* ... other styles ... */

    @media (max-width: 768px) {
        grid-template-columns: 1fr; /* Single column for smaller screens */
        
    }
}





.sidebar h3 {
    margin-bottom: 0px;
}

.editor {
    
    flex-direction: column;
    align-items: center;
    

    justify-items: center;
    margin-bottom: 1px;


}

.editor img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-bottom: 0px;
}

.editor p {
    text-align: center;
    margin: 0px 0;
}


