﻿@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap");
.sub_heading_primary {
  font-size: clamp(30px, 2.5vw, 3rem);
  color: #c22128;
  font-weight: bold;
  margin-bottom: 1.5em;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  font-style: normal;
}
.sub_heading_primary img {
  width: 100%;
  max-width: 60px;
}

.sub_heading_secondory {
  font-size: clamp(30px, 2.5vw, 3rem);
  color: #2f569c;
  font-weight: bold;
  margin-bottom: 1.5em;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  font-style: normal;
}
.sub_heading_secondory img {
  width: 100%;
  max-width: 60px;
}

.table thead th {
  color: white;
  background-color: #2f569c;
}
.table th, .table td {
  vertical-align: middle;
}
.table .text-green-600 {
  color: green;
}
.table .text-red-500 {
  color: red;
}
