* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}
.text {
  letter-spacing: 0.15em;
}
.container p {
  line-height: 1.6;
  color: #777;
}
.divider {
  background-color: #504f4f !important;
}
.icon a i {
  background-color: black !important;
  color: white !important;
  transition: 0.8s all ease-in-out;
}
.icon a:hover i {
  background-color: white !important;
  color: black !important;
}
.sec {
  border-top: 3px solid #f3f3f3;
  border-left: 3px solid #f3f3f3;
  border-right: 3px solid #787676;
  border-bottom: 3px solid #787676;
}
