.campus-desktop {
    padding: 5% 0;
    display: block
}

#campuses, .campus {
    background: #f1f1f1;
    padding: 5rem 0;
}

.campus h4 {
    color: #62B0A4;
    text-align: center;
    margin-bottom: 2rem;
}

.campus-desktop .btn {
    margin: 0 2px;
    font-size: 16px;
    background: 0 0;
    border: 2px solid #fff;
    font-weight: 600;
    padding: 8px 15px;
    color: #fff;
    border-radius: 30px;
}

.campus-desktop .btn:hover {
    background-color: #f1f1f1;
    color: #000
}

.campus-desktop .card-title-news {
    font-size: 2rem;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}

.campus-desktop.campus .card-body {
    height: auto;
    padding: 5px;
    margin: 8px 0 !important;
    width: 100%
}

.campus-desktop.campus .header-green {
    margin-top: 0;
    text-align: left;
}

.campus-desktop .col-md-4 {
    padding: 0 5px
}

.campus-desktop .campus {
    background: #f1f1f1;
    padding: 0
}

.header-green {
    color: #fff;
    font-size: 40px !important;
    font-weight: 700
}

.campus .whiteBlock .campus-block {
    margin-left: 0px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.campus .whiteBlock .card-title-news {
    color: #000 !important
}

/*.campus .whiteBlock .campus-desktop .btn {
    margin: 0 2px;
    font-size: 16px;
    background: 0 0;
    border: 2px solid #000 !important;
    font-weight: 600;
    padding: 8px 15px;
    color: #000 !important;
    border-radius: 30px;
}*/

.whiteBlock a.btn {
    margin: 0 2px;
    font-size: 16px;
    background: 0 0;
    border: 2px solid #000 !important;
    font-weight: 600;
    padding: 8px 15px;
    color: #000 !important;
    border-radius: 30px;
}

.whiteBlock a.btn:hover {
    background: #000;
    color: #fff !important;
}

.campus .campus-block {
    margin-left: 0px;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.campus_img_ {
    position: relative;
    color: white;
}

.campus_img_ img {
    width: 100%
}

.campus_img_section {
    position: absolute;
    bottom: -64px;
    width: 100%;
    padding: 0px;
    text-align: center;
}

.creators_card .card-body {
    background: #62B0A4;
    height: 100%;
    min-height: 300px;
    border-radius: 16px;
    position: relative;
}

.creators_card .card-body .content_holder {
   position: absolute; 
   top: 30%; 
   right: 30%;
}

.col-md-4.col-xl-4.campus_columns {
    padding-bottom: 5%;
}

@media only screen and (max-width:992px) {

    .col-md-6.col-xl-4.campus_columns {
        padding-bottom: 7% !important;
    }

    .campus-desktop .card-title-news {
        font-size: 1.5rem;
    }

}

@media only screen and (max-width:1366px) {

    .creators_card .card-body .content_holder {
        position: absolute;
        top: 30%;
        right: 24%;
    }

    .creators_card .card-body {
        background: #62B0A4;
        height: 100%;
        min-height: 327px;
        border-radius: 16px;
    }

    .creators_card .card-body {
        min-height: 267px;
    }

}

.col-md-6.col-xl-4.campus_columns {
    padding-bottom: 5%;
}

@media only screen and (max-width:768px) {

    .campus-desktop .card-title-news {
        font-size: 1.5rem
    }

    .creators_card .card-body {
        min-height: 251px;
    }

}

@media only screen and (max-width:767px) {

    .col-md-6.col-xl-4.campus_columns {
        padding-bottom: 5% !important;
    }

    .campus .whiteBlock .campus-block {
        margin-left: 0px;
        background: #fff;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .campus-desktop.campus .card-body {
        margin: 24px 0 !important;
    }

    .col-md-4.col-xl-4.campus_columns {
        padding-bottom: 16%;
    }

    .creators_card h3.home-sub-header {
        font-size: 40px !important;
    }

    .campus-desktop.campus .header-green {
        margin-top: -11px;
        text-align: left;
    }

    .campus-desktop.campus .header-green {
        margin-top: -11px;
        text-align: left;
    }

    .campus .campus-block {
        justify-content: space-between;
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }

    .campus-desktop h4 {
        text-align: left;
        margin-bottom: 0px;
        font-size: 2rem;
    }

    .campus-desktop img{
        display: none
    }

    .campus-mobile, .mobile-slider {
        display: block !important
    }

    #campuses, .campus {
        padding: 4rem 0px 6rem 0px;
    }

    .col-md-6.col-xl-4.campus_columns {
        padding: 0px;
    }

    /*.campus.campus-desktop div:nth-child(2){
        padding: 0px;
    }*/
}


@media only screen and (max-width:360px) {

    .campus-desktop .card-title-news {
        font-size: 1.5rem;
        color: #fff;
        font-weight: 700;
        text-transform: uppercase;
    }

}