.articleBox1 {
    position: relative;
    padding: 10px;
    background:white;
    padding-bottom: 0px !important;
}
.articleBox1 .image_file {
    height: 225px;
    border: 1px solid #b4b4b4;
    overflow:hidden;
    transition: transform .5s ease;
}
.articleBox1 .image_file .img {
    
    background-position: center;
    height: 100%;
    background-size: cover;
}
.articleBox1 .image_file .img:hover {
    transform: scale(1.1);
    transition: transform .5s ease; 
}
.articleBox1 {
    position: relative;
}
.articleBox1 .content_box a.title {
    color: #4c4c4c;
    text-decoration: none;
}
.articleBox1 .content_box h3 {
    font-size: 14px;
    word-wrap    : break-word;
    overflow-wrap: break-word;
}
.articleBox1 .content_box {
    text-align: center;
}
.articleBox1 .content_box h3 {
    font-size: 14px;
    display: inline-block;
    padding: 0px 25px;
    border: 1px solid #646664;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 15px 20px;
}
.articleBox1 .content_box h3:hover {
    /* background: #057345; */
    color: #057345;
    border: 1px solid #057345;
}