/* BLOG ARCHIVE */
.regular_posts .box-image {
    border-radius: 5px;
    box-shadow: 0 5px 5px rgba(0,0,0,.2);
    
}

.regular_posts .box-image img:hover {
    transform: scale(1.2); 
  }

.regular_posts .box {
    padding: 10px;
    box-shadow: 0 0 30px rgba(0,0,0,.15);
    border-radius: 5px;
}

.regular_posts .button {
    border: solid 2px;
    color: #000;
    padding: 5px;
}

.regular_posts .box-text {
    padding: 20px 10px;
}


@media (min-width: 848px) and (max-width: 1024px){
    h2.thin-font {
    
        font-size: 55px;
    }
    .col-tablet{
        width: 350px !important;
    }
}

