

    .company_title_banner {
      width: 90%;
      margin-left: auto;   margin-right: auto;
      padding: 0.5em;
      display: flex;
      flex-wrap: wrap;
      text-align: center;
      align-items: center;
      border: solid 1px lightgrey;
      border-radius: 25px;
    }

    .company_title_banner img {
      width: 7em;
      height: 7em;
      border-radius: 20px;
    }

     #company-info-trigger {
      width: fit-content;
      padding: 0.25em 1em 0.2em 1em;
      border: none;
      border-radius: 40px;
      background: #35996f;
      color: white;
      font-size: 1em;
      cursor: pointer;
      text-align: center;
      margin-left: auto; margin-right: auto;
    }
    #company-info-trigger:hover { filter: brightness(1.2); }

   #company-info-content {
     text-align: center;
     padding: 0.25em;
   }

    .ctb-image {
      padding: 0.5em;
      flex: 30%;
      text-align: center;
    }
    .ctb-name {
      text-align: center;
      flex: 40%;
      padding: 0.5em;
    }
    .ctb-info {
      text-align: center;
      flex: 30%;
      padding: 0.5em;
    }

    @media (max-width: 480px) {
    .ctb-image , .ctb-name, .ctb-info {flex: 100%;}

}

    /* --------------------------------- */
    /* for companies_ad_filter */
    .company-filter-trigger {
        width: 90%;
        margin-left: auto;   margin-right: auto;
        padding: 0.5em;
        border: none;
        border-radius: 20px;
        cursor: pointer;
        color: white;
        background: #739900;
        text-align: center;
        font-weight: bold;
        font-size: 1.2em;
        margin-top: 1em;
        margin-bottom: 1em;
    }
    .company-filter-trigger:hover { filter: brightness(1.2);}

    #ad-filter-companies {
      height: fit-content;
      margin-left: auto;   margin-right: auto;
      width: 90%;
      max-width: 90%;

    }
    /* -------------------------------------------------- */