
.commonGetInTouchSec {
    margin: 60px 0 40px 0;
  }
  .commonGetInTouchSecOuter {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .commonGetInTouchSecHead {
    width: 80%;
    border: 1px solid #556EA4;
    min-height: 80px;
  }
  .commonGetInTouchSecFoot {
    width: 80%;
    border: 1px solid #556EA4;
    min-height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
  }
  .commonGetInTouchSecFoot a {
    font-size: 24px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    color: #fff;
    padding: 10px 20px;
    min-width: 250px;
    background-color: #556EA4;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    transition: .3s;
  }
  .commonGetInTouchSecFoot a:hover {
    background-color: #fff;
    color: #000;
    transition: .3s;
  }
  .commonGetInTouchSecInner {
    border: 4px solid #556EA4;
    text-align: center;
    border-radius: 20px;
    padding: 30px 20px 40px 20px;
  }
  .commonGetInTouchSecInner h2 {
    font-size: 46px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #fff;
  }
  .commonGetInTouchSecInner p {
    font-size: 32px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #fff;
    line-height: 1.3em;
    margin: 0;
  }