.blog-image a>img{
  height: 300px;
  object-fit: cover;
}
.input-outer{
  width: 100%;
  position: relative;
}
.searchBox-clear{
  position: absolute;
  top: 5px;
  right: 0;
}
.searchBox-fakeInput {
  background: white;
  border: 1px solid #d6dadc;
  border-radius: 3px;
  display: table;
}
.searchBox-fakeInput.is-focussed {
  border: 2px solid cyan !important;
}
.searchBox-inputWrapper,
.searchBox-clearWrapper {
  width: 100%;
  display: table-cell;
  vertical-align: middle;
}
.searchBox-input {
  background-color: transparent;
  border: none;
  box-shadow: none;
  outline: none;
  width: 100%;
  padding: 0.5rem;
  font-size: inherit;
}
.searchBox-input:focus {
  outline: none;
  background: #FFF;
  box-shadow: none;
}
.searchBox-clearWrapper {
  padding-right: 0.5rem;
}
.searchBox-clear {
  color: #CCC;
  padding: 0;
  cursor: pointer;
  font-size: inherit;
  cursor: pointer;
  line-height: 1.5;
  -webkit-transition: all 3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.searchBox-clearInput:hover {
	color: #AAA;
}
.searchSection{
  display: flex;
  align-items: center;
  gap:25px;
}
#FindNews{
  margin: 0;
  border: none;
  border-bottom: 1px solid #336565;
  border-radius: 0;
} 
.pagination-container-custom {
  display: flex;
  justify-content: center;
  padding: 25px 10px;
}
.pagination-link-custom {
  text-decoration: none;
  color: black;
  padding: 0 5px;
}
.pagination-link-custom.active-custom {
  color: teal;
  font-weight: bold;
}
.pagination-separator-custom {
  padding: 0 5px;
  color: black;
}
.pagination-ellipsis-custom {
  padding: 0 5px;
  color: black;
}