/* @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Roboto Condensed:wght@400;700&display=swap');

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  /* font-family: 'Poppins', sans-serif; */
  font-family: 'Roboto Condensed';
  /* font-size: 16px; */
  line-height: 1.25;
  color: #333;
  background: #fff;
 letter-spacing: 0.25rem;
}

.qs_screen_horizontal_band {
 width: 100%;
}

.area_dark_max {
 background: #012345;
}

.qs_page {
 display: flex;
  max-width: 1100px;
  margin: auto;
}

.qs_horizontal_ad {
	display: flex;
 	max-width: 1100px;
 	max-height: 300px;
	margin: auto;
	padding: 3rem; /* top right bottom left */
	background: #abbacd;
}

.qs_center_content {
 justify-content: center;
}

.qs_page_title {
	display: flex;
 	color: #fff;
 	/* max-height: 100px; */
	/* padding: 10px 10px 10px 10px; */ /* top right bottom left */
	justify-content: center;
  	font-size: 4rem;
  	/* font-weight: bold; */
}

.qs_area_title {
	display: flex;
 	color: #fff;
 	/* max-height: 100px; */
	height: fit-content;
	/* padding: 10px 10px 10px 10px; */ /* top right bottom left */
	justify-content: center;
	font-size: 2rem;
}

.qs_graph_area {
	margin: auto;
 padding: 0.25rem;
 height: fit-content;
}

.qs_report_tabular {
 	min-height: 1100px;
}

.div_alfa a {
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
}

.div_beta a:hover {
  color: lightblue;
}

.div_curly .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

.div_delta ul {
  display: flex;
}

.div_e ul li {
  margin-left: 20px;
}

.qs_content_top {
  background-color: #0151cc;
  color: #fff;
  min-height: 400px;
}

.qs_what h1 {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.2;
}

.qs_content_top .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.qs_area .container {
  display: flex;
  justify-content: space-between;
}

.div_box {
  flex: 1;
  background: #0a51cc;
  color: #fff;
  border-radius: 10px;
  margin: 20px 10px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.6);
  padding: 15px 20px;
}

.div_what i {
  margin-right: 10px;
}

h1,
h2 {
  margin-bottom: 15px;
}

ul {
  list-style-type: none;
}

thead,
tfoot {
    background-color: #3f87a6;
    color: #fff;
    align: left;
}

tbody {
    background-color: #e4f0f5;
}

caption {
    padding: 10px;
    caption-side: bottom;
}

table {
    border-collapse: collapse;
    border: 2px solid rgb(200, 200, 200);
    letter-spacing: 1px;
    font-family: sans-serif;
    font-size: 0.8em;
}

td,
th {
    border: 1px solid rgb(190, 190, 190);
    padding: 5px 10px;
}

td {
    text-align: start;
}

@media (max-width: 768px) {
  .qs_first {
    flex-direction: column;
    /* padding-top: 20px; */
    /* text-align: center; */
  }

  .boxes .container {
    display: block;
    text-align: center;
  }
}
