.file_link_list ul {
  margin-left: 0;
}
.file_link_list ul li {
  list-style: none;
}
.file_link_list__title {
  text-align: center;
  margin-bottom: 30px;
  font-family: "Bebas Neue", Helvetica, Arial, sans-serif;
  font-size: 26px !important;
  line-height: 43px !important;
  letter-spacing: 0.3px;
  font-weight: 400;
}
.file_link_list__title span {
  color: #DC2329;
}
@media only screen and (min-width: 992px) {
  .file_link_list__title {
    margin-bottom: 60px;
    font-family: "Bebas Neue", Helvetica, Arial, sans-serif;
    font-size: 40px !important;
    line-height: 45px !important;
    letter-spacing: 0.3px;
    font-weight: 400;
  }
}
.file_link_list__item {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}
.file_link_list__item-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.file_link_list__item-info {
  background: rgba(6, 29, 53, 0.95);
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  color: #ffffff;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 20px;
  font-family: "Noto Sans", Helvetica, Arial, sans-serif;
  font-size: 12px !important;
  line-height: 16px !important;
  letter-spacing: 0.3px;
  font-weight: 500;
}
@media only screen and (min-width: 992px) {
  .file_link_list__item-info {
    padding: 30px;
    font-family: "Noto Sans", Helvetica, Arial, sans-serif;
    font-size: 14px !important;
    line-height: 20px !important;
    letter-spacing: 0.3px;
    font-weight: 500;
  }
}
.file_link_list__item-info-title {
  color: #ffffff;
  text-transform: capitalize;
  font-family: "Noto Sans", Helvetica, Arial, sans-serif;
  font-size: 16px !important;
  line-height: 25px !important;
  letter-spacing: 0.3px;
  font-weight: 500;
}
@media only screen and (min-width: 992px) {
  .file_link_list__item-info-title {
    font-family: "Noto Sans", Helvetica, Arial, sans-serif;
    font-size: 20px !important;
    line-height: 25px !important;
    letter-spacing: 0.3px;
    font-weight: 500;
  }
}
.file_link_list__item-info-button {
  margin-left: auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 16px;
  background-color: #FEBC2E;
  color: #061D35;
  border-radius: 4px;
  box-shadow: 1px 1px 32px rgba(255, 255, 255, 0.46);
  cursor: pointer;
  max-width: 240px;
  text-transform: none !important;
  font-family: "Noto Sans", Helvetica, Arial, sans-serif;
  font-size: 13px !important;
  line-height: 14px !important;
  letter-spacing: 0.3px;
  font-weight: 400;
  border-radius: 48px !important;
  -webkit-border-radius: 48px !important;
  -moz-border-radius: 48px !important;
  box-sizing: border-box;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
}
.file_link_list__item-info-button:hover {
  color: #061D35;
  opacity: 0.85;
}
@media only screen and (min-width: 992px) {
  .file_link_list__item-info-button {
    font-family: "Noto Sans", Helvetica, Arial, sans-serif;
    font-size: 16px !important;
    line-height: 20px !important;
    letter-spacing: 0.3px;
    font-weight: 400;
  }
}
