.lambang{
  padding: 3rem;
  margin-top: 7rem;
}

.heading-line h1{
  font-size: 25px;
  font-weight: 700;
  text-decoration: underline;
  color: #00AED6;
  margin-bottom: 2rem;
}

.lambang-image{
  width: 100%;
}

.lambang-image img{
  width: 100%;
  object-fit: contain;
}

.filosofi-text{
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 400;
  text-align: justify;
}

@media (max-width: 480px) {
  .filosofi-text{
    font-size: 13px;
  }
}