.schedule-table-head {
    text-align: center;
    padding: 10px;
}

.schedule-table-info {
    padding: 1px 10px;
    text-align: center;
}

.schedule-table-head h3 {
    font-size: 21px;
    color: var(--theme-color);
}

.schedule-klf-contents .shcedule-klf-area24 {
    border: 1px solid var(--color-white);
    padding: 0;
}

.schedule-klf-contents .schedule-table-info p {
    font-size: 20px;
    color: var(--theme-color);
    padding: 1px 10px;
}

.schedule-table-head {
    border: 1px solid var(--color-white);
}

.fastivel-theme {
    width: 90%;
    padding: 20px;
    background-color: #f5f5f5;
    margin: 20px auto;
    text-align: center;
}


.fastivel-theme h2 {
    margin: 0 0 20px;
    background-color: var(--theme-color);
    color: var(--color-dark);
    padding: 15px;
    width: calc(100% + 100px);
    position: relative;
    left: -50px;
    font-size: 25px;
}

@media only screen and (min-width: 1000px) {

    .fastivel-theme {
        width: 90%;
    }

    .fastivel-theme h2 {
        font-size: 28px;
    }
}


@media only screen and (max-width: 600px) {

    .fastivel-theme {
        width: 280px;
    }

    .fastivel-theme h2 {
        font-size: 22px;
    }
}

.fastivel-theme h2::before,
.fastivel-theme h2::after {
    content: "";
    position: absolute;
    bottom: -30px;
    border-width: 15px;
    border-style: solid;
}

.fastivel-theme h2::before {
    left: 0;
    border-color: var(--theme-color) var(--theme-color) transparent transparent;
}

.fastivel-theme h2::after {
    right: 0;
    border-color: var(--theme-color) transparent transparent var(--theme-color);
}

.fastivel-theme p {
    line-height: 1.6;
    font-size: 22px;
    font-weight: 500;
    color:var(--color-dark);
}

  