@media screen and (min-width:1200px) {
    .cell-border {
    border-right: #6a6a6a solid 1px;
    border-left: #6a6a6a solid 1px;
    height: 200px;
    }
}

@media (max-width: 768px) {
  #footer-section .container {
  	text-align: center;
  }

  #footer-section .section-heading-2 {
  	margin-top: 20px;
  }
  .ul-misenpage1 {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
  }
  .misenpage1-img {
    order: 0;
  }
  .misenpage1-txt {
    order: 1;
    margin-top: 10px;
  }
  #devisForm .col-lg-12 {
    text-align: center !important;
  }
}