main {
  max-width: 1100px;
  margin: auto;
  padding: 20px;
}

.grid-ulsm {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-bottom: 20px;
}

.single-ulsm {
  background-color: white;
  padding: 28px 36px;
  border-radius: 14px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.12);
  border: 1px solid #e3e3e3;
  margin-bottom: 28px;
  max-width: 100%;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.grid-ulsm section {
  background-color: white;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.5);
}

h2 {
  color: #004aad;
  margin-top: 0;
}

ul {
  padding-left: 20px;
}

iframe {
  width: 100%;
  height: 400px;
  border: none;
  border-radius: 12px;
}

@media (max-width: 768px) {
  .grid-ulsm {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 600px) {
  body {
    padding: 10px;
  }
}

@media (max-width: 900px) {
  .single-ulsm {
    padding: 18px 10px;
    width: 100%;
  }
}

.ulasim-header {
  background: linear-gradient(90deg, #e3f0ff 0%, #f8fbff 100%);
  border-radius: 16px;
  box-shadow: 0 4px 24px rgba(0, 74, 173, 0.07);
  margin-bottom: 32px;
}

.ulasim-title {
  font-size: 2.3rem;
  font-weight: 700;
  color: #004aad;
  margin-bottom: 0.5rem;
  letter-spacing: 0.5px;
}

.ulasim-subtitle {
  font-size: 1.15rem;
  color: #333;
  margin-bottom: 0;
  font-weight: 400;
  opacity: 0.85;
}

.description-ulasim {
  text-align: start;
}

.contact-section-ulasim{
text-align: start;
}