  img.logoMain {
    width: 134px;
}

.breaking-bar {
  height: 28px;
  background: #170f2d;
  color: #fff;
  overflow: hidden;
  font-size: 13px;
  display: flex;
  align-items: center;
  white-space: nowrap
}

.ticker-track {
  display: flex;
  gap: 38px;
  animation: ticker 25s linear infinite
}

.ticker-track span {
  display: inline-flex;
  align-items: center;
  gap: 6px
}
.ticker-track .register {
    background: #fff;
    color: #1a1630;
    padding: 1px 13px;
    border-radius: 0;
    cursor: pointer;
}

@keyframes ticker {
  from {
    transform: translateX(0)
  }

  to {
    transform: translateX(-45%)
  }
}

.brand-script {
   font-family: "Mrs Sheppards";
font-size: 48px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

.course-hero h1 span {
  font-family: "Mrs Sheppards";
font-size: 48px;
font-style: normal;
font-weight: 400;
line-height: normal;
}
.main-navbar {
    height: 88px;
}
.art-books {
    left: -35px;
    top: 0;
    transform: none;
}
.course-img img {
    width: 86%;
    height: auto;
    object-fit: cover;
    border-radius: 12px;
    mix-blend-mode: multiply;
    object-position: top;
}
@media(max-width:575px) {
  .breaking-bar {
    font-size: 11px
  }
}