/* 
.student-blog_bodytext h1,
.student-blog_bodytext>h4{
    color: black;
    font-weight: 800;
    margin-bottom: 30px;
}
.student-blog_page {
    padding: 60px 0px;
}

.student-blog_bodytext {
    padding-right:40px;
}
.student-blog_bodytext h2 {
    margin: 25px 0px 10px 0px;
    color: #000000;
    font-size: 36px;
    font-weight: 800;
}
.student-blog_bodytext p {
    padding: 10px 0px;
    font-size: 16px;
    color: #585858;
    line-height: 28px;
    text-align: justify;
}
.student-blog_bodytext .border-bottom-dashed{
    border-bottom: 2px dashed #000;
    margin-bottom: 20px;
}
.student-blog_bodytext .blog-box{
    flex-direction: column;
    gap: 0.5rem;
}
.student-blog_bodytext .blog-box .msg-box{
    padding: 10px;
    gap: 0.5rem;    
}
.student-blog_bodytext .blog-box .msg-box:nth-child(odd){
    background-color: #8ce3fd;
}
.student-blog_bodytext .blog-box .msg-box:nth-child(even){
    background-color: #ddd;
}
.student-blog_bodytext .blog-box .msg-box .pic{
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 0 0 15%;
}

.student-blog_bodytext .blog-box .msg-box .msg h4{
    margin: 10px 0;
    color: #022d45;
}
.student-blog_bodytext .blog-box .msg-box .msg h4 a{
    color: #022d45;
}
.student-blog_bodytext .blog-box .msg-box .msg p{
    font-size: 13px;
    line-height: 18px;
}
.guidance_text {
    padding: 20px;
    background-color: #2299d3;
    color: #fff;
    position: relative;
    overflow: hidden;
}

.student-blog_bodytext ul{
    justify-content: space-between;
    margin-top: 25px;
}

.student-blog_bodytext ul li{
    padding: 0.75rem;
   display: flex;
}
.student-blog_bodytext ul li figure{
    margin: 0;
    overflow: hidden;
}
.student-blog_bodytext ul li figure img{
    transition: all 0.3s ease-in-out;
}
.student-blog_bodytext ul li:hover figure img{
    transform: scale(1.1);
}

.student-blog_bodytext ul li .data{
    padding: 10px;
    position: relative;    
    height: 230px;
    background-color: #effaff;;
}
.student-blog_bodytext ul li .data h3{
    color: #000;
    font-size: 15px;
    margin: 0;
}

.student-blog_bodytext ul li .data p{
    line-height: 20px;
    font-size: 14px;
}

.student-blog_bodytext ul li .data a{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #f7c200;
    padding: 5px;
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    font-weight: 600;
    color: #000;
    transition: all 0.3s ease-in-out;
}
.student-blog_bodytext ul li:hover .data a{
    background-color: #f7d96f;
    font-size: 15px;
    
} */

.stu-blog h1{
    color:black;
    font-size: 28px;
    margin-top: 10px;
    text-transform: uppercase;
    font-weight: 600;
}

.stu-blog  ul{
    
    margin: 10px 0;
    padding: 25px 0;
    justify-content: space-between;
}

.stu-blog ul,.stu-blog ul li{
    display: flex;
}

.stu-blog ul li{
    padding: 5px;
    width:47%;
    border-bottom: 2px solid #ccc;
    margin:10px 0; 
}

.stu-blog ul li .left{
    /* padding-right: 10px;
    padding-bottom: 5px; */
    width: 32%;
}

.stu-blog ul li .left figure{
    margin: 0;
    padding-right: 10px;
}

.stu-blog ul li .left figure img{
    width: 100%;
}

.stu-blog ul li .right{
    padding-left: 10px;
    width: 67%;
}

.stu-blog ul li .right h3 a{
    color: #37c1fd;
    font-size: 17px;
}

.stu-blog ul li .right h3:hover{
    text-decoration: underline;
    cursor: pointer;
    color: #37c1fd;
}

.stu-blog ul li .right p{
    font-size: 13px;
    font-weight: 400;
    line-height: 22px;
}

.stu-blog ul li .left button{
    border: none;
    padding: 5px 27px;
    background: #37c1fd;
    margin: 10px 0;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, .25) inset;
}

.stu-blog ul li .left button a{
    color: #fff;
    font-weight: 600;
}

.stu-blog ul li .left button a:hover {
    border-bottom: 1px solid #fff;
}

@media (max-width:767px){
 
.stu-blog h1 {
font-size: 18px;

}
.stu-blog ul,.stu-blog ul li{
flex-wrap: wrap;
}
.stu-blog ul li .left,.stu-blog ul li .right {
    width: 100%;
    padding-left: 0;
}

.stu-blog ul li{
    display: block;
    padding: 5px;
}
.stu-blog ul li .left button {
    margin-bottom: 0;
}
.stu-blog ul li .right h3{
font-size: 13px;
}
.stu-blog ul li .right h3 a {
    color: #333;
}
.stu-blog ul li .right p{
display: none;
}

.stu-blog ul{
border-bottom: none;
padding: 0;
}

.stu-blog ul li .left figure{
padding-right: 0px;
}
.stu-blog ul li .right h3 a {
font-size: 12px;
}  



}