/* --- Banner Header --- */
.header {
  width: 100%;
  height: 80vh;
  background-image: url('../../assets/translation-page/about/groupHeaderCrop.jpg');
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}

#about-header {
}

/* --- Banner Caption --- */
.header-caption {
  position: absolute;
  bottom: 10px;
  right: 10px;

  background-color: rgba(0, 0, 0, 0.6);
  color: white;
  padding: 6px 12px;
  border-radius: 4px;
  font-size: 0.8rem;
  margin: 0;
}

/* --- Main Content Container --- */
.container {
  padding: 2rem;
  max-width: 1200px;
  margin: 0 auto;
}

.content {
  background-color: white;
  border-radius: 8px;
}

.title h1 {
  font-size: 2.5rem;
  color: #002244;
  margin-bottom: 1rem;
}

.title p {
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 1rem;
}

.complex-terms p {
  font-size: 1.1rem;
  line-height: 1.6;
}

.development-of-system p,
li {
  font-size: 1.1rem;
  line-height: 1.6;
}

.angulalik-columns {
  display: flex;
  gap: 2rem;
}

.angulalik h2 {
  font-size: 2rem;
  color: #002244;
  margin-top: 2rem;
  margin-bottom: 1rem;
  border-bottom: 2px solid #e9ecef;
  padding-bottom: 0.5rem;
}

.angulalik img {
  height: 90%;
}

.content img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 1.5rem 0;
  border-radius: 30px;
}

.complex-terms-images {
  display: flex;
  gap: 2rem;
}

.complex-terms-images img {
  flex: 1;
  width: 100%;
  min-width: 0;
  object-fit: cover;
  height: auto;
}

hr {
  margin: 2rem 0 2rem 0;
}
.cta-button {
  display: inline-block;
  margin-top: 2rem;
  padding: 1rem 2rem;
  background-color: #002244;
  color: white;
  text-decoration: none;
  font-weight: bold;
  border-radius: 5px;
  transition: background-color 0.3s;
}

.cta-button:hover {
  background-color: #3473b2;
}

.picture-caption {
  font-size: 0.9rem !important;
  line-height: 1.1 !important;
}

body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

/* ==========================================================================
   3. Tablet Screens (min-width: 740px)
   ========================================================================== */
@media only screen and (min-width: 740px) {
  /* --- General layout adjustments --- */
  .container {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .angulalik-columns {
    flex-direction: row;
    gap: 2rem;
  }

  .complex-terms-images {
    flex-direction: row;
    gap: 2rem;
  }

  .complex-terms-images img {
    flex: 1;
    width: 100%;
    min-width: 0;
    object-fit: cover;
  }
}
