#header-section {
    background-color: #337ab7;
    color: white;
    padding: 50px 0;
  }
  
  #main-content {
    background-color: #f9f9f9;
    padding: 20px;
  }
  
  .blog-post {
    margin-bottom: 20px;
  }
  
  
  
  .blog-post .panel-body p {
    color: #555;
  }
  
  .blog-post img {
    max-width: 100%;
    height: auto;
    margin-bottom: 15px;
    border-radius: 5px;
  }
  
  #sidebar .panel-body {
    font-size: 1.1rem;
  }
  
  #footer {
    background-color: #222;
    color: white;
    padding: 20px;
  }
  
  .pagination li a {
    color: #337ab7;
  }
  .pagination li.active a {
    background-color: #337ab7;
    color: white;
  }
  


  @media screen and (min-width: 992px) {
    .display-none{
        display: none;
    }
  }

  @media screen and (max-width: 992px) {
    .display-none2{
        display: none;
    }
  }


  @media screen and (min-width: 610px) {
    .blog-post .panel-title {
        font-size: 2.75rem;
        font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
        font-weight: bold;
      }
  }

  @media screen and (max-width: 610px) {
    .blog-post .panel-title {
        font-size: 1.75rem;
        font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
        font-weight: bold;
      }
    }


    @media screen and (max-width: 610px) {
        .blog-post .panel-title {
            font-size: 1.50rem;
            font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
            font-weight: bold;
          }
        }

        @media screen and (max-width: 365px) {
            .blog-post .panel-title {
                font-size: 1.26rem;
                font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
                font-weight: bold;
              }
            }

            @media screen and (min-width: 992px){
              .element{
                  bottom: 0;
                  left: 0;
                  position: fixed;
                  z-index: +1;
                  margin-bottom: 30px;
                  animation:alternate-reverse;
                  margin-left: 20px;
              }
          }
          
          @media screen and (max-width: 992px){
              .element{
                  bottom: 0;
                  left: 0;
                  position: fixed;
                  z-index: +1;
                  margin-bottom: 15px;
                  margin-left: 1.5px;
              }
          }
          @media screen and (min-width: 992px){
              .element-2{
                  bottom: 0;
                  left: 0;
                  position: fixed;
                  z-index: +1;
                  margin-bottom: 110px;
                  animation:alternate-reverse;
                  margin-left: 25px;
                  background-color: white;
                  border-radius: 50px;
              }
          }
          
          @media screen and (max-width: 992px){
              .element-2{
                  bottom: 0;
                  left: 0;
                  position: fixed;
                  z-index: +1;
                  margin-bottom: 100px;
                  margin-left: 5px;
                  background-color: white;
                  border-radius: 50px;
              }
          }
          
          @media screen and (max-width: 800px){
              .element-2{
                  bottom: 0;
                  left: 0;
                  position: fixed;
                  z-index: +1;
                  margin-bottom: 90px;
                  margin-left: 5px;
                  background-color: white;
                  border-radius: 50px;
              }
          }
          
          @media screen and (max-width: 700px){
              .element-2{
                  bottom: 0;
                  left: 0;
                  position: fixed;
                  z-index: +1;
                  margin-bottom: 70px;
                  margin-left: 5px;
                  background-color: white;
                  border-radius: 50px;
              }
          }
          
          @media screen and (max-width: 600px){
              .element-2{
                  bottom: 0;
                  left: 0;
                  position: fixed;
                  z-index: +1;
                  margin-bottom: 70px;
                  margin-left: 5px;
                  background-color: white;
                  border-radius: 50px;
              }
          }
          @media screen and (max-width: 502px){
              .element-2{
                  bottom: 0;
                  left: 0;
                  position: fixed;
                  z-index: +1;
                  margin-bottom: 100px;
                  margin-left: 5px;
                  background-color: white;
                  border-radius: 50px;
              }
          }
          
          @media screen and (max-width: 400px){
              .element-2{
                  bottom: 0;
                  left: 0;
                  position: fixed;
                  z-index: +1;
                  margin-bottom: 85px;
                  margin-left: 5px;
                  background-color: white;
                  border-radius: 50px;
              }
          }
          @media screen and (min-width: 992px){
              .whats-width{
                 width: 5%;
              }
          }
          
          @media screen and (max-width: 992px){
              .whats-width{
                 width: 8%;
              }
          }
          
          @media screen and (max-width: 502px){
              .whats-width{
                 width: 18%;
              }
          }
          
          
          
          @media screen and (min-width: 992px){
              .whats-width-2{
                 width: 4.2%;
              }
          }
          
          @media screen and (max-width: 992px){
              .whats-width-2{
                 width: 7%;
              }
          }
          
          @media screen and (max-width: 502px){
              .whats-width-2{
                 width: 16%;
              }
          }