/* Colors */
/* Font Family */
/* Functions */
#contact-1 .post-header {
  margin-bottom: 64px;
}
#contact-1 .post-content {
  letter-spacing: -0.56;
}
#contact-1 .post-content .contact-items {
  margin-bottom: 44px;
}
#contact-1 .post-content .contact-items .col-12 {
  margin-bottom: 20px;
}
#contact-1 .post-content .contact-items .c-item {
  height: 100%;
  background-color: #fff;
  box-shadow: 0 1px 10px 0 #0000000c;
  padding: 48px 24px 84px;
  color: #000;
  line-height: 34px;
  position: relative;
  z-index: 8;
}
#contact-1 .post-content .contact-items .c-item .title {
  font-weight: 700;
  font-size: 24px;
  letter-spacing: -0.96px;
  color: var(--primary_color);
}
#contact-1 .post-content .contact-items .c-item .value {
  font-size: 16px;
  letter-spacing: -0.64px;
  color: #000;
}
#contact-1 .post-content .contact-items .c-item .value a {
  color: #000;
}
#contact-1 .post-content .contact-items .c-item .value p {
  margin: 0;
}
#contact-1 .post-content .contact-items .c-item .value:last-child ::after {
  display: none;
}
#contact-1 .post-content .contact-items .c-item .icon {
  position: absolute;
  right: 16px;
  bottom: 16px;
}
#contact-1 .post-content .contact-items .c-item .icon svg {
  color: var(--primary_color);
}
#contact-1 .post-content iframe {
  width: 100%;
  height: 500px;
  overflow: hidden;
}
@media (max-width: 575px) {
  #contact-1 .post-content .contact-items .c-item {
    padding: 24px 52px 52px 16px;
  }
  #contact-1 .post-content .contact-items .c-item .title {
    font-size: 20px;
  }
  #contact-1 .post-content .contact-items .c-item .value {
    font-size: 14px;
  }
  #contact-1 .post-content .contact-items .c-item .icon {
    right: 12px;
    bottom: 12px;
  }
  #contact-1 .post-content .contact-items .c-item .icon svg {
    width: 36px;
    height: 36px;
  }
}
