a.button_page{
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    color: #000;
    display: inline-block;
    padding: 10px 30px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px;
    line-height: 1;
}
a.button_page:hover{
    background-color: #eee;
}
.box_img img{
    max-width: 882px;
    height: auto;
}
.box_img2 img{
    margin-bottom: 5px;
}
.box_img3{
    display: inline;
}
.box_img3 img{
    display: inline-block;
    max-width: 250px;
    margin: 15px;
    transition: 0.2s all ease;
}
.box_img3 img:hover{
    transform: scale(1.1) ;

}
 
.entry-header h2{
    margin: 8px 0 20px;
    font-size: 40px;
    font-weight: 900;
    line-height: 1;
}
.entry-header h3{
    margin: 8px 0 20px;
    font-size: 24pt;
    font-weight: 700;
    line-height: 24px;
}
.articleBody p{
    font-size: 14pt;
}