.cnt-contact {
  width: 100%;
  font-size: 16px;
  line-height: 22px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 14px;
}

@media only screen and (min-width: 1000px) {
  .cnt-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.cnt-contact .col {
  text-align: left;
}

@media only screen and (min-width: 1280px) {
  .cnt-contact .col {
    padding: 0;
  }
}

.cnt-contact .col.social img {
  width: 34px;
  height: auto;
}

.cnt-contact .col.social .title {
  font-size: 14px;
  margin-bottom: 6px;
}

.cnt-contact .col.mail a {
  text-decoration: underline;
}

.cnt-contact .sec {
  margin-bottom: 1.4em;
}

.cnt-contact .title {
  font-weight: inherit;
  font-size: 18px;
}
