/*!
 * Created By Michael Wright
 * Date 9/14/2025
 * This is CSS intended for the torah class service page
 */

/* ----------------------- */
/* Mobile default (<768px) */
/* ----------------------- */

  img {
    border-radius: 100px;
  }


/* ---------------------- */
/*    Desktop (≥1200px)   */
/* ---------------------- */

@media (min-width: 1200px) {


}