body {
  background: rgb(12, 76, 23);
}
* {
  box-sizing: border-box;
  font-family: "helvetica neue", helvetica, arial, sans-serif;
  font-size: 16px;
  color: #071129;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  background: linear-gradient(
      to top,
      rgba(212, 207, 199, 0),
      rgba(41, 138, 81, 0.8),
      rgb(46, 141, 87),
      rgb(52, 155, 103) rgb(54, 151, 114),
      rgb(54, 160, 112),
      rgb(81, 189, 120) 3
    ),
    rgba(228, 222, 219, 0.8), rgba(225, 221, 217, 0);
  color: #fff;
  padding: 10px;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

.ifn2_cover {
  width: 100%;
  max-width: 960px;
  background: LightGray;
  color: #fff;
  margin: 25px auto;
}

.ifn2_header {
  display: flex;
  justify-content: space-between;
  height: 100px;
  padding: 0 15px;
  border-bottom: 3px solid RosyBrown;
}

.ifn2_logo-box {
  position: relative;
  top: 0;
  left: 45px;
  min-width: 160px;
  height: 60px;
  padding: 0 20px;
  background: linear-gradient(
    to top,
    rgba(61, 11, 16, 0),
    rgba(194, 89, 115, 0.8),
    rgb(181, 87, 108),
    rgb(208, 114, 120),
    rgb(194, 98, 104),
    rgb(205, 108, 126),
    rgb(198, 99, 99),
    rgba(201, 76, 85, 0.8),
    rgba(165, 14, 44, 0)
  );
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.ifn2_nav-button:hover {
  color: RosyBrown !important;
  box-shadow: none;
  transition: 0.5s;
  border: 1px solid #6e36ea !important;
  background: RosyBrown !important;
}

.ifn2_logo-text {
  color: #fff;
  font-size: 22px;
  text-transform: uppercase;
  font-weight: bold;
}

.ifn2_navigation-bar {
  position: relative;
  top: 0;
  right: 15px;
}

.ifn2_nav-button {
  display: inline-block;
  margin-top: 10px;
  background: linear-gradient(
    to top,
    rgba(61, 11, 16, 0),
    rgba(194, 89, 115, 0.8),
    rgb(181, 87, 108),
    rgb(208, 114, 120),
    rgb(194, 98, 104),
    rgb(205, 108, 126),
    rgb(198, 99, 99),
    rgba(201, 76, 85, 0.8),
    rgba(165, 14, 44, 0)
  );
  color: #fff;
  padding: 10px;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  line-height: 1;
  min-width: 80px;
  padding: 12px 20px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
}
.ifn2_nav-button:hover {
  color: #6e36ea !important;
  box-shadow: none;
  transition: 0.5s;
  border: 1px solid #6e36ea !important;
  background: #f3f3f3 !important;
}

.ifn2_navigation-bar a:first-child {
  margin-right: 20px;
}

@media (max-width: 650px) {
  .ifn2_header {
    flex-direction: column;
    height: 115px;
  }
  .ifn2_logo-box {
    left: 0;
  }
  .ifn2_navigation-bar {
    right: 0;
    display: flex;
    justify-content: space-around;
  }
  .ifn2_nav-button {
    margin: 15px 0;
  }
}

.ifn2_content-space {
  padding: 30px;
  background: LightGray;
  display: block;
  color: #fff;
  margin: 0 auto;

  color: #fff;
  padding: 10px 30px;
}

.ifn2_content-space h1,
.ifn2_content-space h2 {
  font-size: 26px;
  color: black;
  margin: 10px 0 25px;
  text-align: center;
}

.ifn2_content-space h2 {
  font-size: 36px;
}

.ifn2_content-space ul {
  padding-left: 30px;
  list-style: disc;
}

.ifn2_content-space li {
  font-size: 16px;
  margin-bottom: 12px;
}

.ifn2_content-space p {
  color: #071129;
  line-height: 1.6;
  margin-bottom: 15px;
}

.ifn2_content-space table {
  max-width: 900px;
  display: inline-flex;
  background: RosyBrown;
  margin: 0 auto;
  border-radius: 40px;
  border: 1px;
}
.table {
  max-width: 900px;
  display: inline-flex;
  background: RosyBrown;
  margin: 0 auto;
  border-radius: 40px;
  border: 1px;
}

.ifn2_content-space table td,
th {
  text-align: center;
  padding: 8px;
  text-align: left;
  border-bottom: 1px solid #ddd;
}
/* .pin-up-uz_content-space table th {
    padding: 10px 0;
} */

.ifn2_footer {
  background: #000;
  padding: 15px 0;
  color: #fff;
}
.ifn2_footer span {
  color: #fff;
}

.ifn2_copyright {
  text-align: center;
}

.ifn2_copyright a {
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
}
img {
  max-width: 100%;
  max-height: 100%;
}
.table-container {
  overflow-x: auto;
}
