.homepage-content {
  padding: 20px 20px 100px 20px;
}

.content-left-indent {
  padding-left: 20px
}

.homepage-content .homepage-content-heading {
  font-family: Lato;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -0.02em;
  color: #000000;
}

.homepage-content .homepage-content-subheading  {
  font-family: Lato;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.08em;
  color: #000000;
  margin-top: 30px;
  margin-bottom: 20px;
}
.homepage-content .date {
  padding-left: 20px;
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #545454;
}

.homepage-content .file-title {
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  display: flex;
}

span {
  display: inline-block;
  margin-left: 10px;
}

.see-more-link {
  margin-top: 40px;
}
.see-more-link a {
  font-family: Lato;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  color: #D91918;
}


.filters-form {
  width: 100%;
  position: relative;
}

.filters-form  input {
  width: 100%;
  height: 40px;
  border: 1px solid #DCDCDC;
  box-shadow: none;
  border-radius: 0;
  padding-left: 40px;
}
.filters-form  input:focus {
  box-shadow: none;
}

.filters-form-icon {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-34%);
}

.filters-form input::-webkit-input-placeholder {
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #696969;
}

.filters-form input:-ms-input-placeholder {
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #696969;
}

.filters-form input::placeholder {
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #696969;
}