.img-wrapper {
    margin-right: -5rem;
    z-index: 2;
}

.about-program>* {
    margin-bottom: 2rem !important;
}

.about-program {
    padding: 7rem 2rem 7rem 7rem;
    background-color: #CCE8E3;
}

.action-wrapper {
    background: #FFFFFF;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 7px;
    overflow: hidden;
    width: 390px;
}

.action-link i {
    color: #1A679A;
    font-size: 30px;
    font-weight: 700;
}

.p-description p {
    color: #707070;
    font-size: 18px;
    font-weight: 300;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-align: center;
}

.action-title {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.p-details {
    flex: 1;
}

.thumbnail-container {
    height: 260px;
    background-color: #F6F6F6;
}

.thumbnail-container img {
    height: 100%;
}

.thumbnail-container img.default {
    max-width: 150px;
    margin: 0 auto;
}

.slick-track {
    display: flex !important;
}

.slick-list {
    padding: 1rem 0 !important;
}

.slick-slide.action-wrapper {
    height: inherit !important;
    margin: 0 20px;
    display: flex !important;
    flex-direction: column;
}

.slick-arrow::before {
    color: #747577 !important;
    font-size: 40px !important;
    transition: all ease-in-out 0.3s;
}

.slick-prev, .slick-next {
    width: auto !important;
    height: auto !important;
}

#top-actions {
    background-color: #CCE8E3;
}

table.top-actions-table {
    border-collapse: separate;
    border-spacing: 0 2em;
}

.top-actions-table td, .top-actions-table th {
    background-color: transparent !important;
    border: none;
}

.top-actions-table th {
    font-size: 30px;
    font-weight: 600;
}

.top-actions-table tr.table-header-title th:first-child {
    color: #707070;
}

.top-actions-table td, .top-actions-table td a {
    font-size: 24px;
    font-weight: normal;
}

.top-actions-table tr {
    margin-bottom: 2rem;
}

table.top-actions-table td {
    padding: .5rem 1rem;
}


@media screen and (max-width: 768px) {
    .slick-slide.action-wrapper {
        margin: 0 50px;
    }
}

@media screen and (max-width: 500px) {
    .slick-slide.action-wrapper {
        margin: 0 20px;
    }

    .thumbnail-container {
        max-height: 260px;
        height: auto;
    }
}

@media screen and (max-width: 768px) {
    .about-action {
        padding: 2rem;
    }

    .img-wrapper {
        margin: 0;
    }
}