.BlogPosts .image-single img{
    width: 100%;
}
.BlogPosts .image-columns img{
    width: 100%;
    border: 2px solid #dee2e6;
    object-position: top;
}
.BlogPosts .titleblog{
    font-weight: bold;
}
.BlogPosts .image-columns img{
    aspect-ratio: 1;
}
@media (width: 768px){
    .BlogPosts .image-columns img{
        height: 322px;
    }
}
.BlogPosts .titleblog{
    font-family: "WhitneyBold";
}
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {  }

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {

}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {

}
/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {  }

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {  }

@media (min-width: 1400px) {

}