/* Types 03 Section */
.types03-section {
  background-color: transparent;
  min-height: 100dvh;
  display: flex;
  align-items: center;
  padding: 80px 20px;
}

.types03-section .moreinfo-title {
  margin-bottom: 20px;
}

.types03-highlight {
  margin-bottom: 24px;
}

.types03-link {
  color: #DA6D9E;
  text-decoration: none;
  font-weight: 600;
}

.types03-link:hover {
  text-decoration: underline;
}

/* Responsive Design */
@media (max-width: 768px) {
  .types03-section {
    padding: 60px 20px;
  }
}

