@media screen and (max-width: 1199px) {
  .about-blog-title {
    margin-bottom: 15px;
  }
  .about-blog-img img {
    height: 400px;
  }
  .about-blog-icon img {
    height: 110px;
  }
  .about-blog-card {
    margin-bottom: 20px;
    height: calc(33.3333% - 20px);
  }
  .about-blog-item {
    margin-bottom: 20px;
    height: calc(100% - 20px);
  }
  .about-blog-info {
    max-width: 260px;
    margin-left: 15px;
  }
  .about-blog-content h5 {
    font-size: 24px;
    line-height: 32px;
  }
  .about-blog-info h5 {
    font-size: 18px;
    line-height: 24px;
  }
}

@media screen and (max-width: 991px) {
  .about-blog-info {
    max-width: 100%;
  }
  .about-blog-content {
    padding: 15px;
  }
  .about-blog-title h2 {
    font-size: 22px;
    line-height: 22px;
  }
  .about-blog-content h5 {
    font-size: 22px;
  }
  .about-blog-content span {
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 767px) {
  .about-blog-item img {
    height: auto;
  }
  .about-blog-title {
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 479px) {
  .about-blog-card {
    height: auto;
  }
  .about-blog-item {
    height: auto;
  }
  .about-blog-card img {
    width: 100%;
    height: auto;
  }
  .about-blog-card {
    display: block;
  }
  .about-blog-info {
    margin-left: 0;
    margin-top: 10px;
  }
  .about-blog-info span {
    margin-bottom: 5px;
  }
  .about-blog-content h5 {
    font-size: 20px;
    line-height: 26px;
  }
  .about-blog-info h5 {
    font-size: 16px;
    line-height: 22px;
  }
}