.custom__html p a{
  color: rgb(var(--color-accent-1));
}
.custom__html p{
  font-size: 1.125rem;
  text-align: center;
/*   max-width: 740px; */
  margin: auto;
  line-height: 1.6875rem;
}
.custom__html img{
  width: 100% !important;
}
@media only screen and (max-width: 600px){
  .custom__html p{
    font-size: 1rem;
    line-height: 1.5625rem;
  }
}