@media screen and (max-width:1450px) {
    .nav-item {
        padding-left: 10px;
        padding-right: 10px;
    }
    #brochure-btn{
        padding:4px 5px;
    }
}
@media screen and (max-width:1366px) {
    .nav-item {
        padding-left: 0px;
        padding-right: 0px;
    }
    #brochure-btn{
        padding:2px 5px;
    }
}
@media screen and (max-width: 480px) {
  .item {
    height: 200px;
  }
}
@media screen and (max-width: 600px) {
  .item {
    height: 200px;
  }
}
@media screen and (max-width: 800px) {
  .item {
    height: 200px;
  }
}
@media screen and (max-width: 1000px) {
  .item {
    height: 200px;
  }
}
@media screen and (max-width: 667px) {
  .main-heading-half-width1 {
    /*! position: absolute; */
    /*! top: 50px; */
    /*! left: calc(50% - 45px); */
    top: -35px;
    position: absolute;
    line-height: 1.1;
    /*! font-size: 15px; */
    left: 50%;
    transform: translate(-50%, 0px);
  }
}
