.breadcumb {
    color: var(--teflie-white);
    font-size: var(--teflie-font-xs);
    margin-bottom: 10px;
}

.breadcumb a {
    color: var(--teflie-white);
    opacity: 0.6;
    text-decoration: none;
}

.hero-course {
    position: relative;;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
   
}

.hero-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 55%;
}

@media(max-width: 768px){
    .hero-container {
        margin-top: 10px;
        width: 100%;
        margin-bottom: 50px;
    }

    .hero-content-section {
        position: absolute;
        bottom: 50px;
    }
}

.hero-heading {
    font-size: calc(var(--teflie-font-md) + 14px);
    line-height: 130%;
    color: var(--teflie-white);
    font-weight: var(--salmond-semibold);
    letter-spacing: 0.5px;
    margin-bottom: 15px;
}

@media(max-width: 768px){
    .hero-heading {
        font-size: var(--teflie-font-md);
    }
}

.hero-subheading {
    color:var(--teflie-grey);
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .hero-course {
        min-height: 300px;
        overflow: hidden;
    }
}

.accredation {
    color:var(--teflie-white);
    padding-right: 40px;
    border-right: 1px solid var(--teflie-semi-grey);
}

.accredation:last-child {
    border-right: none;
}

.accredation-wrapper {
    max-width: 80%;
    margin-top: 40px;
    margin-bottom: 30px;
}

.accredation-item {
    gap:10px;
}

.accreditation-logos {
    display: inline-flex;
    align-items: center;
    gap: var(--teflie-space-md);
}

.hero-banner-ratings {
    margin-top: var(--teflie-space-md);
}

.hero-banner-ratings img {
    width: 200px;
}

.rating-image {
    margin-right: var(--teflie-space-sm);
}

.accreditation-text {
    line-height: 1.5;
    font-size: 16px;
    color: var(--teflie-white);
    margin-bottom: var(--teflie-space-md);
    font-weight: var(--teflie-font-weight-regular);
}


@media(min-width:545px){
    .hero-banner-accreditation{
        position:absolute;
        bottom: 93px;
        right:63px;
    }
}

.accreditation-logo img {
    max-height: 50px;
    object-fit: contain;
}

.accredation-container{
    display:flex;
    gap:47px;
}

.accre_name,
.accre_tag{
    font-size: var(--teflie-font-xs);
}
.accre_tag{
  font-weight: var(--salmond-regular);
  color: var(--teflie-grey);
}


@media(max-width:545px){
    .hero-banner-ratings{
        display:none;
    }

}