.profil-content {
  padding: 60px 100px;
  max-width: 1500px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 80px;
}

.profil-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}

.text-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.section-title {
  font-family: 'Outfit', sans-serif;
  font-weight: 800;
  color: #e22326;
  font-size: 40px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.text-content p {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  color: #000000;
  font-size: 16px;
  line-height: 1.6;
  text-align: justify;
}

.image-content {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.rounded-img {
  width: 100%;
  max-width: 550px;
  height: auto;
  border-radius: 30px;
  object-fit: cover;
}

.galeri-link-section {
  display: flex;
  align-items: center;
  justify-content: left;
  margin-top: -100px;
  margin-left: -100px;
  width: 100%;
  gap: 20px;
}

.pointer-hand {
  width: 100%;
  max-width: 700px;
  height: auto;
  object-fit: contain;
}

.galeri-button {
  display: block;
  width: 300px;
  height: 110px;
  margin-top: 15px;
  background-image: url('../icon/Galeri%20Before.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.3s ease;
  flex-shrink: 0;
}

.galeri-button:hover {
  background-image: url('../icon/Galeri%20After.png');
  transform: scale(1.05);
}
