/* GENERAL SECTION */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  position: relative;
}
body {
  font-family: "Rubik", sans-serif;
  color: #555;
  font-weight: 400;
  line-height: 1;
  position: relative;
  overflow-x:hidden;
}
/* FEATURED IN SECTION */
.featured-heading{
  font-size: 1.2rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  padding:4.2rem 0 3.2rem 0;
  color: #777;
}
.logos img{
  height: 2.8rem;
  filter:brightness(0);
  opacity: 50%;
}
.logos{
  display: flex;
  justify-content: space-around;
  margin-bottom: 6rem;
}


