@media only screen and (max-width: 1800px) {
  .latestblog > img {
    right: -6%;
  }
}
@media only screen and (max-width: 1440px) {
  .b2-inner-content {
      max-width: 1280px;
  }
  .ip-banner > img,
  .ip-banner::before {
    opacity: 0.4;
  }
}

@media only screen and (max-width: 1280px) {
  .b2-inner-content {
      max-width: 1200px;
  }
  .bloglist-filter-field select {
    width: 320px;
  }
  .bloglist-item-img img {
    height: 240px;
  }
}
@media only screen and (max-width: 1080px) {
  .ip-banner::before {
    display: none;
  }
  div#field_2_8 {
    transform: scale(0.8);
    transform-origin: 0 0;
  }
  .latestblog {
    padding: 80px 0;
    background-color: #102647;
  }
  .latestblog::before {
    opacity: .3;
  }
  .latestblog > img {
    display: none;
  }
  .latestblog .b2-row.v-center {
    flex-direction: column-reverse;
  }
  .latestblog .b2-col.col-6 {
    width: 100% !important;
  }
  .latestblog-content {
    text-align: center;
    margin: 30px auto 0;
  }
  .bloglist-filter {
    display: block;
  }
  .bloglist-filter .hdr-eyebrow {
    text-align: center;
    margin-bottom: 16px;
  }
  .bloglist-filter-field {
    justify-content: end;
    max-width: 380px;
    margin: 0 auto 16px;
  }
  .bloglist button {
    display: block;
    margin: 0 auto;
  }
  .bloglist-content .b2-col {
    width: 50% !important;
  }
  .bloglist-item-img img {
    height: 200px;
  }
}
@media only screen and (min-width: 1281px) {
  .b2-hide-desktop {
    display: none;
  }
}
@media only screen and (max-width: 1280px) {
  .b2-hide-mobile {
    display: none;
  }
  h1 {
    font-size: 3.4rem;
  }
  h2,
  .h1-variant,
  .heading2 {
    font-size: 2.3rem;
    line-height: 3.3rem;
  }
  .b2-btt-toggle {
    bottom: 90px;
  }
  .b2-inner-content,
  main#primary {
    max-width: 100%;
  }
  .b2-inner-content {
    padding: 0 30px;
  }
  .b2-link {
    font-size: 16px;
  }
  p.large-p {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .b2-hp-banner .b2-hp-banner-slide-item > div {
    text-align: center;
  }
  .b2-hp-banner .b2-hp-banner-slide-item p {
    font-size: 12px;
  }
  .b2-hp-banner .b2-hp-banner-dots {
    bottom: 18px;
  }
  .b2-blog-item {
    text-align: center;
    max-width: 480px;
    margin: 0 auto;
  }
  .b2-about-template img {
    max-width: 100%;
  }
  .form-popup {
    align-items: flex-start;
    overflow-y: scroll;
  }
  .ip-container #page {
    margin-top: 79px;
  }
  .bloglist-content .b2-col {
    width: 100% !important;
    max-width: 480px;
    margin: 0 auto;
  }
  .bloglist-filter-field select {
    width: 200px;
  }
  .bloglist-item-img img {
    height: 150px;
  }
  .bloglist-item-txt h3 {
    font-size: 1.2rem;
  }
  .bloglist-pagination ul li {
    margin: 0 8px;
  }
}

@media only screen and (max-width: 767px) {
  h1 {
    font-size: 2.2rem;
    line-height: 2.8rem;
  }
  h2, .h1-variant, .heading2 {
    font-size: 1.8rem;
    line-height: 2.1rem;
  }
}