.course-schedule{color:var(--newBlue)}.course-schedule .wrapper{display:grid;grid-template-columns:1fr}@media (min-width:768px){.course-schedule .wrapper{grid-template-columns:1fr 1fr}}.course-schedule .table-mobile__row{border-top:2px solid rgba(var(--blackRgb),.2);display:grid;grid-template-columns:100px 1fr;padding:30px 0}.course-schedule .table-mobile__number{align-self:flex-start;color:var(--newYellow);font-family:var(--fontHeading);font-size:80px;line-height:.7;margin-right:20px}.course-schedule .table-mobile__professor-label,.course-schedule .table-mobile__skill-label{color:var(--yellow);font-family:var(--fontHeading);font-size:13px;margin-bottom:16px}.course-schedule .table-mobile__skill{font-size:18px;margin-bottom:32px}.course-schedule .table-mobile__professor{font-size:18px;font-style:italic;margin-bottom:32px}.course-schedule .table{border:2px solid rgba(var(--blackRgb),.2);border-collapse:collapse}.course-schedule .table__header,.course-schedule .table__row{display:flex;width:100%}.course-schedule .table__header,.course-schedule .table__row:not(:last-child){border-bottom:2px solid rgba(var(--blackRgb),.2)}.course-schedule .table__header .table__definition{color:var(--yellow);font-family:var(--fontHeading);font-size:14px;justify-content:center}.course-schedule .table__definition{align-items:center;display:flex;font-size:16px;line-height:1.6;padding:20px;width:50%}.course-schedule .table__definition:first-child{border-right:2px solid rgba(var(--blackRgb),.2)}.course-schedule .table__row .table__definition:nth-child(2){font-style:italic;justify-content:center}.course-schedule .table__number{color:var(--newYellow);font-family:var(--fontHeading);font-size:80px;margin-right:20px}@media (min-width:768px){.course-schedule .table:first-child,.course-schedule .table:first-child .table__definition:nth-child(2){border-right:none}}@media (max-width:991.8px){.course-schedule .table:nth-child(2) .table__header{border-bottom:none;display:none}.course-schedule .table:first-child .table__row:nth-child(7){border-bottom:none}}