
body{
  background: #73aa430a url(../img/washalimba_tree_faint.png);
  font-size: 13px;
  color: #687e7e;
}

.logo{
  margin: 30px auto 0px auto;
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
}
.intro_text{
  margin: 20px 0px 0px 0px;
}
.intro_text p{
  text-align: center;
}
.line_devider{
  border: 0;
  clear: both;
  display: block;
  width: 100%;
  background-color: #556e6d6b;
  height: 1px;
  margin: 45px 0px;
}
.line_devider_2{
  border: 0;
  clear: both;
  display: block;
  width: 100%;
  background-color: #556e6d6b;
  height: 1px;
  margin: 45px 0px 15px 0px;
}
.companies {
    display: flex;
    align-content: center;
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap;
    min-height: 355px !important;
    margin-bottom: 35px;
    background: #546d6c05;
    margin: 10px 0px;
    padding-top: 15px;
    border-radius: 4px;
}
span.circles{
    width:auto !important;
}
span.circles:before {
    content: ' \25CF';
    font-size: 15px;
}
.companies:nth-child(even){
  margin: 10px 10px;
  width: calc(33.3333% - 20px);
}
@media only screen and (max-width: 991px) {
    .companies:nth-child(even){
        margin: 10px 0px;
        width: 100%;
    }
    .logo img{
        width:500px;
    }
    body{
      font-size: 17px !important;
      color: #687e7e;
    }
    .companies {
        background: #546d6c0f;
    }
    .container {
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
        width:100% !important;
    }
}
.companies p, .companies b {
    text-align: center !important;
    float: left;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}
.mb-center{
  text-align: center;
}
i.fa {
    font-size: 26px;
    margin: 0px 10px;
    color: #73aa43;
    border: 1px dashed;
    border-radius: 300px;
    width: 40px;
    height: 40px;
    line-height: 40px;
}
.row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin-right:0px !important;
    margin-left:0px !important;
}
.companies a {
    color: #687e7e;
    text-decoration: none;
    text-decoration: underline;
}