.vyhody-section {
  padding: 124px 0px;
}

.vyhody-sm-title {
  display: flex;
  padding: 6px 16px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 30px;
  background: rgba(10, 48, 85, 0.1);
  color: #0A3055;
  text-align: center;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 142.857% */
  margin-bottom: 12px;
  max-width: fit-content;
  margin: 0 auto;
  text-align: center;
}

.vyhody-title {
  color: #0A3055;
  font-feature-settings: "liga" off;
  font-family: "Happy Season";
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 66px */
  text-transform: uppercase;
  padding-top: 12px;
  padding-bottom: 24px;
  margin: 0 auto;
  text-align: center;
}

.vyhody-description {
  color: rgba(10, 48, 85, 0.7);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  padding-bottom: 40px;
  margin: 0 auto;
  text-align: center;
  max-width: 768px;
}

.custom-table {
  width: 100%;
  border-collapse: collapse;
  font-family: "Inter", sans-serif;
  border-radius: 16px;
  margin: 0 auto;
}
.custom-table thead tr th, .custom-table thead tr td, .custom-table tfoot tr th, .custom-table tfoot tr td {
  color: #0A3055;
  font-size: 16px;
  font-weight: 600;
  padding: 16px;
  text-align: left;
}
.custom-table tbody tr:nth-child(odd) {
  background: rgba(30, 144, 255, 0.05);
}
.custom-table tbody tr:nth-child(even) {
  background: rgba(30, 144, 255, 0.1);
}
.custom-table tbody tr td {
  color: #0A3055;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  padding: 12px 16px;
  border-bottom: 1px solid #dee2e6;
}
.custom-table tbody tr td:nth-child(2) {
  border-left: 3px solid #1E90FF;
  border-right: 3px solid #1E90FF;
}
.custom-table tfoot tr td {
  font-weight: 600;
}
.custom-table tfoot tr td:nth-child(2) {
  background: #1E90FF;
  border-radius: 0px 0px 12px 12px;
  background: #1E90FF;
  text-align: center;
  color: #fff;
  color: #FFF;
  font-feature-settings: "liga" off;
  font-family: "Happy Season";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px; /* 133.333% */
  text-transform: uppercase;
}
.custom-table thead tr th {
  font-weight: 600;
  text-align: center;
}
.custom-table thead tr th:nth-child(2) {
  background: #1E90FF;
  border-radius: 12px 12px 0px 0px;
  background: #1E90FF;
  text-align: center;
  color: #fff;
  color: #FFF;
  font-feature-settings: "liga" off;
  font-family: "Happy Season";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px; /* 133.333% */
  text-transform: uppercase;
}

.centered {
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 0 auto;
  padding: 0 16px;
  max-width: 768px;
  gap: 16px;
}
.centered svg {
  margin-top: 12px;
  padding-top: 4px;
}

/*# sourceMappingURL=style.css.map */
