#course-content{
    background-color: rgb(0 0 0 / 1.1);
    padding: 0 1.5rem;
    padding-bottom: 3rem;
}

#course-content h2{
    margin-bottom: 1.5rem;
    padding-top: 2rem;
    font-size: 2rem;
    background: -webkit-linear-gradient(171deg, #33A8DB 22%, #1472B7 67%);
    background-clip: initial;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
    text-transform: uppercase;
    text-align: -webkit-center;
    text-align: center;
    animation: ShowTextFromRight 2.6s ease-in-out;
    visibility: collapse;
}

#course-content p{
    color: #ffffff;
    font-weight: 400;
    font-size: 1rem;
    text-align: -webkit-center;
    text-align: center;
    line-height: 1.5rem;
    animation: ShowTextFromRight 2.9s ease-in-out;
    visibility: collapse;
}

.modules-list {
    text-align: -webkit-center;
    color: #ffffff;
    margin-top: 1.6rem;
    animation: ShowTextFromRight 3.3s ease-in-out;
    visibility: collapse;
}

.module{
    background-color: rgba(37, 37, 37, 1);
    width: 45rem;
    border-radius: 1.5rem;
    margin: 0 1.5rem 1.3rem;
    height: 3.1rem;
    align-content: center;
    border: 1px solid rgba(51, 168, 219, 1);
    box-shadow: -2px 6px 4px 0px rgba(0, 0, 0, 0.46) inset;
}
 
.module span{
    color: rgb(74 148 181);
}

