/*
 * CTA image on index.php page
*/
.cta-img {
    max-width: 300px;
    max-height: 200px;
    width: auto;
    height: auto;
    margin: 0 auto; /* center if needed */
} 



.no-wrap {
  white-space: nowrap;
}