@media screen and (max-width:768px) {
  .navbar-toggler:hover{
    border-color: var(--yellowColor);
  }
  .navbar-toggler:focus{
    box-shadow: unset;
    border-color: var(--yellowColor);
  }
  .landing .title {
    font-weight: bolder;
    font-size: 2.2rem;
  }
  .landing .desc,
  .stuff .container > .desc,
  .teams .container > .desc{
    width: 90%;
    margin: auto;
    line-height: 1.9;
  }
  .blogs .card{
    margin-bottom: 1rem;
  }
}