@charset "UTF-8";

body {
  .csv-content {
    .figure_img {
      width: 100%;
      display: flex;
      margin: 0 0 1em;
      .tcfdlogo_a {
        width: 250px;
        display: inline-block;
        margin: auto;
      }
      .tcfdlogo_b {
        width: 290px;
        display: inline-block;
        margin: auto;
      }
    }
    
    .tcfdlogo_c {
      text-align: center;
      padding-left: 0em!important;
      img {
        width: 140px;
      }
    }
  }
}


@media screen and (max-width: 639px) {
.csv-content {
    .figure_img {
      display: block!important;
      text-align: center;
      margin: 1.5em 0 0em!important;
      .tcfdlogo_a {
        width: 50vw!important;
        padding-left: 0em;
      }
      .tcfdlogo_b {
        width: 58vw!important;
        padding-left: 0em;
      }
    }
    
    .tcfdlogo_c {

      img {
        width: 26vw!important;
      }
    }
  }

}