.investor-left-side {
  min-height: 600px;
  height: auto;
  min-width: 250px;
}
ul.download_list {
  padding-left: 0;
  list-style: none;
}
.download_list li {
  padding: 15px 10px;
  background-color: #f3f3f3;
  margin-bottom: 5px;
  font-size: 16px;
}
.download_list li a {
  color: var(--text-color);
  padding-left: 25px;
}
.download_list li:before {
  content: "\F756";
  font-family: bootstrap-icons !important;
  font-size: 18px !important;
  color: #373435;
  position: absolute;
}
.wall_of_fame_block {
  background: #fff;
  margin: 0 1px 10px
}
.wall-of-fame-img-block {
  background-color: #f3f3f3;
}
.wall-of-fame-img img {
  width: 100%
}
.wall-of-fame-img img {
  max-width: 200px;
  display: block;
  height: 200px;
  object-fit: cover;
  margin: auto;
  padding: 5px 0px;
}
.wall-of-fame-img-div p {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.new-img img {
    margin-bottom: 20px;
    max-width: 100%;
	    border: 1px solid;
    padding: 5px;
}
.wall-of-fame-img-block p {
  height: 110px;
  overflow: hidden;
  text-align: center;
  padding: 5px 10px
}
@media (min-width: 768px) and (max-width: 1120px) {
  .breadcrumb-section .breadcrumb-img img {
    min-height: 290px;
  }
  .breadcrumb-section .breadcrumb-img {
    height: calc(55vh - 130px);
  }
  .corporate_governance_block .date {
    width: 180px;
  }
}
/*320 - 767*/
@media screen and (max-width: 767px) {
  #sec1 .container, .sec-pad .container, .resp-tabs-container .container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .home1-counter-section .counter-wrap .single-countdown .number h2, .home1-counter-section .counter-wrap .single-countdown .number span {
    font-size: 38px;
  }
  .home3-company-info-section .company-info-content p {
    margin-left: 0px;
  }
  .press_notes_block {
    display: flex;
  }
  .press_notes_block .date {
    height: 65px;
    min-width: 80px;
    width: 80px;
  }
  .corporate_governance_block .date {
    width: 48%;
  }
  .investor-section .date:before {
    left: 8px;
    font-size: 21px;
    top: 24px;
  }
}

