#kom .gok {
  margin-right: 0;
  width: auto;
}

@media (min-width: 1400px) {
  #home-hero {
    background-position: center top 0;
  }
}
@media (min-width: 1200px) {
  .col-xl-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
  }
}
@media (max-width: 1400px) {
  header .navigation {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 1200px) {
  #kom .card1 {
    margin: 0 auto;
    max-width: 100%;
  }
  header .col-10 {
    margin-left: 0 !important;
  }
  header .col-10 + a {
    display: none;
  }
  header .contact-badge {
    display: none;
  }
}
@media (max-width: 1140px) {
  #masthead .btn {
    margin-bottom: 30px;
  }
  .dropdown > a {
    display: block !important;
  }
  
  .dropdown.active .dropdown-content {
    display: block !important;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    background: white;
    border: none;
  }
  .dropdown.active .dropdown-content a {
    font-size: 14px;
    border-top: 1px solid #efefef;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  footer .contact + div > div:last-child {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media screen and (max-width: 1024px) {
  #masthead {
    position: static;
  }
  #masthead h1 {
    margin-top: 100px !important;
  }
  #home-hero,
  #home-hero .team-cover-image {
    height: 400px;
  }
}
@media (max-width: 992px) {
  #masthead h1 {
    font-size: 36px;
  }
  #masthead.active {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
  }
  #masthead.active .row + h1 {
    display: none;
  }
  #masthead.active .row + h1 + p {
    display: none;
  }
  #masthead.active .row + h1 + p + a {
    display: none;
  }
}
@media (max-width: 768px) {
  #masthead h1 {
    margin-top: 70px !important;
    font-size: 34px;
  }
  #masthead .btn {
    margin-bottom: 70px;
  }
  .h2, h2 {
    font-size: 30px;
  }
  #home-hero,
  #home-hero .team-cover-image {
    display: none;
  }
  #main .col-md-4 img {
    padding-right: 0 !important;
    margin-bottom: 20px;
  }
}
@media (max-width: 576px) {
  .divider {
    margin: 1.5em 0 !important;
  }
  #masthead h1 {
    margin-top: 30px !important;
    font-size: 32px;
  }
  .h2, h2 {
    font-size: 28px;
  }
  #home-hero,
  #home-hero .team-cover-image {
    height: 200px;
  }
  #procedure .step .num {
    font-size: 80px;
    height: 120px;
    left: -20px !important;
  }
  #procedure .step .content {
    margin: 0 0 0 20px;
    padding: 2em 1.5em 1em 3em;
  }
  footer .mt-3 {
    margin-top: 2em !important;
  }
  footer .logo-col img {
    margin: 0 !important;
    text-align: center;
  }
}
@media (max-width: 420px) {
  #masthead h1 {
    margin-top: 30px !important;
    font-size: 28px;
  }
  .h2, h2 {
    font-size: 26px;
  }
}
@media (max-width: 360px) {
  .h2, h2 {
    font-size: 24px;
  }
  #masthead h1 {
    margin-top: 30px !important;
    font-size: 26px;
  }
}