@charset "utf-8";
/* example */
.example .thumb-box-wrap{
    margin-bottom: 3rem;
}
.example .thumb-box{
    transition: 0.5s;
}
.example .thumb-box:hover{
    transform: scale(1.1,1.1);
}
.example .thumb-text{
    padding: 20px 20px 40px;
}
.example .thumb-pic{
    width: 100%;
    padding-bottom: 62%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.example-info{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    line-height: 1;
}
.example-info > span{
    display: block;
}
.example-info .date{
    padding-right: 15px;
    font-size: 15px;
}
.example-info .category{
    width: 85px;
    padding: 5px;
   text-align: center;
   color: #fff;
   font-weight: bold;
   font-size: 12px;
}
.example-info .category.media{
    background-color: #434343;
}
.example-info .category.topics{
    background-color: #e33811;
}
.example-info .category.event{
    background-color: #2da4e2;
}
.example-title{
    line-height: 1.675;
}
@media (min-width:1200px){
    .example-info .date{
        padding-right: 20px;
    }
}
