@media only screen and (max-width: 1194px) {
  .container {
    max-width: 1060px !important;
  }
}

/* font styles  */
@media only screen and (max-width: 996px) {
  .desktop-navigation {
    display: none;
  }
  .tablet-mobile-navigation {
    display: flex;
    align-items: center;
  }
  .header-dropdown-block {
    margin-top: 70px;
  }
  .header-dropdown-block.inactive {
    margin-top: calc(-100% + 70px);
  }

  /* mobile menu  */
  .desktop-mobile-menu-menu-button:hover {
    background-color: #695acd17;
    cursor: pointer;
  }
  /* home order form  */
  .home-section-banner-inner .banner-section-header {
    font-size: 37px;
    line-height: 45px;
  }
  .home-section-banner {
    height: calc(100vh - 70px);
  }
  .main-top-divider {
    height: 70px;
  }

  /* OUR WRITERS SECTION  */
  .our-writers-item-image {
    margin-left: 0px;
  }
}
