.bredcome {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 50px;
}
.bredcome li:first-child {
  display: flex;
  align-items: center;
}
.left-arrow-link {
  line-height: 16px;
  display: flex;
  margin-right: 20px;
}
.left-arrow-icon {
  width: 8px;
}
.form-heading {
  font: 23px var(--medium-Mont-font);
  color: var(--primary-color-dark);
  margin-bottom: 0px;
}
.row-set {
  display: flex;
  flex-wrap: wrap;
}
.press-release-box {
  width: 95%;
  margin-bottom: 30px;
  cursor: pointer;
}
.rel-post-img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 12px
}
.post-day {
  font: 12px/14px 'NunitoSans-SemiBold';
  color: #B58E5B;
  margin: 0px;
  padding: 10px 0px;
  text-transform: uppercase;
}
.desc {
  font: 14px/18px 'OpenSans-Regular';
  color: #7586BB;
  margin: 0px;
}
/*pagination*/
.pagination {
  padding: 1rem;
  margin-bottom: 1rem;
  text-align: center;
  display: flex;
  justify-content: center;
}
#numbers {
  padding: 0;
  margin: 0 2rem;
  list-style-type: none;
  display: flex;
}
#numbers li a.active {
  opacity: 1;
  background: ;
  color: #243978;
  background: #F7F8FC;
  border: 1px solid #B3BEDF;
  border-radius: 6px;
}
#numbers li a {
  font: 14px /16px OpenSans-Regular;
  color: #243978;
  padding: .5rem 1rem;
  text-decoration: none;
  opacity: .7;
}


@media screen and (min-width: 1441px){
  .rel-post-img{
    height: 240px;
  }
}

/*=======   Search Bar  =======*/
.search-sec {
    background-color: white;
    padding: 32px;
}

.search-box {
    width: 460px;
    padding: 12px 16px;
    border: 1px solid var(--border-color);
    border-radius: 12px;
    background-color: white;
}

.search-label {
    margin-bottom: 0;
}

.search-label img {
    width: 20px;
    margin-top: -4px;
    margin-right: 10px;
}

.search-bar {
    width: 90%;
}