﻿@media screen and (max-width:780px){
    .abouts {
        height: 70px;
         margin-top: 10px;
         margin-bottom: 10px;
    }
    .about-titile {
        font-size: 22px;
    }
    .about {
        font-size: 14px;
    }
    .krdt-label {
        padding: 10px 0 20px 0;
    }
    .label-title {
        font-size: 14px;
    }
    .label-date {
        width: 100%;
        font-size: 12px;
        text-align: center;
        padding-right: 0;
        top:20px;
        right:0;
    }
    .krdt-list {
        margin-top: 25px;
    }
    
    .am-pureview-actions a {
        right: 0;
    }
}