.footerSection {
  width: 100%;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #723882;
}
.footerSection .footerPara {
  margin: 0 1rem;
  color: #ffffff;
  font-family: "Roboto", serif;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .footerSection {
    height: 60px;
  }
}
