/* @media only screen and (max-width: 1920px) {} */
@media only screen and (max-width: 1650px) {
  .b2-inner-content {
    padding: 0 100px;
  }
}
@media only screen and (max-width: 1367px) {
  /* HEADING */
  h1, .h1 {
    font-size: 2.5rem;
    line-height: 2.75rem;
  }
  h2, .h2 {
    font-size: 2rem;
    line-height: 2.4rem;
  }
  h3, .h3 {
    font-size: 1.6875rem;
    line-height: 1.75rem;
  }
  h4, .h4 {
    font-size: 1.375rem;
    line-height: 1.975rem;
  }
  h5, .h5 {
    font-size: 1.2rem;
    line-height: 1.4rem;
  }
  .services-items--card {
    align-items: center;
  }
}
@media only screen and (max-width: 1080px) {
  /* LAYOUT */
	section {
		margin: 60px 0;
  }
	.b2-inner-content {
		max-width: 100%;
    padding: 0 45px;
  }
	.b2-row {
		display: block;
  }
	.b2-row .b2-col {
		width: 100% !important;
  }
	.b2-back-to-top {
		bottom: 90px;
  }
  .b2-hide-mobile {
    display: none;
  }
  .b2-hide-desktop {
    display: block;
  }
  .post, .page {
    padding-top: 80px; /* Height of Header */
  }
  .inner-page {
    padding-top: 0;
  }
  .b2-mh-wrap {
    padding: 12px 45px;
  }
  .b2-mobile-text-center {
    text-align: center;
  }
  .modal-overlay {
    align-items: flex-start;
    padding-top: 20px;
  }
  .blog-latest-item--card .b2-eyebrow {
    margin-top: 10px;
  }
  .blog-item img {
    height: 300px;
  }
  .blog-item__title {
    margin: 20px 0;
  }
}

@media only screen and (max-width: 991px) {
  .blog-list-container {
    grid-template-columns: repeat(1, 1fr);
  }
  .post, .page {
    padding-top: 65px; /* Height of Header */
  }
}

@media only screen and (max-width: 767px) {
  /* LAYOUT */
  section {
		margin: 40px 0;
  }
  .b2-inner-content {
    padding: 0 30px;
  }
  .b2-mh-wrap {
    padding: 12px 30px;
  }
  .banner-image {
    object-fit: cover;
    height: 500px;
  }
  .blog-filter--container {
    gap: 15px;
    grid-template-columns: 1fr;
    text-align: center;
  }
}