/* Services section */
section.servicii .servicii_holder {
    background: #fff;
    margin-top: -100px;
    z-index: 2;
    position: relative;
}

section.servicii .serviciu {
    padding: 50px 0;
}

section.servicii .serviciu h4 {
    font-weight: bold;
    font-size: 21px;
    margin-bottom: 0;
    margin-top: 10px;
}

/* Info section */
section.info {

}

section.info article {
    margin-top: 20px;
}

section.info article img {
    max-height: 75px;
}

section.info article h4 {
    font-weight: bold;
    font-size: 22px;
}

section.info article p {
    font-size: 12px;
    line-height: 22px;
}

/* about us */
section.aboutus {
    background: #1b87e6;
    color: #fff;
    padding: 30px 0;
    padding-top: 80px;
    border-top: 6px solid #A9D2F5;
    border-bottom: 6px solid #A9D2F5;
}
section.aboutus article{
    text-align:center;
}
section.aboutus article img {
    margin-bottom: 20px;
}

section.aboutus article h4 {
    font-weight: 600;
    height: 60px;
    margin-bottom: 10px;
    font-size: 20px;
}

section.aboutus article p {
    font-size: 14px;
}

.counter {
    text-align: center;
}

.counter article {
    border: 3px solid #35ccff;
    border-radius: 50%;
    width: 130px;
    height: 130px;
    margin: auto;
    padding-top: 20px;
    font-size: 14px;
    font-weight: bold;
}

.counter-count {
    font-size: 27px;
    font-weight: 900;
}
.studii-subtitle{
    font-size: 20px;
    line-height: 1.4;
    /* text-align: left; */
    color: #1a86e5;
    margin-top: 18px;
    font-weight:bold;
    /* padding-left:12px; */
    text-transform: uppercase;
}
.studii-text{
    font-size: 15px;
    line-height: 1.4;
    /* text-align: left; */
    color: #8b8b8b;
    padding: 0 12px;
}
.afla {
    font-size: 14px;
    line-height: 1.4;
    text-align: left;
    color: #1b87e6;
    /* padding-left:12px; */
    font-weight:bold;
}
.studiu-container{
    border:1px solid lightgrey;
    text-align:center;
}
.studiu-container div{
    height: 320px;
    margin-top: 10px;
}

.studiu-container img{
    width:100%;
}