#block-creditphotohome {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-align: right;
  color: #1E2643;
  width: 100%;
  max-width: 325px;
  margin-left: 1em;
}
@media screen and (max-width: 980px) {
  #block-creditphotohome {
    max-width: 195px;
  }
}
@media screen and (max-width: 640px) {
  #block-creditphotohome {
    max-width: 100%;
  }
}