/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .blog-card-one__image > img {
    width: 100%;
    height: 250px;
    object-fit: cover;
  }

  .sidebar__posts .sidebar__posts__image img {
    width: 70px;
    height: 70px;
    object-fit: cover;
  }

  .blog-card-one__meta {
    display: inline-block;
  }

  .service-card-three__icon img {
    width: 65px;
    height: 65px;
    object-fit: contain;
  }

  .client-carousel--two .owl-carousel .owl-item img {
    width: 100%;
    height: 70px;
    object-fit: contain;
  }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  .blog-card-one__image > img {
    width: 100%;
    height: 250px;
    object-fit: cover;
  }

  .sidebar__posts .sidebar__posts__image img {
    width: 70px;
    height: 70px;
    object-fit: cover;
  }

  .service-card-three__icon img {
    width: 65px;
    height: 65px;
    object-fit: contain;
  }

  .client-carousel--two .owl-carousel .owl-item img {
    width: 100%;
    height: 70px;
    object-fit: contain;
  }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  .blog-card-one__image > img {
    width: 100%;
    height: 250px;
    object-fit: cover;
  }

  .sidebar__posts .sidebar__posts__image img {
    width: 70px;
    height: 70px;
    object-fit: cover;
  }

  .service-card-three__icon img {
    width: 65px;
    height: 65px;
    object-fit: contain;
  }

  .client-carousel--two .owl-carousel .owl-item img {
    width: 100%;
    height: 70px;
    object-fit: contain;
  }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
}

/* /////////////////////////////////// */

.line-clamp {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.line-clamp2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
