﻿:root {
  --text-color: #333;
}

.content-section {
  padding: 24px 16px;
  font-family: "Open Sans", sans-serif;
}

.section-title {
  color: var(--text-color);
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 14px;
}

.card-wrapper {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.banner-text {
  color: var(--text-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
}

.content-card {
  display: flex;
  padding: 16px 12px;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
  border-radius: 16px;
  border: 1px solid #ebebeb;
  background: #fff;
  box-shadow: 0 4px 8px -2px rgba(16, 24, 40, 0.1),
    0 2px 4px -2px rgba(16, 24, 40, 0.06);
}

.image-wrapper {
  margin-bottom: 12px;
  color: #3ba866;
}

.content-title {
  color: var(--text-color);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 6px;
}

.content-details {
  color: var(--text-color);
  text-align: center;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.single-card {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  padding: 16px 12px;
  align-items: center;
  gap: 16px;
  border-radius: 16px;
  border: 1px solid #ebebeb;
  box-shadow: 0 4px 8px -2px rgba(16, 24, 40, 0.1),
    0 2px 4px -2px rgba(16, 24, 40, 0.06);
}

.etbis-logo {
    width: 152px;
    height: 53px;
}

.etbis-wrapper {
  color: var(--text-color);
  display: flex;
  flex-direction: column;
  gap: 12px;
  text-align: center;
}

.etbis-title {
  font-size: 16px;
  font-weight: 700;
}

.etbis-details {
  font-size: 13px;
  font-weight: 500;
}
