.blog-section {
  margin-top: 3.125rem;
}
.blog-aside-section .blog-section {
  margin: 0;
}
.blog-item-title {
  font-size: 1.0625rem;
}
.blog-item-title-a {
  color: #191F26;
  text-decoration: none;
  text-transform: uppercase;
}
.blog-item-title-a:hover {
  color: #001175;
}
.blog-item-image {
  position: relative;
  overflow: hidden;
  margin: 0;
}
.blog-item-image:hover .blog-item-image-a {
  transform: scale(1.2);
}
.blog-item-image-a {
  display: block;
  padding-top: 75%;
  position: relative;
  transition: transform 0.5s;
}
.blog-item-image-a-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}
.blog-item-details {
  padding: 1.25rem 1.25rem 2.5rem 1.25rem;
}
.blog-item-more {
  font-weight: bold;
  position: absolute;
  bottom: 1.25rem;
  left: 1.25rem;
}
.col-blog-item {
  margin-bottom: 2rem;
}
.blog-item {
  background-color: #f1f3f4;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.4);
  height: 100%;
  position: relative;
}

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
}
/* Medium devices (tablets, less than 992px) */
@media screen and (max-width: 991.98px) {
}
/* Small devices (landscape phones, less than 768px) */
@media screen and (max-width: 767.98px) {
}
/* Extra small devices (portrait phones, less than 576px) */
@media screen and (max-width: 575.98px) {
}


/* 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) {
  .blog-aside-section .col-blog-item:nth-child(n+4) {
    display: none;
  }
}
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .blog-aside-section .col-blog-item:nth-child(n+3) {
    display: none;
  }
}