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

.html {
  font-size: 62.5%;
}

body {
  font-family: "Poppins", sans-serif;

}

/* ///////////..utility classes../////////// */

img{

    width: 100%;
}

h2
{
  font-size: 2.25rem;
}

h3
{
  font-size: 1.75rem;
}

@media (max-width: 768px) {


  h2
  {
    font-size: 1.75rem;
  }
  
  h3
  {
    font-size: 1.25rem;
  }
  

}
