.blogpage__line {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 32px;
}
.blogpage__ltitle{
	margin-bottom: 0;
}
/***** 1279 ~ sm *****/
@media (max-width: 1279px) {

}

/***** 527px ~ xs *****/
@media (max-width: 527px) {
	.blogpage__line {
	    margin-bottom: 24px;
	}
}