HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/SBogers10/inzigd.komma.pro/resources/sass/site/7-Templates/_templates.contact.scss
.t-contact {
  margin: auto;

  @include mq($max: m) {
    padding-top: 30px;
  }

  @include mq(1024, 1224) {
    width: column(10, 12);
  }

  @include mq(1224, 1600) {
    width: column(8, 12);
  }

  @include mq(1600) {
    width: column(6, 12);
  }
}

.t-contact__send{
  margin-bottom: 60px;
}

.t-contact__title {
  margin-bottom: 60px;
}

.t-contact__description {
  max-width: 600px;
}

.t-contact__business-info {
  margin-top: 30px;
}

.t-contact__persons {
  margin-top: 60px;

  @include mq(850) {
    @include flex(space-between flex-start);
  }

  @include mq($max: 850) {
    @include owl-children(40px);
  }
}

.t-contact__person {
  @include mq(850) {
    width: calc((100% - 50px) / 2);
  }
}

.t-contact__form {

  margin: 120px 0 60px;
  @include mq(600) { margin: 120px 0; }
  @include mq(m) { margin: 120px 0 180px; }
}