.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
  
  @media (min-width: 576px) {
    .container { max-width: 540px; }
  }
  @media (min-width: 768px) {
    .container { max-width: 720px; }
  }
  @media (min-width: 992px) {
    .container { max-width: 960px; }
  }
  @media (min-width: 1200px) {
    .container { max-width: 1140px; }
  }
  @media (min-width: 1400px) {
    .container { max-width: 1320px; }
  }

  

  .d-none { display: none !important; }
.d-inline-block { display: inline-block !important; }

@media (min-width: 992px) {
  .d-lg-block { display: block !important; }
  .d-lg-none { display: none !important; }
}


.bg-white { background-color: #fff !important; }
.text-black { color: #000 !important; }


*, *::before, *::after {
    box-sizing: border-box;
  }

  
h1, h2, h3, h4, h5, h6 {
  font-family: 'Quicksand', sans-serif !important;
}

body {
  font-family: 'Quicksand', sans-serif;
}
