.institutional-box {
  width: 100%;
  padding: 2rem 0;
  background-color: #fafafa;
  border-radius: 7px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  color: black;
  margin-top: 60px;
}

.institutional-box p {
  width: 90%;
  margin: 0 auto;
  text-align: justify;
}

.ins-box {
  display: flex;
  justify-content: center;
  align-items: center;
}
