@charset "utf-8";

.bg-imgmedia {
  background: url("https://digitaldata-forensics.com/img/media_new.webp")
    #ffffff no-repeat left center;
  background-size: contain;
  padding-bottom: calc(50% * 1365 / 2048);
  /*calc(100*ImageHeight/ImageWidth)% */
  background-size: 100% auto;
}

.under_text {
  text-align: center;
  margin-bottom: 50px;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .under_text {
    text-align: center;
    margin-bottom: 30px;
    font-size: 1rem;
  }
}
