

.launch-topheader {
    padding: 3px 0 6px 0px;
    border-top: .25rem solid #bc0000;
    display: flex;
    position: sticky;
    top: 0;
}
.launch-main {
    max-width: 1150px;
    margin: 0 auto;
    padding: 0 8rem;
    width: 100%;
}
img.text-logo {
    height: 35px !important;
}

.c-top-nav__logo{
    display: flex;
    width: 100%;
    align-items: center;
    gap: 10px;
}

.c-top-nav__logo img,
.c-top-nav__logo svg {
    height: 3.75rem;
}
.btn.btn-secondary {
    color: #C10E21;
    background-color: #fff;
    border: 1px solid #C10E21;
}
.btn.btn-round {
    border-radius: 10em;
}
.exit-btn {
    width: 130.008px;
    height: 2.125rem;
    float: right;
    cursor: pointer;
    font-size: 0.875rem;
    font-weight: 500;
    text-align: left !important;
    padding-left: 25px;
}

.course-setion{
    display: flex;
}

.course-title {
    width: 100%;
    font-size: 1.563rem;
    /* margin-top: .938rem; */
    text-align: left;
    font-weight: 500;
    line-height: 1.2;
}

.wd10{
    width: 10%;
}
.wd70{
    width: 70%;
}
.wd20{
    width: 20%;
}

h2.course-title{
    font-family: 'Montserrat', sans-serif !important;
    color: #222328;
}

.btn.btn-secondary:not(:disabled):hover, .btn.btn-secondary:not(:disabled):active {
    color: #C10E21;
    background-color: #fff;
    border-color: #9D0B1B;
    -webkit-box-shadow: 0px 3px 6px #00000029;
    box-shadow: 0px 3px 6px #00000029;
}

/* .pd-r{
    padding-right: 1em;
} */


.course-title-text {
    display: -webkit-box;
    -webkit-line-clamp: 1; /* single line */
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Mobile screens (max-width: 600px) */
@media (max-width: 600px) {
    .course-title-text {
        max-width: 29ch; /* ≈30 characters */
    }
}

/* Desktop */
@media (min-width: 601px) {
    .course-title-text {
        max-width: 59ch; /* ≈60 characters */
    }
}

