@media screen and (max-width: 1200px) {
  .section_innerbanner .banner-content h1 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 992px) {
  .section-homebanner .banner-content p {
    font-size: 1rem;
  }
  .section-homebanner .banner-content h1 {
    font-size: 3rem;
  }
  .section_innerbanner .banner-content h1 {
    font-size: 2.5rem;
  }
  .section-blog .main-item {
    margin-bottom: 15px;
  }
  .section-blog .main-item a {
    height: auto;
  }
  .section-blog .main-item a .img img {
    max-width: 100%;
    width: 100%;
    height: auto;
    min-width: 100%;
    min-height: auto;
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: translate(0%);
    transform: translate(0%);
  }
  .section-blog .main-item a .title {
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  .section-homebanner .banner-content h1 {
    font-size: 2.5rem;
  }
  .section-homebanner .banner-content h2 {
    font-size: 2.5rem;
  }
  .section-included h2 {
    font-size: 28px;
  }
  .section_innerbanner .banner-content h1 {
    font-size: 2rem;
  }
  .section-innerpage .pageheadline {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  footer .bottom {
    text-align: center;
  }
}
@media screen and (max-width: 576px) {
  .btn,
  .btn:active,
  .btn:visited,
  .btn:focus {
    padding: 8px 30px 8px;
  }
  #side-navbar {
    width: 85%;
  }
  #side-navbar .nav-link {
    padding: 25px;
  }
  #side-navbar .email {
    font-size: 18px;
  }
  .section-follow .btn {
    font-size: 18px;
    padding: 15px 20px;
  }
  .section-follownew .btn {
    font-size: 18px;
    padding: 15px 20px;
  }
  .section-included {
    padding-bottom: 60px;
  }
  .section-included h2 {
    font-size: 24px;
  }
  .section-homebanner .banner-content .content {
    padding-top: 20px;
  }
  .section-homebanner .banner-content .content h1 {
    font-size: 1.3rem;
  }
  .section-homebanner .banner-content .content h2 {
    font-size: 1.2rem;
  }
  .section_innerbanner .banner-content h1 {
    font-size: 1.8rem;
  }
  .section-innerpage .pageheadline {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  footer .footer_logo_text {
    text-align: center;
    border-bottom: 1px solid var(--gray);
  }
  footer .footer_links_wrap {
    border-bottom: 1px solid var(--gray);
  }
  footer li {
    margin-top: 20px;
  }
}
