/* font-family */
@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');
body{
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: #000000;
  overflow-x: hidden;
}
/*a:hover, :hover{*/
/*  color: #FFFFFF;*/
/*}*/
/*a, a:hover{*/
/*  text-decoration: none;*/
/*  -webkit-transition: ease-in-out 0.5s;*/
/*  -moz-transition: ease-in-out 0.5s;*/
/*  -o-transition: ease-in-out 0.5s;*/
/*  transition: ease-in-out 0.5s;*/
/*}*/
ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
html, body, main, section{
  height: 100%;
  overflow-x: hidden;
}
.term_bx{
  background-size: cover;
  width: 100%;
  height: 100vh;
}
.term_blog{
  max-width: 100%;
  width: 100%;
  padding: 20px;
  margin: 0 auto;

}
.term_head{
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-bottom: 20px;
}
.term_head a{
  position: absolute;
  top: 0;
  left: 0;
}
.term_head h3{
  font-size: 20px;
  font-weight: 700;
  line-height: 27.28px;
  text-align: center;
  color: #000000;
  margin: 0;
}
.term_blog ul li{
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  text-align: left;
  color: #000000;
  margin-bottom: 10px;
}

.term_bx ul{
    background-color: transparent !important;
}
