@media only screen and (max-width: 1199.98px) {
    .display-1 {
      font-size: 3rem !important;
    }
  }
  
  @media only screen and (min-width: 1200px) {
    .container {
      max-width: 1170px;
    }
  }
  
  html {
    scroll-behavior: smooth;
  }
  
  body {
    min-width: 576px;
  }
  
  .text-primary {
    color: #B3A648 !important;
  }
  
  .bg-primary {
    background-color: #B3A648 !important;
  }
  
  .menu {
    min-width: 576px;
  }
  
  a:hover {
    text-decoration: none;
  }
  
  a {
    color: black;
    text-decoration: none;
  }
  
  a.menu-mobile-item:hover {
    background-color: #B3A648 !important;
  }
  
  a.menu-item {
    transition: all 0.2s ease-in-out;
  }
  
  a.menu-item:hover {
    background-color: #B3A648;
    color: white;
  }
  
  a.menu-footer-item {
    color: white;
  }
  
  a.menu-footer-item:hover {
    color: #B3A648;
  }
  
  .slider {
    height: 100vh;
    overflow: hidden;
  }
  
  .bg-cover {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }
  
  .slider-item {
    position: relative;
  }
  
  .btn {
    text-transform: uppercase !important;
    font-weight: bold !important;
    color: #000 !important;
    background-color: #B3A648;
  }
  
  .btn:hover {
    background-color: #CCB833;
  }
  
  .title::after {
    content: "";
    width: 4rem;
    height: 0.2rem;
    background-color: #B3A648;
    position: absolute;
    bottom: -0.6rem;
    right: 0;
  }
  
  .box__icon {
    color: #B3A648;
  }
  
  .box {
    transition: all 0.2s ease-in-out;
    cursor: pointer;
    height: 13rem;
  }
  
  .box:hover {
    color: #000;
    background-color: #B3A648 !important;
  }
  
  .box:hover .box__icon {
    color: white !important;
  }
  
  .main-logo {
    width: 100%;
    padding: 1.5rem 0;
    transition: all 0.2s ease-in-out;
  }
  
  .main-logo-small {
    width: 50% !important;
    padding: 0.5rem 0 !important;
  }
  
  a.menu-mobile-button:hover,
  a.menu-mobile-close-button:hover {
    color: #B3A648 !important;
  }
  
  .menu-mobile {
    display: none;
    left: 0;
    top: 0;
    z-index: 9999;
  }
  
  .cooperation-box {
    min-height: 16rem;
  }