
.info-menus{
  width: 100%;
  text-align: left;
  float: left;
  font-size: 1.6rem;
}

.category{
  display: inline-block;
  background-color: cornflowerblue;
  color: #fff;
  padding: 2px 30px;
  font-size: 1.4rem;
  margin-right: 10px;
}

.date{
  display: inline-block;
  color: #016EDD;
  letter-spacing: 1.4px;
  padding-left: 20px;
}

.news-title{
  display: block;
  font-size: 2.4rem;
  font-weight: bold;
  padding: 30px 0;
  border-bottom: 0.7px solid lightgray;
}

.news-text{
  padding: 50px 0;
  border-bottom: 0.7px solid lightgray;
  line-height: 2em;
  font-size: 1.5rem;
  margin-bottom: 100px;
}



/*================================button================================*/
.news-bottom-btns{
  display: block;
  text-align: center;
}

.news-all-button{
  padding: 15px 70px;
  background-image: linear-gradient(90deg, #20BDFF,#5433FF);
  color: #fff;
  border-radius: 1px;
  transition: 0.3s;
  box-shadow: 0px 3px 4px rgba(0,0,0,0.2);
  margin: 50px auto 0;
}

.news-all-button:hover{
}

.prev{
  float: right;
  color: #016EDD;
  font-size: 1.5rem;
  transition: 0.3s;
}

.next{
  float: left;
  color: #016EDD;
  font-size: 1.5rem;
  transition: 0.3s;
}

.prev:hover, .next:hover{
  color: #039be0;
}



@media screen and (max-width:600px) { 
  
  
.info-menus{
  width: 100%;
  font-size: 1.6rem;
}

.category{
  padding: 2px 20px;
  font-size: 1.2rem;
}

.date{
  letter-spacing: 1.4px;
  padding-left: 0;
}

.news-title{
  font-size: 2.2rem;
  padding: 30px 0;
  border-bottom: 0.7px solid lightgray;
}

.news-text{
  padding: 30px 0 80px;
  border-bottom: 0.7px solid lightgray;
  line-height: 2em;
  margin-bottom: 80px;
}

.next{
  float: left;
  color: #016EDD;
  font-size: 1.3rem;
  transition: 0.3s;
}

.prev{
  float: right;
  color: #016EDD;
  font-size: 1.3rem;
  transition: 0.3s;
}

.prev:hover, .next:hover{
  color: #039be0;
}

/*================================button================================*/
.news-all-button{
  padding: 12px 60px;
  background-color: #016EDD;
  color: #fff;
  border-radius: 1px;
  transition: 0.3s;
  font-size: 1.5rem;
  box-shadow: 0px 3px 4px rgba(0,0,0,0.2);
  margin: 0 auto 0;
}
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
}

