.section.img-text.calendar .col-text {
    float: left;
    width: 100%;
    padding-left: 18px;
    padding-right: 18px;
    flex-wrap: wrap;
}



.section.img-text.calendar .calendar-wrapper {
    padding-right: 18px;
    width: 40%;
}

.section.img-text.calendar .text-wrapper {
    padding-left: 36px;
    width: 60%;
}

.section.img-text.calendar .col {
    justify-content: flex-start;
    align-items: flex-start;
}

.calendar-wrapper h2 {
    float: left;
    width: 100%;
    display: block;
    background-color: #2c203b;
    margin-bottom: -18px;
    margin-top: 12px;
    font-size: 30px;
    color: white;
    text-transform: capitalize !important;
}

.fc-toolbar .fc-center {
    width: 100%;
}

.fc-list-item-time {
    display: none;
}

.fc-day-grid-event {
    padding: 3px;
    border-radius: 5px;
}

td.fc-today {
    background-color: transparent !important;
}

td.fc-day-top.fc-today {
    background-color: #2c203b !important;
    color: white !important;
}

.fc a {
    cursor: pointer;
}

.fc a.active, .active .fc-event-dot {
    background-color: #42ae9d !important;
    border-color: #42ae9d !important;
}

.ended-event {
    opacity: 0.25;
}

.fc a.ended-event:hover {
    cursor: auto !important;
}

.fc-widget-content {
    font-weight: 300 !important;
    color: rgba(0, 0, 0, 0.5) !important;
}

.fc-view-container {
    background-color: white !important;
}

.fc-day-header {
    background-color: #42ae9d !important;
    padding-top: 3px !important;
    padding-bottom: 3px !important;
    text-transform: capitalize !important;
    color: white !important;
    font-weight: 400 !important;
}

.fc-view-container .fc-title {
    display: block !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}

@media screen and (max-width: 890px) { 
    .section.img-text.calendar .calendar-wrapper {
        padding-right: 18px;
        width: 50%;
    }
    
    .section.img-text.calendar .text-wrapper {
        padding-left: 18px;
        width: 50%;
    }
}

@media screen and (max-width: 540px) { 
    .section.img-text.calendar .calendar-wrapper {
        padding-right: 0;
        width: 100%;
        margin-bottom: 24px;
    }
    
    .section.img-text.calendar .text-wrapper {
        padding-left: 0;
        width: 100%;
    }
}