 .forum_card_section {
     margin-top: 30px;
 }

 .forum_card_section .forum_title h2 {
     font-family: "Hind Siliguri", sans-serif;
     font-weight: 600;
     margin-bottom: 20px;
 }

 .forum_card_section .card-list {
     display: flex;
     gap: 20px;
 }

 .forum_card_section .card-list .card .card-item {
     height: 500px;
     object-fit: cover;
 }

 .forum_card_section .card-list .card .card-item .image {
     text-align: center;
 }

 .forum_card_section .card-list .card .card-item .image img {
     width: 100%;
     height: 250px;
     object-fit: cover;
 }

 .forum_card_section .card-list .card .card-item .title {
     padding: 10px;
 }

 .forum_card_section .card-list .card .card-item .title h2 a {
     text-decoration: none;
     color: #2c347e;
     font-family: "Hind Siliguri", sans-serif;
     font-weight: 600;
 }

 .forum_card_section .card-list .card .card-item .description {
     padding: 10px;
     color: #000;
     font-family: "Hind Siliguri", sans-serif;
     font-weight: 400;
 }

 .forum_section {
     padding: 100px 0px;
 }

 .forum_section .fourm {
     display: flex;
     gap: 3%;
 }

 .forum_section .fourm .forum_category {
     width: 50%;
 }

 .forum_section .fourm .forum_category .title {
     color: #e16127;
     font-weight: 600;
     font-family: "Hind Siliguri", sans-serif;
     border-bottom: 1px solid #fff;
 }

 .forum_section .fourm .forum_category .category_list ul {
     list-style: none;
     padding: 0;
     margin-top: 15px;
 }

 .forum_section .fourm .forum_category .category_list ul li {
     margin-bottom: 10px;
     font-family: "Hind Siliguri", sans-serif;
 }

 .forum_section .fourm .forum_category .category_list ul li:last-child {
     margin-bottom: 0px;
 }

 .forum_section .forum_list .forum_item {
     padding: 5px 10px;
     border-bottom: 3px solid #2c347e;
     border-radius: 15px;
     margin-bottom: 20px;
 }

 .forum_section .forum_list .forum_item .title a {
     color: #2c347e;
     text-decoration: none;
     font-size: 36px;
     font-weight: 600;
     font-family: "Hind Siliguri", sans-serif;
     line-height: 30px;
     margin-bottom: 5px;
 }

 .forum_section .forum_list .forum_item .description p {
     color: #000;
     font-family: "Hind Siliguri", sans-serif;
     font-weight: 400;
     margin: 0;
 }

 .forum_section .forum_list .forum_item .comment {
     text-align: end;
 }

 .forum_section .forum_list .forum_item .comment a {
     text-decoration: none;
     color: #f08027;
     font-size: 20px;
 }

 .forum_section .forum_list .forum_item .title h2 {
     color: #2c347e;
 }

 .forum_section .forum_list .forum_item .image {
     margin-bottom: 20px;
     text-align: center;
 }

 .comment_list h3 {
     font-family: "Hind Siliguri", sans-serif;
 }

 .comment_list .comment_item .comment_details p {
     font-family: "Hind Siliguri", sans-serif;
 }

 .comment_list .comment_item .reply a {
     font-family: "Hind Siliguri", sans-serif;
 }

 .owl-carousel .item {
     height: 100%;
     overflow: hidden;
 }

 .card-item {
     height: 100%;
     display: flex;
     flex-direction: column;
     justify-content: space-between;
 }

 .description figure img {
     max-width: 100%;
     width: 400px;
     height: 400px;
     height: auto;
     display: block;
     margin: 10px auto;
 }
 p img{
     max-width: 100%;
     width: 400px;
     height: 400px;
     height: auto;
     display: block;
     margin: 10px auto;
 }

 @media(max-width:768px) {
     .forum_section .fourm {
         display: block;
     }

     .forum_section .fourm .forum_category {
         width: 100%;
         margin-bottom: 20px;
     }
     .forum_section {
         padding: 25px 0px;
     }
     .description figure img{
         width: 100%;
     }
 }