.general-info{
    margin-bottom: 20px;
}
/*heading of post content*/
.title_post{

    font-size: 26px;
    font-family: 'Times New Roman', Times, serif;
    color: rgb(10, 8, 8);
    line-height: 22px;
}
/* Horizontal scroll adjustment*/
.horizontal-scroll{
    overflow-x: scroll;
    overflow-y: hidden;
    width: 100%;
    white-space: nowrap;
}
.horizontal-scroll .panel{
    background-image: linear-gradient(90deg, #74528f, #2c385f);
    display: inline-flex;
    border-right-color: rgb(197, 221, 241);
    border-right-width: 3px;
    height: 250px;
    width: 400px; 
}
.horizontal-scroll .panel .chamber{
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: center;
}
.horizontal-scroll .panel .chamber a{
    color: rgb(233, 225, 212);
    font-size: 20px;
    font-family: 'Times New Roman', Times, serif;
    white-space: normal;
    line-height: 12px;

}
.horizontal-scroll .panel .chamber .break-line{
    height: 1px;
    width: 390px;
    background-color: beige;
}
.info-content{
    text-align: justify;
    color: honeydew;
    font-size: 15px;
    white-space: normal;
}
