@media (max-width: 768px) {
    .books-content {
        flex-direction: column;
    }

    .calen-left {
        width: 100%;
    }

    .calen-info {
        width: 100%;
        margin-top: 15px;
    }
    .jcs-heading{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .header-content h1 {
        padding-bottom: 0px;
    }
    .calen-heading h4 {
        font-size: 20px;
        text-align: center;
    }
    .jcs-heading h3 {
        font-size: 20px;
    }
    .header-content h1 {
        font-size: 30px;
    }
   
}
@media (max-width: 568px) {
    .jcs-heading p{
        font-size: 12px;
    }
}