/* Presentations & Reports Page CSS Start */
.hero__banner {
  padding: 20% 0 22%;
}

.section__spacing {
  padding: 100px 0;
}

.tp__presentations_report--item .tp__presentations_report--img {
  position: relative;
  overflow: hidden;
  padding-top: 56%;
  background-color: #ffffff;
}
.tp__presentations_report--item .tp__presentations_report--img img {
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
  object-fit: cover;
  transform: scale(1);
  transition: all 0.6s ease-in-out;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.tp__presentations_report--item .tp__presentations_report--img:hover img {
  transform: scale(1.1);
  transition: all 0.6s ease-in-out;
}
.tp__presentations_report--item .tp__presentations_report--des {
  margin-top: 20px;
}
.tp__presentations_report--item .tp__presentations_report--des h4 {
  font-weight: bold;
}
.tp__presentations_report--item .tp__presentations_report--des p {
  font-size: 25px;
}
.tp__presentations_report--item .download__report {
  display: inline-block;
  margin-top: 55px;
}
.tp__presentations_report--item .download__report svg {
  width: 85px;
  height: 85px;
}
.tp__presentations_report--item .download__report:hover svg path {
  fill: #ffffff;
}

@media (max-width: 1600px) {
  .tp__presentations_report--block .row {
    margin: 0 -30px;
  }
  .tp__presentations_report--block .col--45 {
    padding: 0 30px;
  }
  .tp__presentations_report--item .tp__presentations_report--des p {
    font-size: 21px;
  }
  .tp__presentations_report--item .download__report svg {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 1199px) {
  .tp__presentations_report--block .row {
    margin: 0 -15px;
  }
  .tp__presentations_report--block .col--45 {
    padding: 0 15px;
  }
  .tp__presentations_report--item .tp__presentations_report--des p {
    font-size: 16px;
  }
  .tp__presentations_report--item .download__report svg {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 991px) {
  .tp__presentations_report--block .col--45 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .tp__presentations_report--block .col--45 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 480px) {
  .tp__presentations_report--item .tp__presentations_report--des {
    margin-top: 10px;
  }
  .tp__presentations_report--item .tp__presentations_report--des h4 {
    font-size: 15px;
  }
  .tp__presentations_report--item .tp__presentations_report--des p {
    font-size: 12px;
  }
}
@media (min-width: 1600px) {
  .tp__presentations_report--block .main__title h2, .tp__presentations_report--block .main__title .h2 {
    font-size: 54px;
    padding-bottom: 30px;
    margin-bottom: 70px;
  }
  .tp__presentations_report--des h4 {
    font-size: 26px;
  }
}
/* Presentations & Reports Page CSS End *//*# sourceMappingURL=investor.css.map */


.tp__presentations_report--item .download__report {
    margin-block: 25px;
}