@use '../main.scss';
.course-box {
  height: 250px;
  background: #d8000d;
  position: relative; }

.course-box-title {
  transform: translateY(30px); }
