.map-contact {
    width: 100%;
    height: 450px;
  }
  .tt-contact-wrapper {
    padding: 25px;
    margin-top: 0px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  }
  .tt-contact-wrapper [class^="col-"] {
    margin-top: 0px;
  }
  .tt-contact {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start;
  }
  .tt-contact .tt-icon {
    color: var(--default_color);
    font-size: 26px;
    line-height: 1;
    position: relative;
    top: 4px;
  }
  .tt-contact .tt-content {
    margin-left: 15px;
  }
  .tt-contact .tt-content a {
    color: var(--default_text_color);
  }
  .tt-contact .tt-title {
    font-size: 16px;
    line-height: 26px;
    color: var(--default_color02);
    font-family: var(--default_font2);
    font-weight: 600;
    padding: 0 0 5px 0;
  }
  @media (max-width: 1229.98px) {
    .tt-contact-wrapper {
      padding: 15px 20px 0;
    }
  }
  @media (max-width: 1024.98px) {
    .map-contact {
      height: 400px;
    }
    .tt-contact-wrapper [class^="col-"] {
      margin-top: 20px;
    }
    .tt-contact .tt-icon {
      font-size: 20px;
    }
    .tt-contact .tt-content {
      margin-left: 13px;
    }
  }
  @media (max-width: 766.98px) {
    .map-contact {
      height: 300px;
    }
  }
  
  .tt-contact:nth-child(1) {
    border-right: 1px solid #112e5a;
    height: 100%;
  }
  .tt-contact:nth-child(2) {
    border-right: 1px solid #112e5a;
    height: 100%;
  }
  .tt-contact:nth-last-child() {
    border: none;
    height: 100%;
  }