.sindicate{
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
}
.my{
    margin-top: 100px;
    margin-bottom: 100px;
}
.atributii{
    line-height: 28px;
}
.atributii li a{
    text-decoration: none;
    cursor: pointer;
}
h1{
    font-size: 40px;
    padding-bottom: 50px;
}
.reg-sindicate{
    width: 385px;
    line-height: 65px;
    outline: currentcolor none medium;
    animation-delay: 0.6s;
    background-color: #1a293b;
    color: white;
    text-transform: uppercase;
    font-weight: bolder;
}
.reg-sindicate:hover{
    background-color: #dd1d41;
    color: white;
}
.reg-sindicate:visited{
    color: white;
}
.bg-ceiac{
    background-color: #e1f1fe;
}
.tab-menu{
    float: left;
}
@media (max-width: 991px) {
    .tab-content{
        margin-left: 15%;
    }
    .catedre-intro p{
        font-size: 60px;
    }
    .tab-menu{
        float: none;
    }
    .catedre-intro p{
        font-size: 50px;
        padding: 15%;
    }
    .catedre-intro{
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }
}