
#acceptable {
    padding: 80px 0;
    background: url(../images/shape1.png) no-repeat top center;
    background-size: 200px;
}

#acceptable .owl-carousel {
    padding: 0 118px;
}

#acceptable .acceptable-item{
    display: block;
    max-height: 412px;
    border: 1px solid #E3E3E3;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
    border-radius: 40px;
    overflow: hidden;
}

#fac-acceptable {
    padding: 80px 0;
    background: url(../images/shape1.png) no-repeat top center;
}
#fac-acceptable .acceptable-item {
    text-align: center;
}
#fac-acceptable .acceptable-item .title {
    font-size: 33px;
    color: #299DC6;
    margin: 0 0 30px;
}
#fac-acceptable .acceptable-item p {
    color: #033446;
    margin: 0;
    line-height: 1.8;
}
.faculty #fac-acceptable {
    background: #F5F5F5 url(../images/Mask.png) repeat top !important;
}


.faculty #fac-acceptable .acceptable-item .title {
    font-size: 33px;
    color: #299DC6;
    margin: 0 0 30px;
}

#fac-acceptable .owl-theme .owl-nav{
    display: none;
}



@media (max-width: 2559px){
    #acceptable {
        padding: 55px 0;
        background-size: 125px;
    }

    #acceptable .owl-carousel {
        padding: 0 30px;
    }
    #acceptable .acceptable-item {
        -webkit-border-radius: 25px!important;
        -moz-border-radius: 25px!important;
        -ms-border-radius: 25px!important;
        -o-border-radius: 25px!important;
        border-radius: 25px!important;
    }

    #fac-acceptable {
        padding: 60px 0;
        background-size: 125px;
    }
    #fac-acceptable .acceptable-item .title {
        font-size: 28px;
        margin-bottom: 20px;
    }
    #fac-acceptable .acceptable-item p {
        font-size: 18px;
    }
}
