.page__pagination--link {
  width: 3.5rem;
  height: 3.5rem;
  font-weight: normal;
  font-size: 14px;
  border-radius: 0px;
}

.page__pagination--link {
  cursor: pointer;
}

.blog__thumbnail a {
  height: 300px;
}

.blog__content--title {
  line-height: 1 !important;

}

.blog__content--title a {
  font-size: 2rem;
  height: 25px;
  line-height: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}

.blog__desc {
  display: -webkit-box;
  height: 90px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.blog__meta--icon {
  white-space: nowrap;
}

a {
  color: #000;
}

a:hover {
  color: rgb(105 115 122);
}

.listing__widget{
  position: sticky;
  top: 90px;
}
.widget__step--title {
  margin-bottom: 10px;
}
.contact__form--textarea__field {
  height: 100px;
}

.our-products-footer{
  color: #fff;
}
.blog__page--section{
  background-color: #f5fbff;
}
.blog__items{
  background-color: #ffffff;
}
.copyright__content--link{
  color: #fbfdff;
}