@media only screen and (max-width: 601px) {

#aboutus #atext p {
    color: #333;
  }

  #atext > p:first-child {
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 2.4rem;
    color: white;
    font-family: "Noto Serif", georgia, serif;
  }

  #aboutus.mn-link a:hover {
    color: #111;
  }
  
  }