.curriculum .row:first-child{ margin-bottom: 48px; }
위의 코드는, curriculum 클래스의 row 클래스와 같은 레벨에 있는 형제 row 중 첫번째 자식에 margin-bottom을 적용해달라는 것이다.