

.under img {
  width: 800px;
  max-width: 100%;
  }

.mt-6 {
  margin-top: 6rem;
  }

h2 {
  font-size: 2rem;
  font-weight: 600;
  color: #8a8a8a;
  font-family: 'Baloo Paaji 2', cursive;
  }

h3 {
  font-size: 1.4rem;
  font-weight: 600;
  color: #8a8a8a;
  font-family: 'Baloo Paaji 2', cursive;
  }

.motion {
  -moz-transition: 200ms ease-in;
  -ms-transition: 200ms ease-in;
  -o-transition: 200ms ease-in;
  transition: 200ms ease-in;  
  }

.komart {
  filter: grayscale(100%);
  opacity: 0.3;
  width: 40px;
  }

.komart:hover {
  filter: grayscale(0%);
  opacity: 1;
  }

  a {
    color: #000;
    text-decoration: none;
  }

  a:hover {
    color: #b08b36;
  }


@media (min-width: 992px) {
  .w-800 {
    max-width: 800px;
    width: 100%;
    margin:0px auto;
    }
}