.atlas-overview-title {
  margin-top: 22px;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px;
}

.atlas-overview-info-box {
  background: #f9fafb;
  padding: 16px 18px 16px 18px;
  margin-bottom: 16px;
  border-bottom: 1px solid #eef2f7;
}

.atlas-overview-content-section {
  display: flex;
  gap: 16px;
}

.atlas-overview-left-content,
.atlas-overview-right-content {
  flex: 1;
  min-width: 0;
}

.atlas-overview-left-content {
  margin-left: 16px;
}

.atlas-overview-left-content-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}

.atlas-overview-right-content img {
  width: 95%;
}

.img-block {
  margin: 0;
}

.img-block img {
  width: 100%;
  height: auto;
  display: block;
}

.img-block figcaption {
  text-align: center;
  margin-top: 6px;
  font-size: 12px;
  color: #666;
}

@media (max-width: 768px) {
  .atlas-overview-content-section {
    flex-direction: column;
  }

  .atlas-overview-left-content,
  .atlas-overview-right-content {
    flex: none;
    width: 100%;
  }

  .atlas-overview-left-content {
    margin-left: 0;
  }

  .img-block {
    width: 95%;
  }
}

@media (max-width: 576px) {
  .atlas-overview-title {
    font-size: 22px;
  }

  .img-block {
    width: 100%;
  }
}
