.course-system-section{
    margin-top: 200px;
}

.caligraphy-animated{
    width: 500px;
    margin: auto;
}

.course-system-top{
    border: 22px solid white;
    animation: bounce 1.5s ease infinite;
    background-image: url(../contents/ps-bg.jpg);
    background-size: 1250px;
    background-repeat: no-repeat;
    background-position: top center;
    color: white;
    text-align: center;
}
.campaign-container{
    animation-play-state: running;
    padding-top: 10px;
    font-size: 20px;
    color: white;
    text-align: center;
}

.ctable-title{
    display: flex;
    font-size: 40px;
    margin: auto;
    color: white;
    text-align: center;
    justify-content: center;
}

.ctable-smalltext{
    display: inline-flex;
    font-size: 14px;
    align-items: flex-end;
    margin-bottom: 5px;
}

.campaign-bigyellow{
    color: yellow;
    font-size: 25px;
    font-weight: 700;
}

.campaign-old-price{
    text-decoration: none;
    position: relative;
}
.campaign-old-price:after {
    content: ' ';
    font-size: inherit;
    display: block;
    position: absolute;
    right: 0;
    left: 0;
    top: 30%;
    bottom: 35%;
    border-top: 2px solid #f00;
    border-bottom: 2px solid #f00;
}

@media only screen and (max-width: 500px) {
    .caligraphy-animated {
        width: 80%;
    }

}
