﻿/* Three columns side by side */
.column {
    float: left;
    width: 33.3%;
    margin-bottom: 16px;
    padding: 0 8px;
}

/* Display the columns below each other instead of side by side on small screens */



/* Add some shadows to create a card effect */
section.campusPage {
    padding: 50px 0 40px;
    background: #f3f7fb;
}

.coursesCard-wrap .coursesCard-box .course-card-text h2 {
    font-size: 24px;
    height: 58px;
}

.coursesCard-wrap .coursesCard-box .course-card-text p {
    margin-bottom: 10px;
    font-size: 16px;
    height: 72px;
}

.coursesCard-wrap .coursesCard-box {
    margin-bottom: 24px;
}

.campusSlider.slick-initialized .slick-slide {
    padding: 0 15px;
}

.campusSlider .slick-next i, .campusSlider .slick-prev i {
    font-size: 20px;
    width: 40px;
    height: 40px;
    background: #2d8e84;
    border: 1px solid #2d8e84;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .campusSlider .slick-next i:hover, .campusSlider .slick-prev i:hover {
        color: #2d8e84;
        background: #fff;
    }

.campusSlider .slick-prev {
    right: 90px;
    top: -50px;
    left: auto;
}

.campusSlider .slick-next {
    top: -50px;
    right: 34px;
}

    .campusSlider .slick-next::before, .campusSlider .slick-prev::before {
        display: none;
    }

/* Some left and right padding inside the container */
.container {
    padding: 0 16px;
}

    /* Clear floats */
    .container::after, .row::after {
        content: "";
        clear: both;
        display: table;
    }

.title {
    color: grey;
}

.button {
    border: none;
    outline: 0;
    display: inline-block;
    padding: 8px;
    color: white;
    background-color: #2d8e84;
    text-align: center;
    cursor: pointer;
    width: 100%;
}

    .button:hover {
        background-color: #000;
    }
