/*@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;700&family=Ubuntu:wght@300;400;500;700&display=swap');*/
/*@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;700&family=Ubuntu:wght@300;400;500;700&display=swap');*/
/* Normal Arrow, injects an array as a character so that it will appear rght after the text */
.trustedCompaniesBLE {
  margin-bottom: 200px;
}
.trustedCompaniesBLE .headline {
  text-align: center;
}
.trustedCompaniesBLE .headline h2 {
  font-size: 42px;
  font-family: "Ubuntu", "Open Sans", Arial, sans-serif;
  line-height: 56px;
  color: #001C3A;
}
@media (max-width: 1199.98px) {
  .trustedCompaniesBLE .headline h2 {
    font-size: 28px;
  }
}
.trustedCompaniesBLE .headline .redLine {
  width: 150px;
  border-bottom-style: solid;
  border-bottom-width: 10px;
  border-bottom-color: #DF1F2C;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
}
.trustedCompaniesBLE .companiesList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin-top: 75px;
}
.trustedCompaniesBLE .companiesList .company {
  margin-left: 30px;
  margin-right: 30px;
  margin-bottom: 50px;
}
@media (max-width: 1199.98px) {
  .trustedCompaniesBLE .companiesList .company {
    width: 45%;
    margin-left: 0px;
    margin-right: 0px;
  }
}